Home
last modified time | relevance | path

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

/linux-6.15/include/linux/mmc/
H A Dhost.h428 #define MMC_CAP2_FULL_PWR_CYCLE (1 << 2) /* Can do full power cycle */ macro
/linux-6.15/drivers/mmc/core/
H A Dhost.c375 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE; in mmc_of_parse()
H A Dmmc.c2127 ((host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) || !is_suspend || in _mmc_suspend()
2194 !(host->caps2 & MMC_CAP2_FULL_PWR_CYCLE)) in mmc_shutdown()
H A Dcore.c1141 if (!mmc_card_uhs2(host) && host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) { in mmc_select_voltage()
/linux-6.15/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c1306 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE | in rtsx_usb_init_host()
H A Drtsx_pci_sdmmc.c1461 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE | in realtek_init_host()