Home
last modified time | relevance | path

Searched refs:set_pwr (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc_pio.c859 if (host->set_pwr) in tmio_mmc_power_on()
860 host->set_pwr(host->pdev, 1); in tmio_mmc_power_on()
896 if (host->set_pwr) in tmio_mmc_power_off()
897 host->set_pwr(host->pdev, 0); in tmio_mmc_power_off()
1106 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
Dtmio_mmc.h59 void (*set_pwr)(struct platform_device *host, int state); member
/linux-4.4.14/include/linux/mfd/
Dtmio.h124 void (*set_pwr)(struct platform_device *host, int state); member
/linux-4.4.14/drivers/mfd/
Dtc6387xb.c123 .set_pwr = tc6387xb_mmc_pwr,
Dt7l66xb.c146 .set_pwr = t7l66xb_mmc_pwr,
Dtc6393xb.c392 .set_pwr = tc6393xb_mmc_pwr,
Dasic3.c724 .set_pwr = asic3_mmc_pwr,