Home
last modified time | relevance | path

Searched refs:pm_caps (Results 1 – 21 of 21) 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/drivers/mmc/host/
H A Dsdhci-acpi.c53 mmc_pm_flag_t pm_caps; member
62 mmc_pm_flag_t pm_caps; member
379 .pm_caps = MMC_PM_KEEP_POWER,
898 host->mmc->pm_caps |= c->slot->chip->pm_caps; in sdhci_acpi_probe()
904 host->mmc->pm_caps |= c->slot->pm_caps; in sdhci_acpi_probe()
H A Dsdhci-pxav3.c439 if (pdata->pm_caps) in sdhci_pxav3_probe()
440 host->mmc->pm_caps |= pdata->pm_caps; in sdhci_pxav3_probe()
454 if (host->mmc->pm_caps & MMC_PM_WAKE_SDIO_IRQ) in sdhci_pxav3_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()
H A Dsdhci-s3c.c623 if (pdata->pm_caps) in sdhci_s3c_probe()
624 host->mmc->pm_caps |= pdata->pm_caps; in sdhci_s3c_probe()
H A Ddw_mmc.h266 u32 pm_caps; /* PM capabilities */ member
H A Dsdhci-esdhc-imx.c1811 if ((host->mmc->pm_caps & MMC_PM_KEEP_POWER) && in sdhci_esdhc_imx_probe()
1812 (host->mmc->pm_caps & MMC_PM_WAKE_SDIO_IRQ)) in sdhci_esdhc_imx_probe()
H A Domap_hsmmc.c1890 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe()
H A Dsdhci-pci-core.c2121 host->mmc->pm_caps = MMC_PM_KEEP_POWER; in sdhci_pci_probe_slot()
2126 host->mmc->pm_caps |= MMC_PM_WAKE_SDIO_IRQ; in sdhci_pci_probe_slot()
H A Ddw_mmc.c2879 if (host->pdata->pm_caps) in dw_mci_init_slot_caps()
2880 mmc->pm_caps = host->pdata->pm_caps; in dw_mci_init_slot_caps()
H A Dsdhci-omap.c1373 host->mmc->pm_caps |= MMC_PM_KEEP_POWER | MMC_PM_WAKE_SDIO_IRQ; in sdhci_omap_probe()
H A Dmmci.c2395 mmc->pm_caps |= MMC_PM_KEEP_POWER; in mmci_probe()
/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/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()
H A Dhost.c380 host->pm_caps |= MMC_PM_KEEP_POWER; in mmc_of_parse()
383 host->pm_caps |= MMC_PM_WAKE_SDIO_IRQ; in mmc_of_parse()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1145 mmc_pm_flag_t pm_caps = sdio_get_host_pm_caps(sdiodev->func1); in brcmf_sdio_wowl_config() local
1148 if (!(pm_caps & MMC_PM_KEEP_POWER)) in brcmf_sdio_wowl_config()
1152 pm_caps & MMC_PM_WAKE_SDIO_IRQ) { in brcmf_sdio_wowl_config()
/linux/include/linux/mmc/
H A Dhost.h409 mmc_pm_flag_t pm_caps; /* supported pm features */
433 mmc_pm_flag_t pm_caps; /* supported pm features */ global() member
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2148 mmc_pm_flag_t pm_flag, pm_caps; in ath10k_sdio_pm_suspend() local
2160 pm_caps = sdio_get_host_pm_caps(func); in ath10k_sdio_pm_suspend()
2162 pm_flag, pm_caps, ret); in ath10k_sdio_pm_suspend()