Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mmc/
Dhost.h340 #define MMC_CAP_AGGRESSIVE_PM (1 << 7) /* Suspend (e)MMC/SD at idle */ macro
/linux-5.19.10/drivers/mmc/host/
Dsdhci-acpi.c389 .caps = MMC_CAP_WAIT_WHILE_BUSY | MMC_CAP_AGGRESSIVE_PM,
Dsdhci-omap.c1344 mmc->caps |= MMC_CAP_POWER_OFF_CARD | MMC_CAP_AGGRESSIVE_PM; in sdhci_omap_probe()
Drtsx_pci_sdmmc.c1447 mmc->caps = mmc->caps | MMC_CAP_AGGRESSIVE_PM; in realtek_init_host()
Dsdhci-pci-core.c1093 MMC_CAP_AGGRESSIVE_PM | MMC_CAP_CD_WAKE; in byt_sd_probe_slot()
/linux-5.19.10/drivers/mmc/core/
Dsd.c1758 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_sd_runtime_suspend()
Dmmc.c2204 if (!(host->caps & MMC_CAP_AGGRESSIVE_PM)) in mmc_runtime_suspend()