Home
last modified time | relevance | path

Searched refs:get_card_present (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsdhc.h240 int (*get_card_present)(const struct device *dev); member
348 if (!api->get_card_present) { in z_impl_sdhc_card_present()
352 return api->get_card_present(dev); in z_impl_sdhc_card_present()
/Zephyr-Core-3.5.0/drivers/sdhc/
Dmcux_sdif.c408 .get_card_present = mcux_sdif_get_card_present,
Dsam_hsmci.c667 .get_card_present = sam_hsmci_get_card_present,
Dsdhc_spi.c766 .get_card_present = sdhc_spi_get_card_present,
Dimx_usdhc.c846 .get_card_present = imx_usdhc_get_card_present,
Dintel_emmc_host.c1274 .get_card_present = emmc_get_card_present,