Searched refs:set_pwr (Results 1 – 7 of 7) sorted by relevance
119 void (*set_pwr)(struct platform_device *host, int state); member
948 if (host->set_pwr) in tmio_mmc_power_on()949 host->set_pwr(host->pdev, 1); in tmio_mmc_power_on()985 if (host->set_pwr) in tmio_mmc_power_off()986 host->set_pwr(host->pdev, 0); in tmio_mmc_power_off()1249 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
135 void (*set_pwr)(struct platform_device *host, int state); member
123 .set_pwr = tc6387xb_mmc_pwr,
149 .set_pwr = t7l66xb_mmc_pwr,
392 .set_pwr = tc6393xb_mmc_pwr,
725 .set_pwr = asic3_mmc_pwr,