Searched refs:pm_flags (Results 1 - 12 of 12) sorted by relevance

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

Completed in 277 milliseconds