Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h225 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/
Dsd_ops.h39 static inline int sdmmc_host_uhs(struct sdhc_host_props *props) in sdmmc_host_uhs()
Dsd.c125 struct sdhc_host_props *host_props = &card->host_props; in sd_init_io()
/Zephyr-latest/include/zephyr/sd/
Dsd.h68 struct sdhc_host_props host_props; /*!< SDHC host properties */
/Zephyr-latest/drivers/sdhc/
Dsdhc_cdns.c117 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()
Dimx_usdhc.c80 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()
Dsdhc_renesas_ra.c64 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()
Difx_cat1_sdio.c205 static int ifx_cat1_sdio_get_host_props(const struct device *dev, struct sdhc_host_props *props) in ifx_cat1_sdio_get_host_props()
Dsdhc_spi.c772 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()
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()
Dsdhc_esp32.c75 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()
Dmcux_sdif.c112 struct sdhc_host_props *props) in mcux_sdif_get_host_props()
Drcar_mmc.c45 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()
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-latest/tests/drivers/sdhc/src/
Dmain.c13 static struct sdhc_host_props props;