Searched refs:sdio_set_host_pm_flags (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/mmc/
H A Dsdio_func.h170 extern int sdio_set_host_pm_flags(struct sdio_func *func, mmc_pm_flag_t flags);
/linux-master/drivers/mmc/core/
H A Dsdio_io.c710 * sdio_set_host_pm_flags - set wanted host power management capabilities
722 int sdio_set_host_pm_flags(struct sdio_func *func, mmc_pm_flag_t flags) function
738 EXPORT_SYMBOL_GPL(sdio_set_host_pm_flags); variable
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsdio.c198 sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c847 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
854 ret = sdio_set_host_pm_flags(func, MMC_PM_WAKE_SDIO_IRQ);
896 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
907 ret = sdio_set_host_pm_flags(func,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio.c253 sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dcw1200_sdio.c357 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dsdio.c409 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c1341 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
1349 return sdio_set_host_pm_flags(func, MMC_PM_WAKE_SDIO_IRQ);
/linux-master/drivers/bluetooth/
H A Dbtmrvl_sdio.c1670 return sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
H A Dbtmtksdio.c1455 sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1191 if (sdio_set_host_pm_flags(sdiodev->func1, sdio_flags))
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c1253 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dsdio.c1090 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c924 ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2158 ret = sdio_set_host_pm_flags(func, pm_flag);

Completed in 185 milliseconds