Home
last modified time | relevance | path

Searched refs:pm_flags (Results 1 – 4 of 4) 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/mmc/core/
H A Dsdio_io.c735 host->pm_flags |= flags; in sdio_set_host_pm_flags()
/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 Ddw_mmc.c3670 if (host->slot && host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()