Searched refs:set_pwr (Results 1 – 3 of 3) sorted by relevance
103 void (*set_pwr)(struct platform_device *host, int state); member
883 if (host->set_pwr) in tmio_mmc_power_on()884 host->set_pwr(host->pdev, 1); in tmio_mmc_power_on()920 if (host->set_pwr) in tmio_mmc_power_off()921 host->set_pwr(host->pdev, 0); in tmio_mmc_power_off()1161 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
143 void (*set_pwr)(struct platform_device *host, int state); member