Home
last modified time | relevance | path

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

/linux/include/linux/mmc/
A Dhost.h464 mmc_pm_flag_t pm_flags; /* requested pm features */ member
588 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
593 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ; in mmc_card_wake_sdio_irq()
/linux/drivers/bluetooth/
A Dbtmrvl_sdio.c1625 mmc_pm_flag_t pm_flags; in btmrvl_sdio_suspend() local
1629 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_suspend()
1631 pm_flags); in btmrvl_sdio_suspend()
1632 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1695 mmc_pm_flag_t pm_flags; in btmrvl_sdio_resume() local
1699 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_resume()
1701 pm_flags); in btmrvl_sdio_resume()
/linux/drivers/mmc/host/
A Dsdhci-pci-core.c48 mmc_pm_flag_t pm_flags = 0; in sdhci_pci_init_wakeup() local
56 pm_flags |= slot->host->mmc->pm_flags; in sdhci_pci_init_wakeup()
62 if ((pm_flags & MMC_PM_KEEP_POWER) && (pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_pci_init_wakeup()
A Domap_hsmmc.c2049 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { in omap_hsmmc_suspend()
2075 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) in omap_hsmmc_resume()
A Dsdhci.c3724 if ((mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host()
3732 sdhci_init(host, (mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()
A Ddw_mmc.c3521 if (host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
/linux/drivers/mmc/core/
A Dsdio.c1014 host->pm_flags = 0; in mmc_sdio_pre_suspend()
1094 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
A Dsdio_io.c735 host->pm_flags |= flags; in sdio_set_host_pm_flags()
A Dcore.c2283 host->pm_flags = 0; in mmc_stop_host()
/linux/drivers/net/wireless/ath/ath6kl/
A Dsdio.c923 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()

Completed in 57 milliseconds