Home
last modified time | relevance | path

Searched refs:MMC_CAP_AGGRESSIVE_PM (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/mmc/core/
H A Ddebugfs.c314 u32 allowed = MMC_CAP_AGGRESSIVE_PM | in mmc_caps_set()
H A Dsd_uhs2.c1116 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in sd_uhs2_runtime_suspend()
H A Dsd.c1805 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_sd_runtime_suspend()
H A Dmmc.c2260 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_runtime_suspend()
/linux/include/linux/mmc/
H A Dhost.h400 #define MMC_CAP_AGGRESSIVE_PM (1 << 7) /* Suspend (e)MMC/SD at idle */ macro
/linux/drivers/mmc/host/
H A Dsdhci-acpi.c392 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
H A Drtsx_pci_sdmmc.c1501 mmc->caps = mmc->caps | MMC_CAP_AGGRESSIVE_PM; in realtek_init_host()
H A Dsdhci-pci-core.c1125 MMC_CAP_AGGRESSIVE_PM | MMC_CAP_CD_WAKE; in byt_sd_probe_slot()