Home
last modified time | relevance | path

Searched refs:pm_caps (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/mach-s3c/
H A Dplatformdata.c51 if (pd->pm_caps) in s3c_sdhci_set_platdata()
52 set->pm_caps |= pd->pm_caps; in s3c_sdhci_set_platdata()
/linux/include/linux/platform_data/
H A Dpxa_sdhci.h49 unsigned int pm_caps; member
H A Dmmc-sdhci-s3c.h43 unsigned int pm_caps; member
H A Dhsmmc-omap.h53 u32 pm_caps; /* PM capabilities of the mmc */ member
H A Dmmc-omap.h46 u32 pm_caps; /* PM capabilities of the mmc */ member
/linux/drivers/mmc/host/
H A Dsdhci-pxav2.c307 if (pdata->pm_caps) in sdhci_pxav2_probe()
308 host->mmc->pm_caps |= pdata->pm_caps; in sdhci_pxav2_probe()
H A Dsdhci-pltfm.c100 host->mmc->pm_caps |= MMC_PM_KEEP_POWER; in sdhci_get_property()
104 host->mmc->pm_caps |= MMC_PM_WAKE_SDIO_IRQ; in sdhci_get_property()
/linux/drivers/mmc/core/
H A Dsdio_io.c705 return func->card->host->pm_caps; in sdio_get_host_pm_caps()
731 if (flags & ~host->pm_caps) in sdio_set_host_pm_flags()
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2149 mmc_pm_flag_t pm_flag, pm_caps; in ath10k_sdio_pm_suspend() local
2161 pm_caps = sdio_get_host_pm_caps(func); in ath10k_sdio_pm_suspend()
2163 pm_flag, pm_caps, ret); in ath10k_sdio_pm_suspend()