Searched refs:sdhc_host_props (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | sdhc.h | 223 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/ |
D | sd.h | 55 struct sdhc_host_props host_props; /*!< SDHC host properties */
|
/Zephyr-Core-3.5.0/subsys/sd/ |
D | sd_ops.h | 39 static inline int sdmmc_host_uhs(struct sdhc_host_props *props) in sdmmc_host_uhs()
|
D | sd.c | 120 struct sdhc_host_props *host_props = &card->host_props; in sd_init_io()
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | imx_usdhc.c | 78 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()
|
D | sdhc_spi.c | 714 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()
|
D | intel_emmc_host.c | 54 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()
|
D | mcux_sdif.c | 112 struct sdhc_host_props *props) in mcux_sdif_get_host_props()
|
D | sam_hsmci.c | 100 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/ |
D | main.c | 13 static struct sdhc_host_props props;
|