Home
last modified time | relevance | path

Searched refs:MMC_POWER_UP (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mmc/host/
H A Dmmc_spi.c1027 case MMC_POWER_UP: return "up"; in mmc_powerstring()
1053 case MMC_POWER_UP: in mmc_spi_set_ios()
1056 if (ios->power_mode == MMC_POWER_UP) in mmc_spi_set_ios()
H A Dsdricoh_cs.c350 } else if (ios->power_mode == MMC_POWER_UP) { in sdricoh_set_ios()
H A Dushc.c329 case MMC_POWER_UP: in ushc_set_power()
H A Dowl-mmc.c490 case MMC_POWER_UP: in owl_mmc_set_ios()
H A Dmeson-mx-sdhc-mmc.c317 case MMC_POWER_UP: in meson_mx_sdhc_set_ios()
H A Dmxcmmc.c222 if (host->power_mode == MMC_POWER_UP) in mxcmci_set_power()
H A Dusdhi6rol0.c832 case MMC_POWER_UP: in usdhi6_set_ios()
H A Dvub300.c2021 } else if ((ios->power_mode == MMC_POWER_UP) && !vub300->card_powered) { in vub300_mmc_set_ios()
H A Dsdhci.c2367 (ios->power_mode == MMC_POWER_UP) && in sdhci_set_ios_common()
/linux/include/linux/mmc/
H A Dhost.h43 #define MMC_POWER_UP 1 macro
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c188 host->ios.power_mode = MMC_POWER_UP; in rsi_reset_card()