Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dhost.h348 mmc_pm_flag_t pm_flags; /* requested pm features */ member
438 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
443 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ; in mmc_card_wake_sdio_irq()
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_sdio.c1484 mmc_pm_flag_t pm_flags; in btmrvl_sdio_suspend() local
1488 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_suspend()
1490 pm_flags); in btmrvl_sdio_suspend()
1491 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1536 mmc_pm_flag_t pm_flags; in btmrvl_sdio_resume() local
1540 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_resume()
1542 pm_flags); in btmrvl_sdio_resume()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-pci.c1230 mmc_pm_flag_t pm_flags = 0; in sdhci_pci_suspend() local
1247 slot_pm_flags = slot->host->mmc->pm_flags; in sdhci_pci_suspend()
1251 pm_flags |= slot_pm_flags; in sdhci_pci_suspend()
1260 if (pm_flags & MMC_PM_KEEP_POWER) { in sdhci_pci_suspend()
1261 if (pm_flags & MMC_PM_WAKE_SDIO_IRQ) in sdhci_pci_suspend()
Domap_hsmmc.c2199 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { in omap_hsmmc_suspend()
2209 !(host->mmc->pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in omap_hsmmc_suspend()
2232 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) in omap_hsmmc_resume()
2238 !(host->mmc->pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in omap_hsmmc_resume()
Dsdhci-pxav3.c465 host->mmc->pm_flags |= MMC_PM_WAKE_SDIO_IRQ; in sdhci_pxav3_probe()
Dsdhci.c2771 if ((host->mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host()
2779 sdhci_init(host, (host->mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()
Ddw_mmc.c3045 if (slot->mmc->pm_flags & MMC_PM_KEEP_POWER) { in dw_mci_resume()
/linux-4.1.27/drivers/mmc/core/
Dsdio_io.c719 host->pm_flags |= flags; in sdio_set_host_pm_flags()
Dsdio.c996 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
Dcore.c2548 host->pm_flags = 0; in mmc_stop_host()
2677 host->pm_flags = 0; in mmc_pm_notify()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dsdio.c911 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()