Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dmeson-gx-mmc.c175 bool vqmmc_enabled; member
594 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in meson_mmc_set_ios()
596 host->vqmmc_enabled = false; in meson_mmc_set_ios()
608 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in meson_mmc_set_ios()
615 host->vqmmc_enabled = true; in meson_mmc_set_ios()
1144 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.c1753 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in mmci_set_ios()
1755 host->vqmmc_enabled = false; in mmci_set_ios()
1772 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in mmci_set_ios()
1778 host->vqmmc_enabled = true; in mmci_set_ios()
Dmtk-sd.c432 bool vqmmc_enabled; member
1811 if (!IS_ERR(mmc->supply.vqmmc) && !host->vqmmc_enabled) { in msdc_ops_set_ios()
1816 host->vqmmc_enabled = true; in msdc_ops_set_ios()
1823 if (!IS_ERR(mmc->supply.vqmmc) && host->vqmmc_enabled) { in msdc_ops_set_ios()
1825 host->vqmmc_enabled = false; in msdc_ops_set_ios()
Ddw_mmc.c1465 if (!slot->host->vqmmc_enabled) { in dw_mci_set_ios()
1472 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1476 slot->host->vqmmc_enabled = true; in dw_mci_set_ios()
1495 if (!IS_ERR(mmc->supply.vqmmc) && slot->host->vqmmc_enabled) in dw_mci_set_ios()
1497 slot->host->vqmmc_enabled = false; in dw_mci_set_ios()
Dsdhci-msm.c287 bool vqmmc_enabled; member
1400 if (msm_host->vqmmc_enabled == level) in msm_toggle_vqmmc()
1427 msm_host->vqmmc_enabled = level; in msm_toggle_vqmmc()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch6874 u8 vqmmc_enabled:1;
10472 - bool vqmmc_enabled;
10672 - if (msm_host->vqmmc_enabled == level)
10699 - msm_host->vqmmc_enabled = level;
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch19883 + bool vqmmc_enabled;