Home
last modified time | relevance | path

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

12345678910>>...33

/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.c24 int bt_mesh_test_cb_register(struct bt_mesh_test_cb *cb) in bt_mesh_test_cb_register()
35 void bt_mesh_test_cb_unregister(struct bt_mesh_test_cb *cb) in bt_mesh_test_cb_unregister()
43 struct bt_mesh_test_cb *cb; in bt_mesh_test_net_recv() local
54 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_recv() local
65 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_bound() local
76 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_unbound() local
87 struct bt_mesh_test_cb *cb; in bt_mesh_test_prov_invalid_bearer() local
98 struct bt_mesh_test_cb *cb; in bt_mesh_test_trans_incomp_timer_exp() local
Dpb_gatt.c26 prov_bearer_send_complete_t cb; member
32 const struct prov_bearer_cb *cb; member
53 const struct prov_bearer_cb *cb = link.cb; in link_closed() local
164 const struct prov_bearer_cb *cb, void *cb_data) in prov_link_open()
183 static int link_accept(const struct prov_bearer_cb *cb, void *cb_data) in link_accept()
210 static int buf_send(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, in buf_send()
/Zephyr-latest/subsys/net/conn_mgr/
Devents_handler.c21 static void conn_mgr_iface_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_iface_events_handler()
57 static void conn_mgr_ipv6_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv6_events_handler()
103 void conn_mgr_ipv6_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv6_events_handler()
114 static void conn_mgr_ipv4_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv4_events_handler()
161 void conn_mgr_ipv4_events_handler(struct net_mgmt_event_callback *cb, in conn_mgr_ipv4_events_handler()
/Zephyr-latest/subsys/lorawan/
Dlorawan_emul.c41 struct lorawan_downlink_cb *cb; in lorawan_emul_send_downlink() local
126 void lorawan_register_battery_level_callback(lorawan_battery_level_cb_t cb) in lorawan_register_battery_level_callback()
131 void lorawan_register_downlink_callback(struct lorawan_downlink_cb *cb) in lorawan_register_downlink_callback()
136 void lorawan_register_dr_changed_callback(lorawan_dr_changed_cb_t cb) in lorawan_register_dr_changed_callback()
153 void lorawan_emul_register_uplink_callback(lorawan_uplink_cb_t cb) in lorawan_emul_register_uplink_callback()
/Zephyr-latest/subsys/bluetooth/host/
Decc.c76 struct bt_pub_key_cb *cb; in bt_pub_key_gen() local
142 struct bt_pub_key_cb *cb; in bt_pub_key_hci_disrupted() local
202 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()
240 struct bt_pub_key_cb *cb; in bt_hci_evt_le_pkey_complete() local
267 bt_dh_key_cb_t cb = dh_key_cb; in bt_hci_evt_le_dhkey_complete() local
/Zephyr-latest/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-latest/subsys/usb/usb_c/
Dusbc_stack.c224 const policy_cb_set_port_partner_snk_cap_t cb) in usbc_set_policy_cb_set_port_partner_snk_cap()
236 const policy_cb_get_src_caps_t cb) in usbc_set_policy_cb_get_src_caps()
271 const policy_cb_check_sink_request_t cb) in usbc_set_policy_cb_check_sink_request()
282 const policy_cb_is_ps_ready_t cb) in usbc_set_policy_cb_is_ps_ready()
293 const policy_cb_present_contract_is_valid_t cb) in usbc_set_policy_cb_present_contract_is_valid()
305 const policy_cb_change_src_caps_t cb) in usbc_set_policy_cb_change_src_caps()
317 const tcpc_vconn_control_cb_t cb) in usbc_set_vconn_control_cb()
330 const tcpc_vconn_discharge_cb_t cb) in usbc_set_vconn_discharge()
/Zephyr-latest/tests/net/dhcpv4/client/src/
Dmain.c482 static void receiver_cb(struct net_mgmt_event_callback *cb, in receiver_cb()
501 static void option_domain_cb(struct net_dhcpv4_option_callback *cb, in option_domain_cb()
518 static void option_pop3_cb(struct net_dhcpv4_option_callback *cb, in option_pop3_cb()
540 static void option_invalid_cb(struct net_dhcpv4_option_callback *cb, in option_invalid_cb()
551 static void vendor_specific_string_cb(struct net_dhcpv4_option_callback *cb, in vendor_specific_string_cb()
568 static void vendor_specific_byte_cb(struct net_dhcpv4_option_callback *cb, in vendor_specific_byte_cb()
583 static void vendor_specific_empty_cb(struct net_dhcpv4_option_callback *cb, in vendor_specific_empty_cb()
/Zephyr-latest/subsys/net/ip/
Dtcp_internal.h88 static inline void net_tcp_foreach(net_tcp_cb_t cb, void *user_data) in net_tcp_foreach()
142 net_context_connect_cb_t cb, void *user_data) in net_tcp_connect()
189 net_tcp_accept_cb_t cb, void *user_data) in net_tcp_accept()
213 net_context_send_cb_t cb, in net_tcp_send_data()
238 net_context_recv_cb_t cb, void *user_data) in net_tcp_recv()
/Zephyr-latest/include/zephyr/net/
Dnet_offload.h238 net_context_connect_cb_t cb, in net_offload_connect()
281 net_tcp_accept_cb_t cb, in net_offload_accept()
323 net_context_send_cb_t cb, in net_offload_send()
369 net_context_send_cb_t cb, in net_offload_sendto()
418 net_context_recv_cb_t cb, in net_offload_recv()
/Zephyr-latest/samples/net/dhcpv4_client/src/
Dmain.c40 static void handler(struct net_mgmt_event_callback *cb, in handler()
75 static void option_handler(struct net_dhcpv4_option_callback *cb, in option_handler()
/Zephyr-latest/tests/lib/notify/src/
Dmain.c49 sys_notify_generic_callback cb; in ZTEST() local
103 sys_notify_generic_callback cb; in ZTEST() local
175 sys_notify_generic_callback cb; in ZTEST() local
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c69 net_context_connect_cb_t cb; in eswifi_off_connect_work() local
102 net_context_connect_cb_t cb, in eswifi_off_connect()
153 net_tcp_accept_cb_t cb, int32_t timeout, in eswifi_off_accept()
224 net_context_send_cb_t cb; in eswifi_off_send_work() local
250 net_context_send_cb_t cb, in eswifi_off_send()
299 net_context_send_cb_t cb, in eswifi_off_sendto()
353 net_context_recv_cb_t cb, in eswifi_off_recv()
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/src/
Dmain.c32 static void left_irq(const struct device *dev, struct gpio_callback *cb, in left_irq()
38 static void right_irq(const struct device *dev, struct gpio_callback *cb, in right_irq()
/Zephyr-latest/subsys/fs/fcb/
Dfcb_walk.c16 fcb_walk(struct fcb *fcb, struct flash_sector *sector, fcb_walk_cb cb, in fcb_walk()
/Zephyr-latest/drivers/usb/bc12/
Dbc12_handlers.c17 static inline int z_vrfy_bc12_set_result_cb(const struct device *dev, bc12_callback_t cb, in z_vrfy_bc12_set_result_cb()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_xmc4xxx.c44 struct isr_cb cb[MAX_ISR_NUM]; member
70 struct isr_cb *cb; in intc_xmc4xxx_gpio_enable_interrupt() local
152 struct isr_cb *cb; in intc_xmc4xxx_gpio_disable_interrupt() local
177 struct isr_cb *cb = &data->cb[line]; in intc_xmc4xxx_isr() local
/Zephyr-latest/include/zephyr/ipc/
Dipc_rpmsg.h59 const struct ipc_service_cb *cb; member
83 rpmsg_ept_cb cb; member
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Daics.c14 struct bt_aics_cb *cb; member
33 void bt_aics_client_cb_register(struct bt_aics *aics, struct bt_aics_cb *cb) in bt_aics_client_cb_register()
Dvocs.c14 struct bt_vocs_cb *cb; member
33 void bt_vocs_client_cb_register(struct bt_vocs *vocs, struct bt_vocs_cb *cb) in bt_vocs_client_cb_register()
/Zephyr-latest/samples/net/common/
Dnet_sample_common.c18 static void l4_event_handler(struct net_mgmt_event_callback *cb, uint32_t event, in l4_event_handler()
/Zephyr-latest/include/zephyr/xen/
Devents.h17 evtchn_cb_t cb; member
/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c37 static struct net_mgmt_event_callback cb; variable
39 static void wifi_event_handler(struct net_mgmt_event_callback *cb, uint32_t mgmt_event, in wifi_event_handler()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_firmware.c328 void lwm2m_firmware_set_write_cb(lwm2m_engine_set_data_cb_t cb) in lwm2m_firmware_set_write_cb()
338 void lwm2m_firmware_set_update_cb(lwm2m_engine_execute_cb_t cb) in lwm2m_firmware_set_update_cb()
348 void lwm2m_firmware_set_cancel_cb(lwm2m_engine_user_cb_t cb) in lwm2m_firmware_set_cancel_cb()
358 void lwm2m_firmware_set_write_cb_inst(uint16_t obj_inst_id, lwm2m_engine_set_data_cb_t cb) in lwm2m_firmware_set_write_cb_inst()
368 void lwm2m_firmware_set_update_cb_inst(uint16_t obj_inst_id, lwm2m_engine_execute_cb_t cb) in lwm2m_firmware_set_update_cb_inst()
378 void lwm2m_firmware_set_cancel_cb_inst(uint16_t obj_inst_id, lwm2m_engine_user_cb_t cb) in lwm2m_firmware_set_cancel_cb_inst()
/Zephyr-latest/drivers/sensor/ti/ina23x/
Dina23x_trigger.c14 struct gpio_callback *cb, uint32_t pin) in ina23x_gpio_callback()

12345678910>>...33