Searched refs:setpower (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/arm/plat-mxc/include/mach/ |
D | mmc.h | 33 void (*setpower)(struct device *, unsigned int vdd); member
|
/linux-2.6.39/arch/arm/mach-pxa/include/mach/ |
D | mmc.h | 15 void (*setpower)(struct device *, unsigned int); member
|
/linux-2.6.39/include/linux/spi/ |
D | mmc_spi.h | 42 void (*setpower)(struct device *, unsigned int maskval); member
|
/linux-2.6.39/include/linux/mmc/ |
D | dw_mmc.h | 213 void (*setpower)(u32 slot_id, u32 volt); member
|
/linux-2.6.39/drivers/mmc/host/ |
D | mmc_spi.c | 1192 canpower = host->pdata && host->pdata->setpower; in mmc_spi_set_ios() 1206 host->pdata->setpower(&host->spi->dev, in mmc_spi_set_ios() 1402 if (host->pdata && host->pdata->setpower) { in mmc_spi_probe() 1462 (host->pdata && host->pdata->setpower) in mmc_spi_probe()
|
D | pxamci.c | 127 if (!host->vcc && host->pdata && host->pdata->setpower) in pxamci_set_power() 128 host->pdata->setpower(mmc_dev(host->mmc), vdd); in pxamci_set_power() 749 if (gpio_is_valid(gpio_power) && host->pdata->setpower) in pxamci_probe()
|
D | dw_mmc.c | 1292 if (host->pdata->setpower) in dw_mci_tasklet_card() 1293 host->pdata->setpower(slot->id, in dw_mci_tasklet_card() 1347 if (host->pdata->setpower) in dw_mci_tasklet_card() 1348 host->pdata->setpower(slot->id, 0); in dw_mci_tasklet_card() 1406 if (host->pdata->setpower) in dw_mci_init_slot() 1407 host->pdata->setpower(id, 0); in dw_mci_init_slot()
|
D | mxcmmc.c | 187 if (host->pdata && host->pdata->setpower) in mxcmci_set_power() 188 host->pdata->setpower(mmc_dev(host->mmc), vdd); in mxcmci_set_power()
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | pcm990-baseboard.c | 333 .setpower = pcm990_mci_setpower,
|
D | poodle.c | 280 .setpower = poodle_mci_setpower,
|
D | trizeps4.c | 356 .setpower = NULL, /* power-switching not supported */
|
D | mainstone.c | 442 .setpower = mainstone_mci_setpower,
|
D | stargate2.c | 750 .setpower = stargate2_mci_setpower,
|
D | spitz.c | 612 .setpower = spitz_mci_setpower,
|
D | em-x270.c | 635 .setpower = em_x270_mci_setpower,
|
/linux-2.6.39/arch/arm/mach-mx3/ |
D | mach-mx31_3ds.c | 358 .setpower = mx31_3ds_sdhc1_setpower,
|
/linux-2.6.39/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 589 .setpower = mmc_spi_setpower,
|