Home
last modified time | relevance | path

Searched refs:MMC_POWER_ON (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dboard-n8x0.c375 n8x0_mmc_set_power(dev, 0, MMC_POWER_ON, 16); /* MMC_VDD_28_29 */ in n8x0_mmc_late_init()
376 n8x0_mmc_set_power(dev, 1, MMC_POWER_ON, 16); in n8x0_mmc_late_init()
/linux-4.1.27/drivers/mmc/host/
Dbfin_sdh.c428 if (ios->power_mode == MMC_POWER_ON && ios->clock) { in sdh_set_ios()
440 if (ios->power_mode == MMC_POWER_ON) in sdh_set_ios()
Dcb710-mmc.c571 case MMC_POWER_ON: in cb710_mmc_set_ios()
584 reader->last_power_mode = MMC_POWER_ON; in cb710_mmc_set_ios()
Dsdricoh_cs.c360 if (ios->power_mode == MMC_POWER_ON) { in sdricoh_set_ios()
Dushc.c334 case MMC_POWER_ON: in ushc_set_power()
Dsdhci-pxav3.c210 && power_mode == MMC_POWER_ON) { in pxav3_gen_init_74_clocks()
Dmmc_spi.c1176 case MMC_POWER_ON: return "on"; in mmc_powerstring()
1210 if (ios->power_mode == MMC_POWER_ON) in mmc_spi_set_ios()
Dtoshsd.c116 case MMC_POWER_ON: in __toshsd_set_ios()
Domap.c1176 case MMC_POWER_ON: in mmc_omap_set_ios()
1197 if (ios->power_mode == MMC_POWER_ON) { in mmc_omap_set_ios()
Ds3cmci.c1243 case MMC_POWER_ON: in s3cmci_set_ios()
1280 if ((ios->power_mode == MMC_POWER_ON) || in s3cmci_set_ios()
Dpxamci.c525 if (ios->power_mode == MMC_POWER_ON) in pxamci_set_ios()
Dsunxi-mmc.c693 case MMC_POWER_ON: in sunxi_mmc_set_ios()
Djz4740_mmc.c874 case MMC_POWER_ON: in jz4740_mmc_set_ios()
Dtmio_mmc_pio.c962 case MMC_POWER_ON: in tmio_mmc_set_ios()
Dau1xmmc.c761 else if (ios->power_mode == MMC_POWER_ON) { in au1xmmc_set_ios()
Dmxcmmc.c884 if (ios->power_mode == MMC_POWER_ON) in mxcmci_set_ios()
Drtsx_usb_sdmmc.c1050 power_mode = MMC_POWER_ON; in sd_set_power_mode()
Dmmci.c1350 case MMC_POWER_ON: in mmci_set_ios()
Dusdhi6rol0.c837 case MMC_POWER_ON: in usdhi6_set_ios()
Domap_hsmmc.c1575 case MMC_POWER_ON: in omap_hsmmc_set_ios()
Dvub300.c2033 } else if (ios->power_mode == MMC_POWER_ON) { in vub300_mmc_set_ios()
Ddw_mmc.c1207 case MMC_POWER_ON: in dw_mci_set_ios()
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-n30.c344 case MMC_POWER_ON: in n30_sdi_set_power()
Dmach-h1940.c457 case MMC_POWER_ON: in h1940_set_mmc_power()
Dmach-rx1950.c548 case MMC_POWER_ON: in rx1950_set_mmc_power()
/linux-4.1.27/drivers/mmc/core/
Ddebugfs.c108 case MMC_POWER_ON: in mmc_ios_show()
Dcore.c1619 if (host->ios.power_mode == MMC_POWER_ON) in mmc_power_up()
1649 host->ios.power_mode = MMC_POWER_ON; in mmc_power_up()
/linux-4.1.27/include/linux/mmc/
Dhost.h44 #define MMC_POWER_ON 2 macro
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_sdio.c193 host->ios.power_mode = MMC_POWER_ON; in rsi_reset_card()