Searched refs:sd_is_card_present (Results 1 – 4 of 4) sorted by relevance
45 if (!sd_is_card_present(cfg->host_controller)) { in disk_sdmmc_access_init()64 if (!sd_is_card_present(cfg->host_controller)) { in disk_sdmmc_access_status()
93 bool sd_is_card_present(const struct device *sdhc_dev);
308 bool sd_is_card_present(const struct device *sdhc_dev) in sd_is_card_present() function
37 ret = sd_is_card_present(sdhc_dev); in ZTEST()