Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
H A Dhost.h538 mmc_pm_flag_t pm_flags; /* requested pm features */ member
683 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
688 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ; in mmc_card_wake_sdio_irq()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c923 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()
/linux/drivers/mmc/host/
H A Dsdhci.c3832 if ((mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host()
3842 sdhci_init(host, (mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()