Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dhost.h490 mmc_pm_flag_t pm_flags; /* requested pm features */ member
618 return host->pm_flags & MMC_PM_KEEP_POWER; in mmc_card_keep_power()
623 return host->pm_flags & MMC_PM_WAKE_SDIO_IRQ; in mmc_card_wake_sdio_irq()
/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_sdio.c1612 mmc_pm_flag_t pm_flags; in btmrvl_sdio_suspend() local
1616 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_suspend()
1618 pm_flags); in btmrvl_sdio_suspend()
1619 if (!(pm_flags & MMC_PM_KEEP_POWER)) { in btmrvl_sdio_suspend()
1682 mmc_pm_flag_t pm_flags; in btmrvl_sdio_resume() local
1686 pm_flags = sdio_get_host_pm_caps(func); in btmrvl_sdio_resume()
1688 pm_flags); in btmrvl_sdio_resume()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c49 mmc_pm_flag_t pm_flags = 0; in sdhci_pci_init_wakeup() local
57 pm_flags |= slot->host->mmc->pm_flags; in sdhci_pci_init_wakeup()
63 if ((pm_flags & MMC_PM_KEEP_POWER) && (pm_flags & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_pci_init_wakeup()
H A Domap_hsmmc.c2012 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) { in omap_hsmmc_suspend()
2038 if (!(host->mmc->pm_flags & MMC_PM_KEEP_POWER)) in omap_hsmmc_resume()
H A Dsdhci.c3796 if ((mmc->pm_flags & MMC_PM_KEEP_POWER) && in sdhci_resume_host()
3805 sdhci_init(host, (mmc->pm_flags & MMC_PM_KEEP_POWER)); in sdhci_resume_host()
H A Ddw_mmc.c3582 if (host->slot && host->slot->mmc->pm_flags & MMC_PM_KEEP_POWER) in dw_mci_runtime_resume()
/openbmc/linux/drivers/mmc/core/
H A Dsdio.c1032 host->pm_flags = 0; in mmc_sdio_pre_suspend()
1118 host->pm_flags &= ~MMC_PM_KEEP_POWER; in mmc_sdio_resume()
H A Dsdio_io.c735 host->pm_flags |= flags; in sdio_set_host_pm_flags()
H A Dcore.c2313 host->pm_flags = 0; in mmc_stop_host()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c923 func->card->host->pm_flags &= ~MMC_PM_KEEP_POWER; in ath6kl_sdio_suspend()