Home
last modified time | relevance | path

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

/drivers/bluetooth/
Dbtmrvl_sdio.c1628 mmc_pm_flag_t pm_flags; in btmrvl_sdio_suspend() local
1632 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_suspend()
1634 pm_flags); in btmrvl_sdio_suspend()
1635 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1698 mmc_pm_flag_t pm_flags; in btmrvl_sdio_resume() local
1702 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_resume()
1704 pm_flags); in btmrvl_sdio_resume()
/drivers/mmc/host/
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()
Domap_hsmmc.c2058 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { in omap_hsmmc_suspend()
2084 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) in omap_hsmmc_resume()
Dsdhci.c3699 if ((host->mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host()
3707 sdhci_init(host, (host->mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()
Ddw_mmc.c3451 if (host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
/drivers/mmc/core/
Dsdio.c1018 host->pm_flags = 0; in mmc_sdio_pre_suspend()
1104 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
Dsdio_io.c735 host->pm_flags |= flags; in sdio_set_host_pm_flags()
Dcore.c2368 host->pm_flags = 0; in mmc_stop_host()
/drivers/net/wireless/ath/ath6kl/
Dsdio.c923 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()