Searched refs:sdhc_host_props (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 225 struct sdhc_host_props { struct 269 struct sdhc_host_props *props); 442 struct sdhc_host_props *props); 445 struct sdhc_host_props *props) in z_impl_sdhc_get_host_props()
|
/Zephyr-latest/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 | 125 struct sdhc_host_props *host_props = &card->host_props; in sd_init_io()
|
/Zephyr-latest/include/zephyr/sd/ |
D | sd.h | 68 struct sdhc_host_props host_props; /*!< SDHC host properties */
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns.c | 117 struct sdhc_host_props *props) in sdhc_cdns_get_host_props() 121 memset(props, 0, sizeof(struct sdhc_host_props)); in sdhc_cdns_get_host_props()
|
D | imx_usdhc.c | 80 struct sdhc_host_props props; 230 struct sdhc_host_props *props = &data->props; in imx_usdhc_init_host_props() 232 memset(props, 0, sizeof(struct sdhc_host_props)); in imx_usdhc_init_host_props() 833 struct sdhc_host_props *props) in imx_usdhc_get_host_props() 837 memcpy(props, &data->props, sizeof(struct sdhc_host_props)); in imx_usdhc_get_host_props()
|
D | sdhc_renesas_ra.c | 64 struct sdhc_host_props props; 524 static int sdhc_ra_get_host_props(const struct device *dev, struct sdhc_host_props *props) in sdhc_ra_get_host_props() 528 memcpy(props, &priv->props, sizeof(struct sdhc_host_props)); in sdhc_ra_get_host_props()
|
D | ifx_cat1_sdio.c | 205 static int ifx_cat1_sdio_get_host_props(const struct device *dev, struct sdhc_host_props *props) in ifx_cat1_sdio_get_host_props()
|
D | sdhc_spi.c | 772 struct sdhc_host_props *props) in sdhc_spi_get_host_props() 776 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 | sdhc_esp32.c | 75 struct sdhc_host_props props; 1230 static int sdhc_esp32_get_host_props(const struct device *dev, struct sdhc_host_props *props) in sdhc_esp32_get_host_props() 1234 memcpy(props, &cfg->props, sizeof(struct sdhc_host_props)); in sdhc_esp32_get_host_props()
|
D | mcux_sdif.c | 112 struct sdhc_host_props *props) in mcux_sdif_get_host_props()
|
D | rcar_mmc.c | 45 struct sdhc_host_props props; 1867 static int rcar_mmc_get_host_props(const struct device *dev, struct sdhc_host_props *props) in rcar_mmc_get_host_props() 1928 struct sdhc_host_props *props = &data->props; in rcar_mmc_init_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-latest/tests/drivers/sdhc/src/ |
D | main.c | 13 static struct sdhc_host_props props;
|