Searched refs:sdhc_command (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | sdhc.h | 44 struct sdhc_command { struct 237 struct sdhc_command *cmd, 287 __syscall int sdhc_request(const struct device *dev, struct sdhc_command *cmd, 291 struct sdhc_command *cmd, struct sdhc_data *data) in z_impl_sdhc_request()
|
/Zephyr-Core-3.5.0/subsys/sd/ |
D | mmc.c | 207 struct sdhc_command cmd = {0}; in mmc_send_op_cond() 268 struct sdhc_command cmd = {0}; in mmc_set_rca() 293 struct sdhc_command cmd = {0}; in mmc_read_csd() 381 struct sdhc_command cmd = {0}; in mmc_set_bus_width() 418 struct sdhc_command cmd = {0}; in mmc_set_hs_timing() 447 struct sdhc_command cmd = {0}; in mmc_set_power_class_HS200() 461 struct sdhc_command cmd = {0}; in mmc_set_timing() 572 struct sdhc_command cmd = {0}; in mmc_read_ext_csd() 625 struct sdhc_command cmd = {0}; in mmc_set_cache()
|
D | sd_ops.c | 22 struct sdhc_command cmd = {0}; in sdmmc_read_status() 198 struct sdhc_command cmd = {0}; in sdmmc_spi_read_cxd() 229 struct sdhc_command cmd = {0}; in sdmmc_read_cxd() 316 struct sdhc_command cmd = {0}; in sdmmc_switch_voltage() 400 struct sdhc_command cmd = {0}; in sdmmc_request_rca() 426 struct sdhc_command cmd = {0}; in sdmmc_select_card() 450 struct sdhc_command cmd = {0}; in card_app_command() 478 struct sdhc_command cmd = {0}; in card_read() 600 struct sdhc_command cmd = {0}; in card_query_written() 641 struct sdhc_command cmd = {0}; in card_write()
|
D | sd_utils.h | 32 static inline int sd_check_response(struct sdhc_command *cmd) in sd_check_response()
|
D | sd.c | 24 struct sdhc_command cmd = {0}; in sd_idle() 37 struct sdhc_command cmd = {0}; in sd_send_interface_condition() 73 struct sdhc_command cmd = {0}; in sd_enable_crc()
|
D | sdio.c | 23 struct sdhc_command cmd = {0}; in sdio_send_ocr()
|
D | sdmmc.c | 72 struct sdhc_command cmd; in sdmmc_spi_send_ocr() 98 struct sdhc_command cmd; in sdmmc_send_ocr() 155 struct sdhc_command cmd = {0}; in sdmmc_read_scr() 208 struct sdhc_command cmd = {0}; in sdmmc_set_blocklen() 224 struct sdhc_command cmd = {0}; in sdmmc_set_bus_width() 280 struct sdhc_command cmd = {0}; in sdmmc_switch()
|
/Zephyr-Core-3.5.0/tests/drivers/sdhc/src/ |
D | main.c | 97 struct sdhc_command cmd; in ZTEST() 112 memset(&cmd, 0, sizeof(struct sdhc_command)); in ZTEST()
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | sdhc_spi.c | 202 static int sdhc_spi_response_get(const struct device *dev, struct sdhc_command *cmd, in sdhc_spi_response_get() 323 static int sdhc_spi_send_cmd(const struct device *dev, struct sdhc_command *cmd, in sdhc_spi_send_cmd() 598 struct sdhc_command *cmd, in sdhc_spi_request() 604 const struct sdhc_command stop_cmd = { in sdhc_spi_request() 632 (struct sdhc_command *)&stop_cmd, in sdhc_spi_request()
|
D | sam_hsmci.c | 266 static int sam_hsmci_send_cmd(Hsmci *hsmci, struct sdhc_command *cmd, uint32_t cmdr, in sam_hsmci_send_cmd() 479 static int sam_hsmci_request_inner(const struct device *dev, struct sdhc_command *cmd, in sam_hsmci_request_inner() 611 struct sdhc_command cmd = { in sam_hsmci_abort() 616 static int sam_hsmci_request(const struct device *dev, struct sdhc_command *cmd, in sam_hsmci_request()
|
D | intel_emmc_host.c | 638 static void update_cmd_response(const struct device *dev, struct sdhc_command *sdhc_cmd) in update_cmd_response() 670 struct sdhc_command *sdhc_cmd = config->sdhc_cmd; in emmc_host_send_cmd() 724 struct sdhc_command hdc_cmd = {0}; in emmc_stop_transfer() 872 struct sdhc_command *cmd) in emmc_send_cmd_no_data() 887 struct sdhc_command *cmd, struct sdhc_data *data, bool read) in emmc_send_cmd_data() 923 static int emmc_xfr(const struct device *dev, struct sdhc_command *cmd, struct sdhc_data *data, in emmc_xfr() 972 static int emmc_request(const struct device *dev, struct sdhc_command *cmd, struct sdhc_data *data) in emmc_request()
|
D | mcux_sdif.c | 218 struct sdhc_command *cmd, in mcux_sdif_transfer() 368 struct sdhc_command *cmd, in mcux_sdif_request()
|
D | intel_emmc_host.h | 292 struct sdhc_command *sdhc_cmd;
|
D | imx_usdhc.c | 581 static int imx_usdhc_request(const struct device *dev, struct sdhc_command *cmd, in imx_usdhc_request()
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | sdhc.rst | 27 :c:struct:`sdhc_command` command structure, and an optional
|