Home
last modified time | relevance | path

Searched refs:MMC_PM_KEEP_POWER (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/mmc/
H A Dpm.h24 #define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */ macro
/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c844 !(flags & MMC_PM_KEEP_POWER)) in ath6kl_set_sdio_pm_caps()
847 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in ath6kl_set_sdio_pm_caps()
893 if (!(flags & MMC_PM_KEEP_POWER)) in ath6kl_sdio_suspend()
896 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in ath6kl_sdio_suspend()
923 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()
/linux/drivers/mmc/host/
H A Dsdhci-pltfm.c100 host->mmc->pm_caps |= MMC_PM_KEEP_POWER; in sdhci_get_property()
H A Dsdhci-pci-core.c65 if ((pm_flags & MMC_PM_KEEP_POWER) && (pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_pci_init_wakeup()
2183 host->mmc->pm_caps = MMC_PM_KEEP_POWER; in sdhci_pci_probe_slot()
H A Dmmci.c2395 mmc->pm_caps |= MMC_PM_KEEP_POWER; in mmci_probe()
H A Ddw_mmc.c3587 if (host->slot && host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
H A Dmtk-sd.c2955 if ((mmc->pm_caps & MMC_PM_WAKE_SDIO_IRQ) && (mmc->pm_caps & MMC_PM_KEEP_POWER)) { in msdc_drv_probe()
/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200_sdio.c357 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in cw1200_sdio_suspend()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c1335 if (!(flags & MMC_PM_KEEP_POWER)) { in if_sdio_suspend()
1341 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in if_sdio_suspend()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1153 if (!(pm_caps & MMC_PM_KEEP_POWER)) in brcmf_sdio_wowl_config()
1192 sdio_flags = MMC_PM_KEEP_POWER; in brcmf_ops_sdio_suspend()
/linux/drivers/bluetooth/
H A Dbtmrvl_sdio.c1618 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1669 return sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in btmrvl_sdio_suspend()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c898 if (!(pm_flag & MMC_PM_KEEP_POWER)) { in mwifiex_sdio_suspend()
935 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in mwifiex_sdio_suspend()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c1253 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in rsi_set_sdio_pm_caps()