Home
last modified time | relevance | path

Searched refs:sdhc_host_props (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h223 struct sdhc_host_props { struct
244 struct sdhc_host_props *props); argument
418 struct sdhc_host_props *props);
421 struct sdhc_host_props *props) in z_impl_sdhc_get_host_props()
/Zephyr-Core-3.5.0/include/zephyr/sd/
Dsd.h55 struct sdhc_host_props host_props; /*!< SDHC host properties */
/Zephyr-Core-3.5.0/subsys/sd/
Dsd_ops.h39 static inline int sdmmc_host_uhs(struct sdhc_host_props *props) in sdmmc_host_uhs()
Dsd.c120 struct sdhc_host_props *host_props = &card->host_props; in sd_init_io()
/Zephyr-Core-3.5.0/drivers/sdhc/
Dimx_usdhc.c78 struct sdhc_host_props props;
168 struct sdhc_host_props *props = &data->props; in imx_usdhc_init_host_props()
170 memset(props, 0, sizeof(struct sdhc_host_props)); in imx_usdhc_init_host_props()
770 struct sdhc_host_props *props) in imx_usdhc_get_host_props()
774 memcpy(props, &data->props, sizeof(struct sdhc_host_props)); in imx_usdhc_get_host_props()
Dsdhc_spi.c714 struct sdhc_host_props *props) in sdhc_spi_get_host_props()
718 memset(props, 0, sizeof(struct sdhc_host_props)); in sdhc_spi_get_host_props()
Dintel_emmc_host.c54 struct sdhc_host_props props;
1144 static int emmc_get_host_props(const struct device *dev, struct sdhc_host_props *props) in emmc_get_host_props()
1153 memset(props, 0, sizeof(struct sdhc_host_props)); in emmc_get_host_props()
Dmcux_sdif.c112 struct sdhc_host_props *props) in mcux_sdif_get_host_props()
Dsam_hsmci.c100 static int sam_hsmci_get_host_props(const struct device *dev, struct sdhc_host_props *props) in sam_hsmci_get_host_props()
/Zephyr-Core-3.5.0/tests/drivers/sdhc/src/
Dmain.c13 static struct sdhc_host_props props;