/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | testing.c | 23 void bt_test_cb_register(struct bt_test_cb *cb) in bt_test_cb_register() 28 void bt_test_cb_unregister(struct bt_test_cb *cb) in bt_test_cb_unregister() 37 struct bt_test_cb *cb; in bt_test_mesh_net_recv() local 50 struct bt_test_cb *cb; in bt_test_mesh_model_bound() local 62 struct bt_test_cb *cb; in bt_test_mesh_model_unbound() local 73 struct bt_test_cb *cb; in bt_test_mesh_prov_invalid_bearer() local 84 struct bt_test_cb *cb; in bt_test_mesh_trans_incomp_timer_exp() local
|
D | ecc.c | 43 struct bt_pub_key_cb *cb; in bt_pub_key_gen() local 153 int bt_dh_key_gen(const uint8_t remote_pk[BT_PUB_KEY_LEN], bt_dh_key_cb_t cb) in bt_dh_key_gen() 191 struct bt_pub_key_cb *cb; in bt_hci_evt_le_pkey_complete() local 218 bt_dh_key_cb_t cb = dh_key_cb; in bt_hci_evt_le_dhkey_complete() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/conn_mgr/ |
D | events_handler.c | 22 static void conn_mgr_iface_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_iface_events_handler() 55 static void conn_mgr_ipv6_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv6_events_handler() 102 void conn_mgr_ipv6_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv6_events_handler() 113 static void conn_mgr_ipv4_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv4_events_handler() 150 void conn_mgr_ipv4_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv4_events_handler()
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | tcp_internal.h | 80 static inline void net_tcp_foreach(net_tcp_cb_t cb, void *user_data) in net_tcp_foreach() 152 net_context_connect_cb_t cb, void *user_data) in net_tcp_connect() 199 net_tcp_accept_cb_t cb, void *user_data) in net_tcp_accept() 223 net_context_send_cb_t cb, in net_tcp_send_data() 248 net_context_recv_cb_t cb, void *user_data) in net_tcp_recv()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | pb_gatt.c | 20 prov_bearer_send_complete_t cb; member 26 const struct prov_bearer_cb *cb; member 50 const struct prov_bearer_cb *cb = link.cb; in link_closed() local 120 static int link_accept(const struct prov_bearer_cb *cb, void *cb_data) in link_accept() 146 static int buf_send(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, in buf_send()
|
/Zephyr-Core-2.7.6/samples/net/cloud/tagoio_http_post/src/ |
D | wifi.c | 15 static void handle_wifi_connect_result(struct net_mgmt_event_callback *cb) in handle_wifi_connect_result() 28 static void wifi_mgmt_event_handler(struct net_mgmt_event_callback *cb, in wifi_mgmt_event_handler()
|
/Zephyr-Core-2.7.6/include/net/ |
D | net_offload.h | 236 net_context_connect_cb_t cb, in net_offload_connect() 279 net_tcp_accept_cb_t cb, in net_offload_accept() 321 net_context_send_cb_t cb, in net_offload_send() 367 net_context_send_cb_t cb, in net_offload_sendto() 416 net_context_recv_cb_t cb, in net_offload_recv()
|
/Zephyr-Core-2.7.6/subsys/net/l2/wifi/ |
D | wifi_shell.c | 59 static void handle_wifi_scan_result(struct net_mgmt_event_callback *cb) in handle_wifi_scan_result() 80 static void handle_wifi_scan_done(struct net_mgmt_event_callback *cb) in handle_wifi_scan_done() 95 static void handle_wifi_connect_result(struct net_mgmt_event_callback *cb) in handle_wifi_connect_result() 110 static void handle_wifi_disconnect_result(struct net_mgmt_event_callback *cb) in handle_wifi_disconnect_result() 127 static void wifi_mgmt_event_handler(struct net_mgmt_event_callback *cb, in wifi_mgmt_event_handler()
|
/Zephyr-Core-2.7.6/tests/lib/notify/src/ |
D | main.c | 49 sys_notify_generic_callback cb; in test_spinwait() local 103 sys_notify_generic_callback cb; in test_signal() local 175 sys_notify_generic_callback cb; in test_callback() local
|
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 70 net_context_connect_cb_t cb; in eswifi_off_connect_work() local 103 net_context_connect_cb_t cb, in eswifi_off_connect() 154 net_tcp_accept_cb_t cb, int32_t timeout, in eswifi_off_accept() 225 net_context_send_cb_t cb; in eswifi_off_send_work() local 251 net_context_send_cb_t cb, in eswifi_off_send() 300 net_context_send_cb_t cb, in eswifi_off_sendto() 354 net_context_recv_cb_t cb, in eswifi_off_recv()
|
/Zephyr-Core-2.7.6/subsys/fs/fcb/ |
D | fcb_walk.c | 16 fcb_walk(struct fcb *fcb, struct flash_sector *sector, fcb_walk_cb cb, in fcb_walk()
|
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-mouse/src/ |
D | main.c | 74 static void left_button(const struct device *gpio, struct gpio_callback *cb, in left_button() 106 static void right_button(const struct device *gpio, struct gpio_callback *cb, in right_button() 138 static void x_move(const struct device *gpio, struct gpio_callback *cb, in x_move() 161 static void y_move(const struct device *gpio, struct gpio_callback *cb, in y_move()
|
/Zephyr-Core-2.7.6/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
D | udp.c | 20 static void event_handler(struct net_mgmt_event_callback *cb, in event_handler()
|
/Zephyr-Core-2.7.6/samples/net/cloud/google_iot_mqtt/src/ |
D | dhcp.c | 25 static void handler(struct net_mgmt_event_callback *cb, in handler()
|
/Zephyr-Core-2.7.6/tests/drivers/gpio/gpio_basic_api/src/ |
D | gpio_emul_callback.c | 31 struct gpio_callback *cb, in gpio_emul_callback_handler()
|
/Zephyr-Core-2.7.6/drivers/sensor/sx9500/ |
D | sx9500_trigger.c | 88 struct gpio_callback *cb, uint32_t pins) in sx9500_gpio_cb() 109 struct gpio_callback *cb, uint32_t pins) in sx9500_gpio_cb()
|
/Zephyr-Core-2.7.6/samples/subsys/mgmt/hawkbit/src/ |
D | dhcp.c | 21 static void handler(struct net_mgmt_event_callback *cb, in handler()
|
/Zephyr-Core-2.7.6/samples/net/dhcpv4_client/src/ |
D | main.c | 25 static void handler(struct net_mgmt_event_callback *cb, in handler()
|
/Zephyr-Core-2.7.6/samples/net/ipv4_autoconf/src/ |
D | main.c | 25 static void handler(struct net_mgmt_event_callback *cb, in handler()
|
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/ |
D | serial_util.c | 163 mcumgr_serial_tx_cb cb, void *arg) in mcumgr_serial_tx_small() 194 uint16_t crc, mcumgr_serial_tx_cb cb, void *arg, in mcumgr_serial_tx_frame() 306 int mcumgr_serial_tx_pkt(const uint8_t *data, int len, mcumgr_serial_tx_cb cb, in mcumgr_serial_tx_pkt()
|
/Zephyr-Core-2.7.6/drivers/espi/ |
D | espi_utils.h | 55 struct espi_callback *cb, *tmp; in espi_send_callbacks() local
|
/Zephyr-Core-2.7.6/samples/boards/esp32/wifi_station/src/ |
D | main.c | 23 static void handler_cb(struct net_mgmt_event_callback *cb, in handler_cb()
|
/Zephyr-Core-2.7.6/samples/boards/pine64_pinetime/src/ |
D | main.c | 12 struct gpio_callback *cb, uint32_t pins) in button_pressed()
|
/Zephyr-Core-2.7.6/subsys/debug/ |
D | thread_analyzer.c | 68 thread_analyzer_cb cb = user_data; in thread_analyze_cb() local 115 void thread_analyzer_run(thread_analyzer_cb cb) in thread_analyzer_run()
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_miwu.c | 96 struct miwu_io_callback *cb, *tmp; in intc_miwu_dispatch_gpio_isr() local 118 struct miwu_dev_callback *cb, *tmp; in intc_miwu_dispatch_generic_isr() local 291 int npcx_miwu_manage_gpio_callback(struct miwu_io_callback *cb, bool set) in npcx_miwu_manage_gpio_callback() 308 int npcx_miwu_manage_dev_callback(struct miwu_dev_callback *cb, bool set) in npcx_miwu_manage_dev_callback()
|