Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dtesting.c23 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
Decc.c43 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/
Devents_handler.c22 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/
Dtcp_internal.h80 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/
Dpb_gatt.c20 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/
Dwifi.c15 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/
Dnet_offload.h236 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/
Dwifi_shell.c59 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/
Dmain.c49 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/
Deswifi_offload.c70 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/
Dfcb_walk.c16 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/
Dmain.c74 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/
Dudp.c20 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/
Ddhcp.c25 static void handler(struct net_mgmt_event_callback *cb, in handler()
/Zephyr-Core-2.7.6/tests/drivers/gpio/gpio_basic_api/src/
Dgpio_emul_callback.c31 struct gpio_callback *cb, in gpio_emul_callback_handler()
/Zephyr-Core-2.7.6/drivers/sensor/sx9500/
Dsx9500_trigger.c88 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/
Ddhcp.c21 static void handler(struct net_mgmt_event_callback *cb, in handler()
/Zephyr-Core-2.7.6/samples/net/dhcpv4_client/src/
Dmain.c25 static void handler(struct net_mgmt_event_callback *cb, in handler()
/Zephyr-Core-2.7.6/samples/net/ipv4_autoconf/src/
Dmain.c25 static void handler(struct net_mgmt_event_callback *cb, in handler()
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/
Dserial_util.c163 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/
Despi_utils.h55 struct espi_callback *cb, *tmp; in espi_send_callbacks() local
/Zephyr-Core-2.7.6/samples/boards/esp32/wifi_station/src/
Dmain.c23 static void handler_cb(struct net_mgmt_event_callback *cb, in handler_cb()
/Zephyr-Core-2.7.6/samples/boards/pine64_pinetime/src/
Dmain.c12 struct gpio_callback *cb, uint32_t pins) in button_pressed()
/Zephyr-Core-2.7.6/subsys/debug/
Dthread_analyzer.c68 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/
Dintc_miwu.c96 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()

12345678910>>...16