Home
last modified time | relevance | path

Searched refs:setpower (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Dmmc-mxcmmc.h35 void (*setpower)(struct device *, unsigned int vdd); member
H A Dmmc-pxamci.h16 int (*setpower)(struct device *, unsigned int); member
/openbmc/linux/include/linux/spi/
H A Dmmc_spi.h35 void (*setpower)(struct device *, unsigned int maskval); member
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c1045 canpower = host->pdata && host->pdata->setpower; in mmc_spi_set_ios()
1059 host->pdata->setpower(&host->spi->dev, in mmc_spi_set_ios()
1234 if (host->pdata && host->pdata->setpower) { in mmc_spi_probe()
1298 (host->pdata && host->pdata->setpower) in mmc_spi_probe()
H A Dpxamci.c110 if (host->pdata && host->pdata->setpower) in pxamci_set_power()
111 return host->pdata->setpower(mmc_dev(host->mmc), vdd); in pxamci_set_power()
758 if (host->power && host->pdata->setpower) in pxamci_probe()
H A Dmxcmmc.c230 if (host->pdata && host->pdata->setpower) in mxcmci_set_power()
231 host->pdata->setpower(mmc_dev(host->mmc), vdd); in mxcmci_set_power()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dts72xx.c246 .setpower = bk3_mmc_spi_setpower,
/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz.c621 .setpower = spitz_mci_setpower,
/openbmc/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c800 .setpower = mmc_spi_setpower,