Home
last modified time | relevance | path

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

12

/subsys/sd/
A Dmmc.c67 inline int mmc_ioctl(struct sd_card *card, uint8_t cmd, void *buf) in mmc_ioctl()
197 struct sdhc_command cmd = {0}; in mmc_send_op_cond() local
260 struct sdhc_command cmd = {0}; in mmc_set_rca() local
285 struct sdhc_command cmd = {0}; in mmc_read_csd() local
373 struct sdhc_command cmd = {0}; in mmc_set_bus_width() local
410 struct sdhc_command cmd = {0}; in mmc_set_hs_timing() local
439 struct sdhc_command cmd = {0}; in mmc_set_power_class_HS200() local
453 struct sdhc_command cmd = {0}; in mmc_set_timing() local
564 struct sdhc_command cmd = {0}; in mmc_read_ext_csd() local
617 struct sdhc_command cmd = {0}; in mmc_set_cache() local
A Dsd_ops.c22 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 …]
A Dsdmmc.c71 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()
A Dsd.c24 struct sdhc_command cmd; in sd_idle() local
43 struct sdhc_command cmd; in sd_send_interface_condition() local
88 struct sdhc_command cmd; in sd_enable_crc() local
A Dsd_utils.h32 static inline int sd_check_response(struct sdhc_command *cmd) in sd_check_response()
A Dsdio.c30 struct sdhc_command cmd = {0}; in sdio_send_ocr() local
94 struct sdhc_command cmd = {0}; in sdio_io_rw_direct() local
133 struct sdhc_command cmd = {0}; in sdio_io_rw_extended() local
/subsys/bluetooth/controller/hci/
A Dhci.c373 struct bt_hci_cp_disconnect *cmd = (void *)buf->data; in disconnect() local
417 struct bt_hci_cp_set_event_mask *cmd = (void *)buf->data; in set_event_mask() local
1385 struct bt_hci_cp_read_rssi *cmd = (void *)buf->data; in read_rssi() local
1521 struct bt_hci_cp_le_encrypt *cmd = (void *)buf->data; in le_encrypt() local
1718 struct bt_hci_cp_le_create_big *cmd = (void *)buf->data; in le_create_big() local
2173 struct bt_hci_cp_le_create_cis *cmd = (void *)buf->data; in le_create_cis() local
2572 struct hci_cp_le_conn_update *cmd = (void *)buf->data; in le_conn_update() local
2710 struct bt_hci_cp_le_read_phy *cmd = (void *)buf->data; in le_read_phy() local
2746 struct bt_hci_cp_le_set_phy *cmd = (void *)buf->data; in le_set_phy() local
3370 struct bt_hci_cp_le_rx_test *cmd = (void *)buf->data; in le_rx_test() local
[all …]
/subsys/mgmt/osdp/src/
A 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()
128 struct osdp_cmd *cmd = NULL; in cp_build_command() local
673 struct osdp_cmd *cmd; in cp_flush_command_queue() local
720 struct osdp_cmd *cmd = NULL; in cp_phy_state_update() local
799 static int cp_cmd_dispatcher(struct osdp_pd *pd, int cmd) in cp_cmd_dispatcher()
998 struct osdp_cmd *cmd[OSDP_PD_MAX] = { 0 }; in osdp_cp_send_command_keyset() local
1084 int osdp_cp_send_command(int pd, struct osdp_cmd *cmd) in osdp_cp_send_command()
A Dosdp_pd.c182 static bool do_command_callback(struct osdp_pd *pd, struct osdp_cmd *cmd) in do_command_callback()
195 static int pd_cmd_cap_ok(struct osdp_pd *pd, struct osdp_cmd *cmd) in pd_cmd_cap_ok()
262 struct osdp_cmd cmd; in pd_decode_command() local
577 struct osdp_cmd *cmd; in pd_build_reply() local
/subsys/bluetooth/audio/shell/
A Dmedia_controller.c767 const struct mpl_cmd cmd = { in cmd_media_play() local
784 const struct mpl_cmd cmd = { in cmd_media_pause() local
802 const struct mpl_cmd cmd = { in cmd_media_fast_rewind() local
820 const struct mpl_cmd cmd = { in cmd_media_fast_forward() local
838 const struct mpl_cmd cmd = { in cmd_media_stop() local
856 struct mpl_cmd cmd = { in cmd_media_move_relative() local
891 const struct mpl_cmd cmd = { in cmd_media_prev_segment() local
910 const struct mpl_cmd cmd = { in cmd_media_next_segment() local
967 struct mpl_cmd cmd = { in cmd_media_goto_segment() local
1077 struct mpl_cmd cmd = { in cmd_media_goto_track() local
[all …]
A Dmcc.c1075 const struct mpl_cmd cmd = { in cmd_mcc_play() local
1092 const struct mpl_cmd cmd = { in cmd_mcc_pause() local
1110 const struct mpl_cmd cmd = { in cmd_mcc_fast_rewind() local
1128 const struct mpl_cmd cmd = { in cmd_mcc_fast_forward() local
1145 const struct mpl_cmd cmd = { in cmd_mcc_stop() local
1163 struct mpl_cmd cmd = { in cmd_mcc_move_relative() local
1197 const struct mpl_cmd cmd = { in cmd_mcc_prev_segment() local
1215 const struct mpl_cmd cmd = { in cmd_mcc_next_segment() local
1269 struct mpl_cmd cmd = { in cmd_mcc_goto_segment() local
1371 struct mpl_cmd cmd = { in cmd_mcc_goto_track() local
[all …]
/subsys/shell/
A 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()
A Dshell_utils.c30 const union shell_cmd_entry *cmd; in shell_root_cmd_get() local
102 char *cmd = *ppcmd; in make_argv() local
209 char z_shell_make_argv(size_t *argc, const char **argv, char *cmd, in z_shell_make_argv()
273 const union shell_cmd_entry *cmd; in root_cmd_find() local
406 int shell_set_root_cmd(const char *cmd) in shell_set_root_cmd()
A Dshell.c258 const struct shell_static_entry **cmd, in tab_prepare()
330 const struct shell_static_entry *cmd, in find_completion_candidates()
361 const struct shell_static_entry *cmd, in autocomplete()
430 const struct shell_static_entry *cmd, in tab_options_print()
462 const struct shell_static_entry *cmd, in common_beginning_find()
502 const struct shell_static_entry *cmd, in partial_autocomplete()
820 const struct shell_static_entry *cmd; in tab_handle() local
1698 int shell_execute_cmd(const struct shell *sh, const char *cmd) in shell_execute_cmd()
/subsys/usb/host/
A Dusbip.c61 struct usbip_command cmd; member
69 static void usbip_ntoh_command(struct usbip_command *const cmd) in usbip_ntoh_command()
124 struct usbip_command *const cmd = &cmd_nd->cmd; in usbip_req_cb() local
200 struct usbip_command *const cmd = &cmd_nd->cmd; in usbip_submit_req() local
238 struct usbip_command *const cmd) in usbip_handle_submit()
316 struct usbip_command *const cmd) in usbip_handle_unlink()
359 struct usbip_command cmd; in usbip_handle_cmd() local
/subsys/shell/backends/
A Dshell_telnet.c106 static void telnet_reply_dont_command(struct telnet_simple_command *cmd) in telnet_reply_dont_command()
129 static void telnet_reply_do_command(struct telnet_simple_command *cmd) in telnet_reply_do_command()
155 static void telnet_reply_command(struct telnet_simple_command *cmd) in telnet_reply_command()
249 static inline int telnet_handle_command(struct telnet_simple_command *cmd) in telnet_handle_command()
271 struct telnet_simple_command *cmd = in telnet_recv() local
/subsys/bluetooth/controller/ll_sw/openisa/hci/
A Dhci_vendor.h11 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, in hci_vendor_cmd_handle()
/subsys/console/
A Dgetline.c22 static struct console_input *cmd; in console_getline() local
/subsys/bluetooth/controller/ll_sw/nordic/hci/
A Dhci_vendor.h26 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, in hci_vendor_cmd_handle()
/subsys/usb/device_next/class/
A Dusbd_msc_scsi.c52 #define GET_CONTROL_NACA(cmd) (cmd->control & BIT(2)) argument
85 #define GET_REQUEST_SENSE_DESC(cmd) (cmd->desc & BIT(0)) argument
195 #define GET_IMMED(cmd) (cmd->immed & BIT(0)) argument
196 #define GET_POWER_CONDITION_MODIFIER(cmd) (cmd->condition & BIT_MASK(4)) argument
197 #define GET_POWER_CONDITION(cmd) ((cmd->start & 0xF0) >> 4) argument
198 #define GET_NO_FLUSH(cmd) (cmd->start & BIT(2)) argument
199 #define GET_LOEJ(cmd) (cmd->start & BIT(1)) argument
200 #define GET_START(cmd) (cmd->start & BIT(0)) argument
221 #define GET_PREVENT(cmd) (cmd->prevent & BIT_MASK(2)) argument
/subsys/tracing/
A Dtracing_backend_uart.c31 static uint8_t *cmd; in uart_isr() local
/subsys/llext/
A Dshell.c71 struct llext_shell_cmd *cmd = arg; in llext_shell_name_cb() local
85 struct llext_shell_cmd cmd = {.tgt = idx}; in llext_name_get() local
/subsys/bluetooth/host/classic/
A Davrcp.c310 struct bt_avrcp_frame *cmd; in avrcp_create_unit_pdu() local
331 struct bt_avrcp_frame *cmd; in avrcp_create_subunit_pdu() local
353 struct bt_avrcp_frame *cmd; in avrcp_create_passthrough_pdu() local
374 struct bt_avrcp_frame *cmd; in avrcp_create_vendor_pdu() local
/subsys/usb/device/class/netusb/
A Dfunction_rndis.c444 struct rndis_init_cmd *cmd = (void *)data; in rndis_init_handle() local
505 struct rndis_query_cmd *cmd = (void *)data; in rndis_query_handle() local
641 struct rndis_set_cmd *cmd = (void *)data; in rndis_set_handle() local
741 struct rndis_keepalive_cmd *cmd = (void *)data; in rndis_keepalive_handle() local
/subsys/net/l2/ieee802154/
A Dieee802154_mgmt.c443 struct ieee802154_command *cmd; in ieee802154_associate() local
640 struct ieee802154_command *cmd; in ieee802154_disassociate() local

Completed in 95 milliseconds

12