/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/ |
H A D | gconf.c | 417 gpointer user_data) in on_window1_delete_event() 461 void on_window1_destroy(GtkObject * object, gpointer user_data) in on_window1_destroy() 469 GtkRequisition * requisition, gpointer user_data) in on_window1_size_request() 491 load_filename(GtkFileSelection * file_selector, gpointer user_data) in load_filename() 504 void on_load1_activate(GtkMenuItem * menuitem, gpointer user_data) in on_load1_activate() 524 void on_save_activate(GtkMenuItem * menuitem, gpointer user_data) in on_save_activate() 532 store_filename(GtkFileSelection * file_selector, gpointer user_data) in store_filename() 545 void on_save_as1_activate(GtkMenuItem * menuitem, gpointer user_data) in on_save_as1_activate() 565 void on_quit1_activate(GtkMenuItem * menuitem, gpointer user_data) in on_quit1_activate() 572 void on_show_name1_activate(GtkMenuItem * menuitem, gpointer user_data) in on_show_name1_activate() [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/spi/ |
H A D | spi_flash.h | 20 void * user_data; member 31 void * user_data; member
|
H A D | spi_core.c | 46 void *user_data) in rt_spi_bus_attach_device()
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.cpp | 57 int SensorBase::subscribe(SensorEventHandler_t handler, void *user_data) in subscribe() 150 int SensorManager::subscribe(int type, SensorEventHandler_t handler, void *user_data) in subscribe() 193 int rt_sensor_subscribe(rt_sensor_t sensor, SensorEventHandler_t handler, void *user_data) in rt_sensor_subscribe()
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | lwp.c | 35 struct rt_lwp *user_data; in lwp_set_kernel_sp() local 42 struct rt_lwp *user_data; in lwp_get_kernel_sp() local
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | access.c | 53 void *user_data), in bt_mesh_model_foreach() 130 static void publish_sent(int err, void *user_data) in publish_sent() 279 bool vnd, bool primary, void *user_data) in mod_init()
|
H A D | lpn.c | 146 static void friend_clear_sent(int err, void *user_data) in friend_clear_sent() 255 static void friend_req_sent(u16_t duration, int err, void *user_data) in friend_req_sent() 310 static void req_sent(u16_t duration, int err, void *user_data) in req_sent()
|
H A D | friend.c | 628 static void friend_clear_sent(int err, void *user_data) in friend_clear_sent() 974 static void buf_send_start(u16_t duration, int err, void *user_data) in buf_send_start() 989 static void buf_send_end(int err, void *user_data) in buf_send_end()
|
H A D | beacon.c | 64 static void beacon_complete(int err, void *user_data) in beacon_complete()
|
H A D | transport.c | 206 static void seg_first_send_start(u16_t duration, int err, void *user_data) in seg_first_send_start() 215 static void seg_send_start(u16_t duration, int err, void *user_data) in seg_send_start() 229 static void seg_sent(int err, void *user_data) in seg_sent()
|
H A D | prov.c | 186 static void buf_sent(int err, void *user_data) in buf_sent() 276 static void ack_complete(u16_t duration, int err, void *user_data) in ack_complete()
|
H A D | settings.c | 755 bool vnd, bool primary, void *user_data) in commit_mod() 1307 bool primary, void *user_data) in store_pending_mod()
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | usb_host.h | 51 void* user_data; member 96 void *user_data; member 107 void* user_data; member
|
H A D | spi.h | 111 void *user_data; member
|
/nrf52832-nimble/rt-thread/components/drivers/i2c/ |
H A D | fm24clxx.c | 133 rt_err_t fm24clxx_register(const char *fm_device_name, const char *i2c_bus, void *user_data) in fm24clxx_register()
|
/nrf52832-nimble/rt-thread/components/drivers/misc/ |
H A D | pin.c | 77 int rt_device_pin_register(const char *name, const struct rt_pin_ops *ops, void *user_data) in rt_device_pin_register()
|
H A D | adc.c | 65 …ster(rt_adc_device_t device, const char *name, const struct rt_adc_ops *ops, const void *user_data) in rt_hw_adc_register()
|
H A D | rt_drv_pwm.c | 103 …truct rt_device_pwm *device, const char *name, const struct rt_pwm_ops *ops, const void *user_data) in rt_device_pwm_register()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_adv.c | 741 ble_hs_adv_parse_func_t func, void *user_data) in ble_hs_adv_parse() 764 find_field_func(const struct ble_hs_adv_field *field, void *user_data) in find_field_func()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_def.h | 263 void *user_data; member 280 void *user_data; /**< some user data */ member
|
/nrf52832-nimble/rt-thread/components/drivers/hwtimer/ |
H A D | hwtimer.c | 331 rt_err_t rt_device_hwtimer_register(rt_hwtimer_t *timer, const char *name, void *user_data) in rt_device_hwtimer_register()
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/ |
H A D | sal.h | 86 void *user_data; /* user-specific data */ member
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 446 void *user_data) in rt_system_pm_init()
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_dev.c | 769 …vice *wlan, const char *name, const struct rt_wlan_dev_ops *ops, rt_uint32_t flag, void *user_data) in rt_wlan_dev_register()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | ble.h | 74 void *user_data; member
|