Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 217) sorted by relevance

123456789

/Zephyr-Core-3.4.0/subsys/sd/
Dmmc.c67 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
Dsd_ops.c22 struct sdhc_command cmd = {0}; in sdmmc_read_status() local
197 struct sdhc_command cmd = {0}; in sdmmc_spi_read_cxd() local
228 struct sdhc_command cmd = {0}; in sdmmc_read_cxd() local
315 struct sdhc_command cmd = {0}; in sdmmc_switch_voltage() local
399 struct sdhc_command cmd = {0}; in sdmmc_request_rca() local
425 struct sdhc_command cmd = {0}; in sdmmc_select_card() local
449 struct sdhc_command cmd = {0}; in card_app_command() local
477 struct sdhc_command cmd = {0}; in card_read() local
599 struct sdhc_command cmd = {0}; in card_query_written() local
640 struct sdhc_command cmd = {0}; in card_write() local
[all …]
Dsd.c24 struct sdhc_command cmd = {0}; in sd_idle() local
37 struct sdhc_command cmd = {0}; in sd_send_interface_condition() local
73 struct sdhc_command cmd = {0}; in sd_enable_crc() local
Dsdmmc.c72 struct sdhc_command cmd; in sdmmc_spi_send_ocr() local
98 struct sdhc_command cmd; in sdmmc_send_ocr() local
155 struct sdhc_command cmd = {0}; in sdmmc_read_scr() local
208 struct sdhc_command cmd = {0}; in sdmmc_set_blocklen() local
224 struct sdhc_command cmd = {0}; in sdmmc_set_bus_width() local
280 struct sdhc_command cmd = {0}; in sdmmc_switch() local
733 int sdmmc_ioctl(struct sd_card *card, uint8_t cmd, void *buf) in sdmmc_ioctl()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_vcp.c33 static uint8_t vcs_supported_commands(const void *cmd, uint16_t cmd_len, in vcs_supported_commands()
51 static uint8_t set_volume(const void *cmd, uint16_t cmd_len, in set_volume()
65 static uint8_t vol_up(const void *cmd, uint16_t cmd_len, in vol_up()
77 static uint8_t vol_down(const void *cmd, uint16_t cmd_len, in vol_down()
89 static uint8_t mute(const void *cmd, uint16_t cmd_len, in mute()
101 static uint8_t unmute(const void *cmd, uint16_t cmd_len, in unmute()
163 static uint8_t aics_supported_commands(const void *cmd, uint16_t cmd_len, in aics_supported_commands()
224 static uint8_t aics_set_gain(const void *cmd, uint16_t cmd_len, in aics_set_gain()
240 static uint8_t aics_mute(const void *cmd, uint16_t cmd_len, in aics_mute()
254 static uint8_t aics_mute_disable(const void *cmd, uint16_t cmd_len, in aics_mute_disable()
[all …]
Dbtp_core.c33 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()
83 static uint8_t register_service(const void *cmd, uint16_t cmd_len, in register_service()
156 static uint8_t unregister_service(const void *cmd, uint16_t cmd_len, in unregister_service()
Dbtp_mesh.c76 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands()
457 static uint8_t config_prov(const void *cmd, uint16_t cmd_len, in config_prov()
502 static uint8_t provision_node(const void *cmd, uint16_t cmd_len, in provision_node()
550 static uint8_t provision_adv(const void *cmd, uint16_t cmd_len, in provision_adv()
569 static uint8_t init(const void *cmd, uint16_t cmd_len, in init()
597 static uint8_t reset(const void *cmd, uint16_t cmd_len, in reset()
607 static uint8_t input_number(const void *cmd, uint16_t cmd_len, in input_number()
626 static uint8_t input_string(const void *cmd, uint16_t cmd_len, in input_string()
660 static uint8_t ivu_test_mode(const void *cmd, uint16_t cmd_len, in ivu_test_mode()
672 static uint8_t ivu_toggle_state(const void *cmd, uint16_t cmd_len, in ivu_toggle_state()
[all …]
Dbtp_gap.c220 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands()
263 static uint8_t controller_index_list(const void *cmd, uint16_t cmd_len, in controller_index_list()
276 static uint8_t controller_info(const void *cmd, uint16_t cmd_len, in controller_info()
412 static uint8_t get_oob_sc_local_data(const void *cmd, uint16_t cmd_len, in get_oob_sc_local_data()
426 static uint8_t set_oob_sc_remote_data(const void *cmd, uint16_t cmd_len, in set_oob_sc_remote_data()
446 static uint8_t set_connectable(const void *cmd, uint16_t cmd_len, in set_connectable()
471 static uint8_t set_discoverable(const void *cmd, uint16_t cmd_len, in set_discoverable()
502 static uint8_t set_bondable(const void *cmd, uint16_t cmd_len, in set_bondable()
523 static uint8_t start_advertising(const void *cmd, uint16_t cmd_len, in start_advertising()
616 static uint8_t start_directed_advertising(const void *cmd, uint16_t cmd_len, in start_directed_advertising()
[all …]
Dbtp_gatt.c220 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands()
288 static uint8_t add_service(const void *cmd, uint16_t cmd_len, in add_service()
493 static uint8_t add_characteristic(const void *cmd, uint16_t cmd_len, in add_characteristic()
682 static uint8_t add_descriptor(const void *cmd, uint16_t cmd_len, in add_descriptor()
753 static uint8_t add_included(const void *cmd, uint16_t cmd_len, in add_included()
881 static uint8_t set_value(const void *cmd, uint16_t cmd_len, in set_value()
914 static uint8_t start_server(const void *cmd, uint16_t cmd_len, in start_server()
957 static uint8_t set_enc_key_size(const void *cmd, uint16_t cmd_len, in set_enc_key_size()
998 static uint8_t exchange_mtu(const void *cmd, uint16_t cmd_len, in exchange_mtu()
1079 static uint8_t disc_all_prim(const void *cmd, uint16_t cmd_len, in disc_all_prim()
[all …]
Dbtp_l2cap.c186 static uint8_t connect(const void *cmd, uint16_t cmd_len, in connect()
256 static uint8_t disconnect(const void *cmd, uint16_t cmd_len, in disconnect()
278 static uint8_t reconfigure(const void *cmd, uint16_t cmd_len, in reconfigure()
327 static uint8_t disconnect_eatt_chans(const void *cmd, uint16_t cmd_len, in disconnect_eatt_chans()
354 static uint8_t send_data(const void *cmd, uint16_t cmd_len, in send_data()
453 static uint8_t listen(const void *cmd, uint16_t cmd_len, in listen()
502 static uint8_t credits(const void *cmd, uint16_t cmd_len, in credits()
530 static uint8_t supported_commands(const void *cmd, uint16_t cmd_len, in supported_commands()
/Zephyr-Core-3.4.0/drivers/smbus/
Dsmbus_handlers.c59 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.4.0/tests/bsim/bluetooth/audio/src/
Dmedia_controller_test.c385 static void command_send_cb(struct media_player *plr, int err, const struct mpl_cmd *cmd) in command_send_cb()
595 static void test_send_cmd_wait_flags(struct mpl_cmd *cmd) in test_send_cmd_wait_flags()
614 struct mpl_cmd cmd; in test_cp_play() local
633 struct mpl_cmd cmd; in test_cp_pause() local
652 struct mpl_cmd cmd; in test_cp_fast_rewind() local
671 struct mpl_cmd cmd; in test_cp_fast_forward() local
690 struct mpl_cmd cmd; in test_cp_stop() local
711 struct mpl_cmd cmd; in test_cp_move_relative() local
758 struct mpl_cmd cmd; in test_cp_prev_segment() local
788 struct mpl_cmd cmd; in test_cp_next_segment() local
[all …]
Dmcc_test.c338 static void mcc_send_command_cb(struct bt_conn *conn, int err, const struct mpl_cmd *cmd) in mcc_send_command_cb()
688 struct mpl_cmd cmd = { 0 }; in test_invalid_send_cmd() local
725 static void test_send_cmd_wait_flags(struct mpl_cmd *cmd) in test_send_cmd_wait_flags()
749 struct mpl_cmd cmd; in test_cp_play() local
768 struct mpl_cmd cmd; in test_cp_pause() local
787 struct mpl_cmd cmd; in test_cp_fast_rewind() local
806 struct mpl_cmd cmd; in test_cp_fast_forward() local
825 struct mpl_cmd cmd; in test_cp_stop() local
846 struct mpl_cmd cmd; in test_cp_move_relative() local
893 struct mpl_cmd cmd; in test_cp_prev_segment() local
[all …]
/Zephyr-Core-3.4.0/drivers/sensor/ms5607/
Dms5607_i2c.c20 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.4.0/drivers/disk/nvme/
Dnvme_controller_cmd.c63 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_cq() local
91 struct nvme_command *cmd; in nvme_ctrlr_cmd_create_io_sq() local
119 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_cq() local
143 struct nvme_command *cmd; in nvme_ctrlr_cmd_delete_io_sq() local
170 struct nvme_command *cmd; in nvme_ctrlr_cmd_set_feature() local
195 struct nvme_command *cmd; in nvme_ctrlr_cmd_get_feature() local
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/
Dmcp_ctlr.c30 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.4.0/subsys/shell/
Dshell_wildcard.c14 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.4.0/subsys/bluetooth/controller/hci/
Dhci.c372 struct bt_hci_cp_disconnect *cmd = (void *)buf->data; in disconnect() local
384 struct bt_hci_cp_read_remote_version_info *cmd = (void *)buf->data; in read_remote_ver_info() local
395 static int link_control_cmd_handle(uint16_t ocf, struct net_buf *cmd, in link_control_cmd_handle()
416 struct bt_hci_cp_set_event_mask *cmd = (void *)buf->data; in set_event_mask() local
425 struct bt_hci_cp_set_event_mask_page_2 *cmd = (void *)buf->data; in set_event_mask_page_2() local
485 struct bt_hci_cp_set_ctl_to_host_flow *cmd = (void *)buf->data; in set_ctl_to_host_flow() local
527 struct bt_hci_cp_host_buffer_size *cmd = (void *)buf->data; in host_buffer_size() local
553 struct bt_hci_cp_host_num_completed_packets *cmd = (void *)buf->data; in host_num_completed_packets() local
593 struct bt_hci_cp_read_auth_payload_timeout *cmd = (void *)buf->data; in read_auth_payload_timeout() local
612 struct bt_hci_cp_write_auth_payload_timeout *cmd = (void *)buf->data; in write_auth_payload_timeout() local
[all …]
/Zephyr-Core-3.4.0/subsys/mgmt/osdp/src/
Dosdp_cp.c64 struct osdp_cmd *cmd = NULL; in cp_cmd_alloc() local
73 static void cp_cmd_free(struct osdp_pd *pd, struct osdp_cmd *cmd) in cp_cmd_free()
78 static void cp_cmd_enqueue(struct osdp_pd *pd, struct osdp_cmd *cmd) in cp_cmd_enqueue()
83 static int cp_cmd_dequeue(struct osdp_pd *pd, struct osdp_cmd **cmd) in cp_cmd_dequeue()
125 struct osdp_cmd *cmd = NULL; in cp_build_command() local
630 struct osdp_cmd *cmd; in cp_flush_command_queue() local
677 struct osdp_cmd *cmd = NULL; in cp_phy_state_update() local
756 static int cp_cmd_dispatcher(struct osdp_pd *pd, int cmd) in cp_cmd_dispatcher()
955 struct osdp_cmd *cmd[OSDP_PD_MAX] = { 0 }; in osdp_cp_send_command_keyset() local
1041 int osdp_cp_send_command(int pd, struct osdp_cmd *cmd) in osdp_cp_send_command()
/Zephyr-Core-3.4.0/drivers/sensor/hp206c/
Dhp206c.c34 static int hp206c_read(const struct device *dev, uint8_t cmd, uint8_t *data, in hp206c_read()
51 uint8_t cmd = HP206C_CMD_READ_REG | (reg_addr & HP206C_REG_ADDR_MASK); in hp206c_read_reg() local
56 static int hp206c_write(const struct device *dev, uint8_t cmd, uint8_t *data, in hp206c_write()
73 uint8_t cmd = HP206C_CMD_WRITE_REG | (reg_addr & HP206C_REG_ADDR_MASK); in hp206c_write_reg() local
78 static int hp206c_cmd_send(const struct device *dev, uint8_t cmd) in hp206c_cmd_send()
209 uint8_t cmd, struct sensor_value *val) in hp206c_val_get()
/Zephyr-Core-3.4.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c83 struct ec_host_cmd_request_header *cmd = (struct ec_host_cmd_request_header *)buf; in prepare_hello_cmd() local
99 struct ec_host_cmd_request_header *cmd = (struct ec_host_cmd_request_header *)data->rx_buf; in test_hello() local
140 struct ec_host_cmd_request_header *cmd = (struct ec_host_cmd_request_header *)data->rx_buf; in ZTEST() local
171 struct ec_host_cmd_request_header *cmd = (struct ec_host_cmd_request_header *)data->rx_buf; in ZTEST() local
258 uint8_t *cmd = data->rx_buf; in ZTEST() local
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dmedia_controller.c296 static void command_send_cb(struct media_player *plr, int err, const struct mpl_cmd *cmd) in command_send_cb()
764 const struct mpl_cmd cmd = { in cmd_media_play() local
781 const struct mpl_cmd cmd = { in cmd_media_pause() local
799 const struct mpl_cmd cmd = { in cmd_media_fast_rewind() local
817 const struct mpl_cmd cmd = { in cmd_media_fast_forward() local
835 const struct mpl_cmd cmd = { in cmd_media_stop() local
853 struct mpl_cmd cmd = { in cmd_media_move_relative() local
888 const struct mpl_cmd cmd = { in cmd_media_prev_segment() local
907 const struct mpl_cmd cmd = { in cmd_media_next_segment() local
926 const struct mpl_cmd cmd = { in cmd_media_first_segment() local
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/openisa/
Dhci_vendor.h11 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, in hci_vendor_cmd_handle()
/Zephyr-Core-3.4.0/drivers/mdio/
Dmdio_adin2111.c65 uint32_t cmd; in adin2111_mdio_c45_read() local
106 uint32_t cmd; in adin2111_mdio_c45_write() local
138 uint32_t cmd; in mdio_adin2111_read() local
159 uint32_t cmd; in mdio_adin2111_write() local
/Zephyr-Core-3.4.0/subsys/console/
Dgetline.c22 static struct console_input *cmd; in console_getline() local

123456789