Home
last modified time | relevance | path

Searched refs:MMC_CAP_SYNC_RUNTIME_PM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dhost.h383 #define MMC_CAP_SYNC_RUNTIME_PM (1 << 21) /* Synced runtime PM suspends. */ macro
/openbmc/linux/drivers/mmc/host/
H A Drtsx_usb_sdmmc.c1308 MMC_CAP_SYNC_RUNTIME_PM; in rtsx_usb_init_host()
/openbmc/linux/drivers/mmc/core/
H A Dcore.c849 if (host->caps & MMC_CAP_SYNC_RUNTIME_PM) in mmc_release_host()