Home
last modified time | relevance | path

Searched refs:get_cd (Results 1 – 3 of 3) sorted by relevance

/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/
A Dfit-mmc.c116 return mmc->ops->get_cd(mmc); in plat_get_card_status()
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_host.h147 int (*get_cd)(struct mmc_host *host); member
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/
A Dsdhci.c364 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset()
1358 present = mmc->ops->get_cd(mmc); in sdhci_card_event()
2055 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry()
2204 present = mmc->ops->get_cd(mmc); in sdhci_request()
2565 .get_cd = sdhci_get_cd,

Completed in 12 milliseconds