/Zephyr-Core-3.7.0/subsys/sd/ |
D | mmc.c | 67 inline int mmc_ioctl(struct sd_card *card, uint8_t cmd, void *buf) in mmc_ioctl() 207 struct sdhc_command cmd = {0}; in mmc_send_op_cond() local 268 struct sdhc_command cmd = {0}; in mmc_set_rca() local 293 struct sdhc_command cmd = {0}; in mmc_read_csd() local 381 struct sdhc_command cmd = {0}; in mmc_set_bus_width() local 418 struct sdhc_command cmd = {0}; in mmc_set_hs_timing() local 447 struct sdhc_command cmd = {0}; in mmc_set_power_class_HS200() local 461 struct sdhc_command cmd = {0}; in mmc_set_timing() local 572 struct sdhc_command cmd = {0}; in mmc_read_ext_csd() local 625 struct sdhc_command cmd = {0}; in mmc_set_cache() local
|
D | sd_ops.c | 22 struct sdhc_command cmd; in sdmmc_read_status() local 207 struct sdhc_command cmd; in sdmmc_spi_read_cxd() local 240 struct sdhc_command cmd; in sdmmc_read_cxd() local 328 struct sdhc_command cmd; in sdmmc_switch_voltage() local 413 struct sdhc_command cmd; in sdmmc_request_rca() local 440 struct sdhc_command cmd; in sdmmc_select_card() local 465 struct sdhc_command cmd; in card_app_command() local 494 struct sdhc_command cmd; in card_read() local 615 struct sdhc_command cmd; in card_query_written() local 658 struct sdhc_command cmd; in card_write() local [all …]
|
D | sd.c | 24 struct sdhc_command cmd; in sd_idle() local 38 struct sdhc_command cmd; in sd_send_interface_condition() local 75 struct sdhc_command cmd; in sd_enable_crc() local
|
D | sdmmc.c | 71 struct sdhc_command cmd; in sdmmc_spi_send_ocr() local 99 struct sdhc_command cmd; in sdmmc_send_ocr() local 158 struct sdhc_command cmd = {0}; in sdmmc_read_scr() local 212 struct sdhc_command cmd = {0}; in sdmmc_set_blocklen() local 229 struct sdhc_command cmd = {0}; in sdmmc_set_bus_width() local 288 struct sdhc_command cmd = {0}; in sdmmc_switch() local 780 int sdmmc_ioctl(struct sd_card *card, uint8_t cmd, void *buf) in sdmmc_ioctl()
|
/Zephyr-Core-3.7.0/drivers/smbus/ |
D | smbus_handlers.c | 59 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_byte_data_write() 69 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_byte_data_read() 80 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_word_data_write() 90 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_word_data_read() 101 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_pcall() 112 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_block_write() 123 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_block_read() 134 uint16_t addr, uint8_t cmd, in z_vrfy_smbus_block_pcall()
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/ |
D | btp_core.c | 33 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() 48 static uint8_t supported_services(const void *cmd, uint16_t cmd_len, in supported_services() 116 static uint8_t register_service(const void *cmd, uint16_t cmd_len, in register_service() 266 static uint8_t unregister_service(const void *cmd, uint16_t cmd_len, in unregister_service()
|
D | btp_mesh.c | 471 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() 778 static uint8_t dfu_srv_apply(const void *cmd, uint16_t cmd_len, in dfu_srv_apply() 790 static uint8_t priv_beacon_get(const void *cmd, uint16_t cmd_len, in priv_beacon_get() 808 static uint8_t priv_beacon_set(const void *cmd, uint16_t cmd_len, in priv_beacon_set() 827 static uint8_t priv_gatt_proxy_get(const void *cmd, uint16_t cmd_len, in priv_gatt_proxy_get() 845 static uint8_t priv_gatt_proxy_set(const void *cmd, uint16_t cmd_len, in priv_gatt_proxy_set() 864 static uint8_t priv_node_id_get(const void *cmd, uint16_t cmd_len, in priv_node_id_get() 884 static uint8_t priv_node_id_set(const void *cmd, uint16_t cmd_len, in priv_node_id_set() 903 static uint8_t proxy_private_identity_enable(const void *cmd, uint16_t cmd_len, in proxy_private_identity_enable() 928 static uint8_t od_priv_proxy_get(const void *cmd, uint16_t cmd_len, in od_priv_proxy_get() [all …]
|
D | btp_gap.c | 222 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands() 269 static uint8_t controller_index_list(const void *cmd, uint16_t cmd_len, in controller_index_list() 282 static uint8_t controller_info(const void *cmd, uint16_t cmd_len, in controller_info() 419 static uint8_t get_oob_sc_local_data(const void *cmd, uint16_t cmd_len, in get_oob_sc_local_data() 433 static uint8_t set_oob_sc_remote_data(const void *cmd, uint16_t cmd_len, in set_oob_sc_remote_data() 453 static uint8_t set_powered(const void *cmd, uint16_t cmd_len, in set_powered() 484 static uint8_t set_connectable(const void *cmd, uint16_t cmd_len, in set_connectable() 550 static uint8_t set_discoverable(const void *cmd, uint16_t cmd_len, in set_discoverable() 581 static uint8_t set_bondable(const void *cmd, uint16_t cmd_len, in set_bondable() 675 static uint8_t start_advertising(const void *cmd, uint16_t cmd_len, [all …]
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 24 static uint8_t ccp_supported_commands(const void *cmd, uint16_t cmd_len, in ccp_supported_commands() 305 static uint8_t ccp_discover_tbs(const void *cmd, uint16_t cmd_len, in ccp_discover_tbs() 321 static uint8_t ccp_accept_call(const void *cmd, uint16_t cmd_len, in ccp_accept_call() 337 static uint8_t ccp_terminate_call(const void *cmd, uint16_t cmd_len, in ccp_terminate_call() 354 static uint8_t ccp_originate_call(const void *cmd, uint16_t cmd_len, in ccp_originate_call() 370 static uint8_t ccp_read_call_state(const void *cmd, uint16_t cmd_len, in ccp_read_call_state() 386 static uint8_t ccp_read_bearer_name(const void *cmd, uint16_t cmd_len, void *rsp, in ccp_read_bearer_name() 407 static uint8_t ccp_read_bearer_uci(const void *cmd, uint16_t cmd_len, void *rsp, in ccp_read_bearer_uci() 428 static uint8_t ccp_read_bearer_tech(const void *cmd, uint16_t cmd_len, void *rsp, in ccp_read_bearer_tech() 449 static uint8_t ccp_read_uri_list(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in ccp_read_uri_list() [all …]
|
D | btp_has.c | 19 static uint8_t has_supported_commands(const void *cmd, uint16_t cmd_len, in has_supported_commands() 36 static uint8_t has_set_active_index(const void *cmd, uint16_t cmd_len, in has_set_active_index() 48 static uint8_t has_set_preset_name(const void *cmd, uint16_t cmd_len, in has_set_preset_name() 65 static uint8_t has_remove_preset(const void *cmd, uint16_t cmd_len, in has_remove_preset() 99 static uint8_t has_add_preset(const void *cmd, uint16_t cmd_len, in has_add_preset() 122 static uint8_t has_set_properties(const void *cmd, uint16_t cmd_len, in has_set_properties()
|
D | btp_hap.c | 21 static uint8_t read_supported_commands(const void *cmd, uint16_t cmd_len, void *rsp, in read_supported_commands() 39 static uint8_t ha_init(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in ha_init() 121 static uint8_t hauc_init(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in hauc_init() 155 static uint8_t iac_init(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in iac_init() 167 static uint8_t iac_discover(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in iac_discover() 186 static uint8_t iac_set_alert(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in iac_set_alert() 205 static uint8_t hauc_discover(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in hauc_discover()
|
D | btp_aics.c | 37 static uint8_t aics_supported_commands(const void *cmd, uint16_t cmd_len, void *rsp, in aics_supported_commands() 152 static uint8_t aics_set_gain(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_set_gain() 173 static uint8_t aics_unmute(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_unmute() 194 static uint8_t aics_mute(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_mute() 215 static uint8_t aics_state_get(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_state_get() 236 static uint8_t aics_type_get(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_type_get() 257 static uint8_t aics_status_get(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_status_get() 278 static uint8_t aics_gain_setting_prop_get(const void *cmd, uint16_t cmd_len, void *rsp, in aics_gain_setting_prop_get() 300 static uint8_t aics_man_gain_set(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_man_gain_set() 321 static uint8_t aics_auto_gain_set(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in aics_auto_gain_set() [all …]
|
D | btp_bap.c | 62 static uint8_t btp_ascs_supported_commands(const void *cmd, uint16_t cmd_len, in btp_ascs_supported_commands() 193 static uint8_t pacs_supported_commands(const void *cmd, uint16_t cmd_len, in pacs_supported_commands() 210 static uint8_t pacs_update_characteristic(const void *cmd, uint16_t cmd_len, in pacs_update_characteristic() 252 static uint8_t pacs_set_location(const void *cmd, uint16_t cmd_len, in pacs_set_location() 264 static uint8_t pacs_set_available_contexts(const void *cmd, uint16_t cmd_len, in pacs_set_available_contexts() 281 static uint8_t pacs_set_supported_contexts(const void *cmd, uint16_t cmd_len, in pacs_set_supported_contexts() 327 static uint8_t btp_bap_supported_commands(const void *cmd, uint16_t cmd_len, in btp_bap_supported_commands()
|
D | btp_cap.c | 149 static uint8_t btp_cap_supported_commands(const void *cmd, uint16_t cmd_len, in btp_cap_supported_commands() 163 static uint8_t btp_cap_discover(const void *cmd, uint16_t cmd_len, in btp_cap_discover() 230 static uint8_t btp_cap_unicast_setup_ase(const void *cmd, uint16_t cmd_len, in btp_cap_unicast_setup_ase() 281 static uint8_t btp_cap_unicast_audio_start(const void *cmd, uint16_t cmd_len, in btp_cap_unicast_audio_start() 339 static uint8_t btp_cap_unicast_audio_update(const void *cmd, uint16_t cmd_len, in btp_cap_unicast_audio_update() 406 static uint8_t btp_cap_unicast_audio_stop(const void *cmd, uint16_t cmd_len, in btp_cap_unicast_audio_stop() 458 static uint8_t btp_cap_broadcast_source_setup_stream(const void *cmd, uint16_t cmd_len, in btp_cap_broadcast_source_setup_stream() 495 static uint8_t btp_cap_broadcast_source_setup_subgroup(const void *cmd, uint16_t cmd_len, in btp_cap_broadcast_source_setup_subgroup() 597 static uint8_t btp_cap_broadcast_source_setup(const void *cmd, uint16_t cmd_len, in btp_cap_broadcast_source_setup() 688 static uint8_t btp_cap_broadcast_source_release(const void *cmd, uint16_t cmd_len, in btp_cap_broadcast_source_release() [all …]
|
D | btp_cas.c | 20 static uint8_t cas_supported_commands(const void *cmd, uint16_t cmd_len, in cas_supported_commands() 35 static uint8_t cas_set_member_lock(const void *cmd, uint16_t cmd_len, in cas_set_member_lock() 48 static uint8_t cas_get_member_rsi(const void *cmd, uint16_t cmd_len, in cas_get_member_rsi()
|
D | btp_csis.c | 22 static uint8_t csis_supported_commands(const void *cmd, uint16_t cmd_len, in csis_supported_commands() 38 static uint8_t csis_set_member_lock(const void *cmd, uint16_t cmd_len, in csis_set_member_lock() 51 static uint8_t csis_get_member_rsi(const void *cmd, uint16_t cmd_len, in csis_get_member_rsi() 66 static uint8_t csis_sirk_type(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in csis_sirk_type()
|
D | btp_vcp.c | 67 static uint8_t vcs_supported_commands(const void *cmd, uint16_t cmd_len, in vcs_supported_commands() 85 static uint8_t set_volume(const void *cmd, uint16_t cmd_len, in set_volume() 99 static uint8_t vol_up(const void *cmd, uint16_t cmd_len, in vol_up() 111 static uint8_t vol_down(const void *cmd, uint16_t cmd_len, in vol_down() 123 static uint8_t mute(const void *cmd, uint16_t cmd_len, in mute() 135 static uint8_t unmute(const void *cmd, uint16_t cmd_len, in unmute() 197 static uint8_t vocs_supported_commands(const void *cmd, uint16_t cmd_len, in vocs_supported_commands() 318 static uint8_t vocs_audio_desc(const void *cmd, uint16_t cmd_len, in vocs_audio_desc() 345 static uint8_t vocs_audio_loc(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in vocs_audio_loc() 359 static uint8_t vocs_state_get(const void *cmd, uint16_t cmd_len, void *rsp, uint16_t *rsp_len) in vocs_state_get() [all …]
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | media_controller_test.c | 393 static void command_send_cb(struct media_player *plr, int err, const struct mpl_cmd *cmd) in command_send_cb() 603 static void test_send_cmd_wait_flags(struct mpl_cmd *cmd) in test_send_cmd_wait_flags() 622 struct mpl_cmd cmd; in test_cp_play() local 641 struct mpl_cmd cmd; in test_cp_pause() local 660 struct mpl_cmd cmd; in test_cp_fast_rewind() local 679 struct mpl_cmd cmd; in test_cp_fast_forward() local 698 struct mpl_cmd cmd; in test_cp_stop() local 719 struct mpl_cmd cmd; in test_cp_move_relative() local 766 struct mpl_cmd cmd; in test_cp_prev_segment() local 796 struct mpl_cmd cmd; in test_cp_next_segment() local [all …]
|
D | mcc_test.c | 350 static void mcc_send_command_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_command_cb() 700 struct mpl_cmd cmd = { 0 }; in test_invalid_send_cmd() local 737 static void test_send_cmd_wait_flags(struct mpl_cmd *cmd) in test_send_cmd_wait_flags() 761 struct mpl_cmd cmd; in test_cp_play() local 780 struct mpl_cmd cmd; in test_cp_pause() local 800 struct mpl_cmd cmd; in test_cp_fast_rewind() local 829 struct mpl_cmd cmd; in test_cp_fast_forward() local 857 struct mpl_cmd cmd; in test_cp_stop() local 878 struct mpl_cmd cmd; in test_cp_move_relative() local 925 struct mpl_cmd cmd; in test_cp_prev_segment() local [all …]
|
/Zephyr-Core-3.7.0/drivers/sensor/meas/ms5607/ |
D | ms5607_i2c.c | 20 static int ms5607_i2c_raw_cmd(const struct ms5607_config *config, uint8_t cmd) in ms5607_i2c_raw_cmd() 36 static int ms5607_i2c_read_prom(const struct ms5607_config *config, uint8_t cmd, in ms5607_i2c_read_prom() 53 static int ms5607_i2c_start_conversion(const struct ms5607_config *config, uint8_t cmd) in ms5607_i2c_start_conversion()
|
/Zephyr-Core-3.7.0/drivers/disk/nvme/ |
D | nvme_controller_cmd.c | 65 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq() local 93 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq() local 121 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq() local 145 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq() local 172 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature() local 197 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature() local
|
/Zephyr-Core-3.7.0/tests/subsys/modem/modem_chat/src/ |
D | main.c | 21 static struct modem_chat cmd; variable 68 static void on_imei(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_imei() 74 static void on_creg(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_creg() 80 static void on_cgreg(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_cgreg() 86 static void on_qeng_serving_cell(struct modem_chat *cmd, char **argv, uint16_t argc, in on_qeng_serving_cell() 93 static void on_no_carrier(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_no_carrier() 99 static void on_error(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_error() 105 static void on_rdy(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_rdy() 111 static void on_app_rdy(struct modem_chat *cmd, char **argv, uint16_t argc, void *user_data) in on_app_rdy() 117 static void on_normal_power_down(struct modem_chat *cmd, char **argv, uint16_t argc, in on_normal_power_down() [all …]
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | shell_wildcard.c | 14 char const *cmd, in command_add() 70 const struct shell_static_entry *cmd, in commands_expand() 160 const struct shell_static_entry *cmd, in z_shell_wildcard_process()
|
/Zephyr-Core-3.7.0/samples/bluetooth/tmap_peripheral/src/ |
D | mcp_ctlr.c | 30 static void mcc_send_command_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_command_cb() 67 struct mpl_cmd cmd; in mcp_send_cmd() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 373 struct bt_hci_cp_disconnect *cmd = (void *)buf->data; in disconnect() local 385 struct bt_hci_cp_read_remote_version_info *cmd = (void *)buf->data; in read_remote_ver_info() local 396 static int link_control_cmd_handle(uint16_t ocf, struct net_buf *cmd, in link_control_cmd_handle() 417 struct bt_hci_cp_set_event_mask *cmd = (void *)buf->data; in set_event_mask() local 426 struct bt_hci_cp_set_event_mask_page_2 *cmd = (void *)buf->data; in set_event_mask_page_2() local 486 struct bt_hci_cp_set_ctl_to_host_flow *cmd = (void *)buf->data; in set_ctl_to_host_flow() local 528 struct bt_hci_cp_host_buffer_size *cmd = (void *)buf->data; in host_buffer_size() local 554 struct bt_hci_cp_host_num_completed_packets *cmd = (void *)buf->data; in host_num_completed_packets() local 594 struct bt_hci_cp_read_auth_payload_timeout *cmd = (void *)buf->data; in read_auth_payload_timeout() local 613 struct bt_hci_cp_write_auth_payload_timeout *cmd = (void *)buf->data; in write_auth_payload_timeout() local [all …]
|