Searched refs:get_card_present (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | sdhc.h | 265 int (*get_card_present)(const struct device *dev); member 374 if (!api->get_card_present) { in z_impl_sdhc_card_present() 378 return api->get_card_present(dev); in z_impl_sdhc_card_present()
|
/Zephyr-latest/drivers/sdhc/ |
D | ifx_cat1_sdio.c | 310 .get_card_present = ifx_cat1_sdio_get_card_present,
|
D | sdhc_cdns.c | 242 .get_card_present = sdhc_cdns_get_card_present,
|
D | mcux_sdif.c | 408 .get_card_present = mcux_sdif_get_card_present,
|
D | sam_hsmci.c | 667 .get_card_present = sam_hsmci_get_card_present,
|
D | sdhc_spi.c | 824 .get_card_present = sdhc_spi_get_card_present,
|
D | sdhc_renesas_ra.c | 589 .get_card_present = sdhc_ra_get_card_present,
|
D | imx_usdhc.c | 1053 .get_card_present = imx_usdhc_get_card_present,
|
D | intel_emmc_host.c | 1274 .get_card_present = emmc_get_card_present,
|
D | sdhc_esp32.c | 1402 .get_card_present = sdhc_esp32_get_card_present,
|
D | rcar_mmc.c | 1885 .get_card_present = rcar_mmc_get_card_present,
|