Searched refs:MMC_PM_KEEP_POWER (Results 1 – 20 of 20) sorted by relevance
| /Linux-v5.4/include/linux/mmc/ |
| D | pm.h | 24 #define MMC_PM_KEEP_POWER (1 << 0) /* preserve card power during suspend */ macro
|
| D | host.h | 547 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
|
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | sdio.c | 306 if (mmcflags & MMC_PM_KEEP_POWER) in wl1271_probe() 411 if (!(sdio_flags & MMC_PM_KEEP_POWER)) { in wl1271_suspend() 419 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in wl1271_suspend()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | sdio.c | 845 !(flags & MMC_PM_KEEP_POWER)) in ath6kl_set_sdio_pm_caps() 848 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in ath6kl_set_sdio_pm_caps() 894 if (!(flags & MMC_PM_KEEP_POWER)) in ath6kl_sdio_suspend() 897 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in ath6kl_sdio_suspend() 924 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | sdhci-pltfm.c | 108 host->mmc->pm_caps |= MMC_PM_KEEP_POWER; in sdhci_get_property()
|
| D | sdhci-acpi.c | 445 .pm_caps = MMC_PM_KEEP_POWER,
|
| D | sdhci-pci-core.c | 58 if ((pm_flags & MMC_PM_KEEP_POWER) && (pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_pci_init_wakeup() 1923 host->mmc->pm_caps = MMC_PM_KEEP_POWER; in sdhci_pci_probe_slot()
|
| D | omap_hsmmc.c | 2037 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { in omap_hsmmc_suspend() 2065 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) in omap_hsmmc_resume()
|
| D | sdhci.c | 3297 if ((host->mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host() 3305 sdhci_init(host, (host->mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()
|
| D | mmci.c | 1971 mmc->pm_caps |= MMC_PM_KEEP_POWER; in mmci_probe()
|
| D | dw_mmc.c | 3457 if (host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
|
| /Linux-v5.4/drivers/net/wireless/st/cw1200/ |
| D | cw1200_sdio.c | 355 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in cw1200_sdio_suspend()
|
| /Linux-v5.4/drivers/mmc/core/ |
| D | host.c | 296 host->pm_caps |= MMC_PM_KEEP_POWER; in mmc_of_parse()
|
| D | sdio.c | 1024 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
|
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
| D | if_sdio.c | 1327 if (!(flags & MMC_PM_KEEP_POWER)) { in if_sdio_suspend() 1333 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in if_sdio_suspend()
|
| /Linux-v5.4/drivers/bluetooth/ |
| D | btmrvl_sdio.c | 1677 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend() 1726 return sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in btmrvl_sdio_suspend()
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 1125 sdio_flags = MMC_PM_KEEP_POWER; in brcmf_ops_sdio_suspend()
|
| D | sdio.c | 3969 if ((sdio_get_host_pm_caps(sdiodev->func1) & MMC_PM_KEEP_POWER) && in brcmf_sdio_probe_attach()
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | sdio.c | 426 if (!(pm_flag & MMC_PM_KEEP_POWER)) { in mwifiex_sdio_suspend() 460 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in mwifiex_sdio_suspend()
|
| /Linux-v5.4/drivers/net/wireless/rsi/ |
| D | rsi_91x_sdio.c | 1271 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER); in rsi_set_sdio_pm_caps()
|