Home
last modified time | relevance | path

Searched refs:vqmmc_enabled (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/mmc/host/
Dmeson-gx-mmc.c174 bool vqmmc_enabled; member
591 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in meson_mmc_set_ios()
593 host->vqmmc_enabled = false; in meson_mmc_set_ios()
605 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in meson_mmc_set_ios()
612 host->vqmmc_enabled = true; in meson_mmc_set_ios()
1058 host->vqmmc_enabled = false; in meson_mmc_probe()
Domap_hsmmc.c180 int vqmmc_enabled; member
229 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in omap_hsmmc_enable_supply()
235 host->vqmmc_enabled = 1; in omap_hsmmc_enable_supply()
253 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in omap_hsmmc_disable_supply()
259 host->vqmmc_enabled = 0; in omap_hsmmc_disable_supply()
1865 host->vqmmc_enabled = 0; in omap_hsmmc_probe()
Dsunxi-mmc.c298 bool vqmmc_enabled; member
921 host->vqmmc_enabled = true; in sunxi_mmc_card_power()
931 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) in sunxi_mmc_card_power()
934 host->vqmmc_enabled = false; in sunxi_mmc_card_power()
Dmmci.h414 u8 vqmmc_enabled:1; member
Ddw_mmc.h224 bool vqmmc_enabled; member
Dmmci.c1749 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in mmci_set_ios()
1751 host->vqmmc_enabled = false; in mmci_set_ios()
1768 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in mmci_set_ios()
1774 host->vqmmc_enabled = true; in mmci_set_ios()
Dmtk-sd.c431 bool vqmmc_enabled; member
1808 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in msdc_ops_set_ios()
1813 host->vqmmc_enabled = true; in msdc_ops_set_ios()
1820 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in msdc_ops_set_ios()
1822 host->vqmmc_enabled = false; in msdc_ops_set_ios()
Ddw_mmc.c1464 if (!slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1471 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1475 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1494 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1496 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()
Dsdhci-msm.c286 bool vqmmc_enabled; member
1399 if (msm_host->vqmmc_enabled == level) in msm_toggle_vqmmc()
1426 msm_host->vqmmc_enabled = level; in msm_toggle_vqmmc()