Searched refs:setpower (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/include/linux/platform_data/ |
D | mmc-mxcmmc.h | 33 void (*setpower)(struct device *, unsigned int vdd); member
|
D | mmc-pxamci.h | 15 int (*setpower)(struct device *, unsigned int); member
|
/linux-4.1.27/include/linux/spi/ |
D | mmc_spi.h | 49 void (*setpower)(struct device *, unsigned int maskval); member
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmc_spi.c | 1188 canpower = host->pdata && host->pdata->setpower; in mmc_spi_set_ios() 1202 host->pdata->setpower(&host->spi->dev, in mmc_spi_set_ios() 1377 if (host->pdata && host->pdata->setpower) { in mmc_spi_probe() 1459 (host->pdata && host->pdata->setpower) in mmc_spi_probe()
|
D | pxamci.c | 130 if (!host->vcc && host->pdata && host->pdata->setpower) in pxamci_set_power() 131 return host->pdata->setpower(mmc_dev(host->mmc), vdd); in pxamci_set_power() 800 if (gpio_is_valid(gpio_power) && host->pdata->setpower) in pxamci_probe()
|
D | mxcmmc.c | 252 if (host->pdata && host->pdata->setpower) in mxcmci_set_power() 253 host->pdata->setpower(mmc_dev(host->mmc), vdd); in mxcmci_set_power()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | poodle.c | 289 .setpower = poodle_mci_setpower,
|
D | pcm990-baseboard.c | 366 .setpower = pcm990_mci_setpower,
|
D | trizeps4.c | 356 .setpower = NULL, /* power-switching not supported */
|
D | mainstone.c | 350 .setpower = mainstone_mci_setpower,
|
D | stargate2.c | 754 .setpower = stargate2_mci_setpower,
|
D | spitz.c | 617 .setpower = spitz_mci_setpower,
|
D | em-x270.c | 640 .setpower = em_x270_mci_setpower,
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-mx31_3ds.c | 357 .setpower = mx31_3ds_sdhc1_setpower,
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 683 .setpower = mmc_spi_setpower,
|