Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dhost.c297 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE; in mmc_of_parse()
Dmmc.c2019 ((host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) || !is_suspend)) in _mmc_suspend()
2085 !(host->caps2 & MMC_CAP2_FULL_PWR_CYCLE)) in mmc_shutdown()
Dcore.c1454 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) { in mmc_select_voltage()
/Linux-v4.19/include/linux/mmc/
Dhost.h347 #define MMC_CAP2_FULL_PWR_CYCLE (1 << 2) /* Can do full power cycle */ macro
/Linux-v4.19/drivers/mmc/host/
Drtsx_pci_sdmmc.c1360 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in realtek_init_host()
Drtsx_usb_sdmmc.c1324 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE | in rtsx_usb_init_host()