Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dtmio_mmc_core.c881 if (host->set_pwr) in tmio_mmc_power_on()
882 host->set_pwr(host->pdev, 1); in tmio_mmc_power_on()
918 if (host->set_pwr) in tmio_mmc_power_off()
919 host->set_pwr(host->pdev, 0); in tmio_mmc_power_off()
1159 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
Dtmio_mmc.h143 void (*set_pwr)(struct platform_device *host, int state); member
/Linux-v6.6/include/linux/mfd/
Dtmio.h103 void (*set_pwr)(struct platform_device *host, int state); member