Searched refs:MMC_PM_KEEP_POWER (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/include/linux/mmc/
H A Dpm.h27 #define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */ macro
H A Dhost.h446 return host->pm_flags & MMC_PM_KEEP_POWER; mmc_card_keep_power()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dsdio.c304 if (mmcflags & MMC_PM_KEEP_POWER) wl1271_probe()
398 if (!(sdio_flags & MMC_PM_KEEP_POWER)) { wl1271_suspend()
406 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); wl1271_suspend()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c832 !(flags & MMC_PM_KEEP_POWER)) ath6kl_set_sdio_pm_caps()
835 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); ath6kl_set_sdio_pm_caps()
881 if (!(flags & MMC_PM_KEEP_POWER)) ath6kl_sdio_suspend()
884 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); ath6kl_sdio_suspend()
911 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; ath6kl_sdio_suspend()
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-pltfm.c105 host->mmc->pm_caps |= MMC_PM_KEEP_POWER; sdhci_get_of_property()
H A Dsdhci-acpi.c253 .pm_caps = MMC_PM_KEEP_POWER,
H A Dsdhci-pci-core.c1472 if (pm_flags & MMC_PM_KEEP_POWER) { sdhci_pci_suspend()
1700 host->mmc->pm_caps = MMC_PM_KEEP_POWER | MMC_PM_WAKE_SDIO_IRQ; sdhci_pci_probe_slot()
H A Domap_hsmmc.c2279 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { omap_hsmmc_suspend()
2307 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) omap_hsmmc_resume()
H A Dsdhci.c2734 if ((host->mmc->pm_flags & MMC_PM_KEEP_POWER) && sdhci_resume_host()
2742 sdhci_init(host, (host->mmc->pm_flags & MMC_PM_KEEP_POWER)); sdhci_resume_host()
H A Dmmci.c1645 mmc->pm_caps |= MMC_PM_KEEP_POWER; mmci_probe()
H A Ddw_mmc.c3265 if (slot->mmc->pm_flags & MMC_PM_KEEP_POWER) { dw_mci_resume()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dcw1200_sdio.c357 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); cw1200_sdio_suspend()
/linux-4.4.14/drivers/bluetooth/
H A Dbtmrvl_sdio.c1531 if (!(pm_flags & MMC_PM_KEEP_POWER)) { btmrvl_sdio_suspend()
1563 BT_DBG("suspend with MMC_PM_KEEP_POWER"); btmrvl_sdio_suspend()
1564 return sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); btmrvl_sdio_suspend()
1566 BT_DBG("suspend without MMC_PM_KEEP_POWER"); btmrvl_sdio_suspend()
/linux-4.4.14/drivers/mmc/core/
H A Dhost.c277 host->pm_caps |= MMC_PM_KEEP_POWER; mmc_of_parse()
H A Dsdio.c967 host->pm_flags &= ~MMC_PM_KEEP_POWER; mmc_sdio_resume()
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dif_sdio.c1366 if (!(flags & MMC_PM_KEEP_POWER)) { if_sdio_suspend()
1372 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); if_sdio_suspend()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbcmsdh.c1191 if ((sdio_get_host_pm_caps(sdiodev->func[1]) & MMC_PM_KEEP_POWER) && brcmf_ops_sdio_probe()
1276 sdio_flags = MMC_PM_KEEP_POWER; brcmf_ops_sdio_suspend()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dsdio.c247 if (!(pm_flag & MMC_PM_KEEP_POWER)) { mwifiex_sdio_suspend()
274 "cmd: suspend with MMC_PM_KEEP_POWER\n"); mwifiex_sdio_suspend()
275 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); mwifiex_sdio_suspend()

Completed in 562 milliseconds