Home
last modified time | relevance | path

Searched defs:cbs (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.6.0/drivers/can/
Dcan_mcan.c309 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_stop() local
433 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_state_change_handler() local
488 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_tx_event_handler() local
656 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_get_message() local
867 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_send() local
1012 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_get_max_filters() local
1030 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_add_rx_filter_std() local
1082 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_add_rx_filter_ext() local
1134 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_add_rx_filter() local
1161 const struct can_mcan_callbacks *cbs = config->callbacks; in can_mcan_remove_rx_filter() local
[all …]
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/audio/src/
Dcsip_notify_client_test.c38 static struct bt_csip_set_coordinator_cb cbs = { variable
Dcsip_set_coordinator_test.c131 static struct bt_csip_set_coordinator_cb cbs = { variable
Dmedia_controller_test.c61 static struct media_proxy_ctrl_cbs cbs; variable
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_gd32_exti.c44 struct gd32_cb_data cbs[NUM_EXTI_LINES]; member
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/shell/
Dcap_commander.c56 static struct bt_cap_commander_cb cbs = { variable
Dcsip_set_coordinator.c144 static struct bt_csip_set_coordinator_cb cbs = { variable
Dbap_broadcast_assistant.c281 static struct bt_bap_broadcast_assistant_cb cbs = { variable
Dcap_initiator.c83 static struct bt_cap_initiator_cb cbs = { variable
Dmedia_controller.c27 static struct media_proxy_ctrl_cbs cbs; variable
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dmedia_proxy.c31 struct media_proxy_sctrl_cbs *cbs; member
36 struct media_proxy_ctrl_cbs *cbs; member
Dmcs.c38 static struct media_proxy_sctrl_cbs cbs; variable
Dtbs_client.c2264 void bt_tbs_client_register_cb(const struct bt_tbs_client_cb *cbs) in bt_tbs_client_register_cb()
Dtbs.c2127 void bt_tbs_register_cb(struct bt_tbs_cb *cbs) in bt_tbs_register_cb()
Dbap_unicast_client.c4098 int bt_bap_unicast_client_register_cb(const struct bt_bap_unicast_client_cb *cbs) in bt_bap_unicast_client_register_cb()
/Zephyr-Core-3.6.0/drivers/eeprom/
Deeprom_emulator.c745 #define RECALC_SIZE(size, cbs) \ argument