Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mmc/
Dhost.h433 mmc_pm_flag_t pm_flags; /* requested pm features */ member
547 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
552 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ; in mmc_card_wake_sdio_irq()
/Linux-v5.4/drivers/bluetooth/
Dbtmrvl_sdio.c1670 mmc_pm_flag_t pm_flags; in btmrvl_sdio_suspend() local
1674 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_suspend()
1676 pm_flags); in btmrvl_sdio_suspend()
1677 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1738 mmc_pm_flag_t pm_flags; in btmrvl_sdio_resume() local
1742 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_resume()
1744 pm_flags); in btmrvl_sdio_resume()
/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci-core.c44 mmc_pm_flag_t pm_flags = 0; in sdhci_pci_init_wakeup() local
52 pm_flags |= slot->host->mmc->pm_flags; in sdhci_pci_init_wakeup()
58 if ((pm_flags & MMC_PM_KEEP_POWER) && (pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_pci_init_wakeup()
Domap_hsmmc.c2037 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()
Dsdhci.c3297 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()
Ddw_mmc.c3457 if (host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
/Linux-v5.4/drivers/mmc/core/
Dsdio_io.c734 host->pm_flags |= flags; in sdio_set_host_pm_flags()
Dsdio.c1024 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
Dcore.c2376 host->pm_flags = 0; in mmc_stop_host()
2441 host->pm_flags = 0; in mmc_pm_notify()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dsdio.c924 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()