/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 46 struct sdhc_command { struct 262 struct sdhc_command *cmd, 315 __syscall int sdhc_request(const struct device *dev, struct sdhc_command *cmd, 319 struct sdhc_command *cmd, in z_impl_sdhc_request()
|
/Zephyr-latest/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_utils.h | 32 static inline int sd_check_response(struct sdhc_command *cmd) in sd_check_response()
|
D | sd_ops.c | 22 struct sdhc_command cmd; in sdmmc_read_status() 207 struct sdhc_command cmd; in sdmmc_spi_read_cxd() 240 struct sdhc_command cmd; in sdmmc_read_cxd() 328 struct sdhc_command cmd; in sdmmc_switch_voltage() 413 struct sdhc_command cmd; in sdmmc_request_rca() 440 struct sdhc_command cmd; in sdmmc_select_card() 465 struct sdhc_command cmd; in card_app_command() 494 struct sdhc_command cmd; in card_read() 615 struct sdhc_command cmd; in card_query_written() 658 struct sdhc_command cmd; in card_write()
|
D | sd.c | 24 struct sdhc_command cmd; in sd_idle() 43 struct sdhc_command cmd; in sd_send_interface_condition() 88 struct sdhc_command cmd; in sd_enable_crc()
|
D | sdmmc.c | 71 struct sdhc_command cmd; in sdmmc_spi_send_ocr() 99 struct sdhc_command cmd; in sdmmc_send_ocr() 158 struct sdhc_command cmd = {0}; in sdmmc_read_scr() 212 struct sdhc_command cmd = {0}; in sdmmc_set_blocklen() 229 struct sdhc_command cmd = {0}; in sdmmc_set_bus_width() 288 struct sdhc_command cmd = {0}; in sdmmc_switch()
|
D | sdio.c | 30 struct sdhc_command cmd = {0}; in sdio_send_ocr() 94 struct sdhc_command cmd = {0}; in sdio_io_rw_direct() 133 struct sdhc_command cmd = {0}; in sdio_io_rw_extended()
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 225 static int sdhc_spi_response_get(const struct device *dev, struct sdhc_command *cmd, in sdhc_spi_response_get() 349 static int sdhc_spi_send_cmd(const struct device *dev, struct sdhc_command *cmd, in sdhc_spi_send_cmd() 628 struct sdhc_command *cmd, in sdhc_spi_request() 634 const struct sdhc_command stop_cmd = { in sdhc_spi_request() 671 (struct sdhc_command *)&stop_cmd, in sdhc_spi_request() 676 (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 | ifx_cat1_sdio.c | 158 static int ifx_cat1_sdio_request(const struct device *dev, struct sdhc_command *cmd, in ifx_cat1_sdio_request()
|
D | sdhc_cdns.c | 56 struct sdhc_command *cmd, in sdhc_cdns_request()
|
D | rcar_mmc.c | 461 static void rcar_mmc_extract_resp(const struct device *dev, struct sdhc_command *cmd, in rcar_mmc_extract_resp() 488 static uint32_t rcar_mmc_gen_data_cmd(struct sdhc_command *cmd, struct sdhc_data *data) in rcar_mmc_gen_data_cmd() 875 static int rcar_mmc_request(const struct device *dev, struct sdhc_command *cmd, in rcar_mmc_request() 1617 struct sdhc_command cmd = {0}; in rcar_mmc_execute_tuning() 1699 struct sdhc_command stop_cmd = { in rcar_mmc_execute_tuning()
|
D | sdhc_renesas_ra.c | 160 static int sdhc_ra_request(const struct device *dev, struct sdhc_command *cmd, in sdhc_ra_request()
|
D | imx_usdhc.c | 625 static int imx_usdhc_request(const struct device *dev, struct sdhc_command *cmd, in imx_usdhc_request()
|
D | sdhc_esp32.c | 1080 static int sdhc_esp32_request(const struct device *dev, struct sdhc_command *cmd, in sdhc_esp32_request()
|
/Zephyr-latest/tests/drivers/sdhc/src/ |
D | main.c | 146 struct sdhc_command cmd; in ZTEST() 163 memset(&cmd, 0, sizeof(struct sdhc_command)); in ZTEST()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | sdhc.rst | 27 :c:struct:`sdhc_command` command structure, and an optional
|