Home
last modified time | relevance | path

Searched refs:sdhc_command (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h46 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/
Dmmc.c207 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()
Dsd_utils.h32 static inline int sd_check_response(struct sdhc_command *cmd) in sd_check_response()
Dsd_ops.c22 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()
Dsd.c24 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()
Dsdmmc.c71 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()
Dsdio.c30 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/
Dsdhc_spi.c225 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()
Dsam_hsmci.c266 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()
Dintel_emmc_host.c638 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()
Dmcux_sdif.c218 struct sdhc_command *cmd, in mcux_sdif_transfer()
368 struct sdhc_command *cmd, in mcux_sdif_request()
Dintel_emmc_host.h292 struct sdhc_command *sdhc_cmd;
Difx_cat1_sdio.c158 static int ifx_cat1_sdio_request(const struct device *dev, struct sdhc_command *cmd, in ifx_cat1_sdio_request()
Dsdhc_cdns.c56 struct sdhc_command *cmd, in sdhc_cdns_request()
Drcar_mmc.c461 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()
Dsdhc_renesas_ra.c160 static int sdhc_ra_request(const struct device *dev, struct sdhc_command *cmd, in sdhc_ra_request()
Dimx_usdhc.c625 static int imx_usdhc_request(const struct device *dev, struct sdhc_command *cmd, in imx_usdhc_request()
Dsdhc_esp32.c1080 static int sdhc_esp32_request(const struct device *dev, struct sdhc_command *cmd, in sdhc_esp32_request()
/Zephyr-latest/tests/drivers/sdhc/src/
Dmain.c146 struct sdhc_command cmd; in ZTEST()
163 memset(&cmd, 0, sizeof(struct sdhc_command)); in ZTEST()
/Zephyr-latest/doc/hardware/peripherals/
Dsdhc.rst27 :c:struct:`sdhc_command` command structure, and an optional