/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | mmc-mxcmmc.h | 35 void (*setpower)(struct device *, unsigned int vdd); member
|
H A D | mmc-pxamci.h | 16 int (*setpower)(struct device *, unsigned int); member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | mmc-mxcmmc.h | 35 void (*setpower)(struct device *, unsigned int vdd); member
|
H A D | mmc-pxamci.h | 16 int (*setpower)(struct device *, unsigned int); member
|
/kernel/linux/linux-6.6/include/linux/spi/ |
H A D | mmc_spi.h | 35 void (*setpower)(struct device *, unsigned int maskval); member
|
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | mmc_spi.h | 35 void (*setpower)(struct device *, unsigned int maskval); member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmc_spi.c | 1057 canpower = host->pdata && host->pdata->setpower; in mmc_spi_set_ios() 1071 host->pdata->setpower(&host->spi->dev, in mmc_spi_set_ios() 1245 if (host->pdata && host->pdata->setpower) { in mmc_spi_probe() 1311 (host->pdata && host->pdata->setpower) in mmc_spi_probe()
|
H A D | pxamci.c | 111 if (host->pdata && host->pdata->setpower) in pxamci_set_power() 112 return host->pdata->setpower(mmc_dev(host->mmc), vdd); in pxamci_set_power() 760 if (host->power && host->pdata->setpower) in pxamci_probe() 761 dev_warn(dev, "gpio_power and setpower() both defined\n"); in pxamci_probe()
|
H A D | mxcmmc.c | 247 if (host->pdata && host->pdata->setpower) in mxcmci_set_power() 248 host->pdata->setpower(mmc_dev(host->mmc), vdd); in mxcmci_set_power()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmc_spi.c | 1045 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 D | pxamci.c | 110 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() 759 dev_warn(dev, "gpio_power and setpower() both defined\n"); in pxamci_probe()
|
H A D | mxcmmc.c | 230 if (host->pdata && host->pdata->setpower) in mxcmci_set_power() 231 host->pdata->setpower(mmc_dev(host->mmc), vdd); in mxcmci_set_power()
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | pcm990-baseboard.c | 363 .setpower = pcm990_mci_setpower,
|
H A D | poodle.c | 287 .setpower = poodle_mci_setpower,
|
H A D | mainstone.c | 359 .setpower = mainstone_mci_setpower,
|
H A D | trizeps4.c | 354 .setpower = NULL, /* power-switching not supported */
|
H A D | spitz.c | 620 .setpower = spitz_mci_setpower,
|
H A D | stargate2.c | 751 .setpower = stargate2_mci_setpower,
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | ts72xx.c | 247 .setpower = bk3_mmc_spi_setpower,
|
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/ |
H A D | ts72xx.c | 246 .setpower = bk3_mmc_spi_setpower,
|
/kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
H A D | spitz.c | 625 .setpower = spitz_mci_setpower,
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 800 .setpower = mmc_spi_setpower,
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 800 .setpower = mmc_spi_setpower,
|