Home
last modified time | relevance | path

Searched refs:MMC_PM_KEEP_POWER (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/mmc/
Dpm.h27 #define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */ macro
Dhost.h548 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
/linux-4.19.296/drivers/bluetooth/
Dbtmrvl_sdio.c1606 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1655 return sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in btmrvl_sdio_suspend()