Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dtmio.h103 void (*set_pwr)(struct platform_device *host, int state); member
/openbmc/linux/drivers/mmc/host/
H A Dtmio_mmc_core.c883 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()
H A Dtmio_mmc.h143 void (*set_pwr)(struct platform_device *host, int state); member