Searched refs:set_pwr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | tmio_mmc_core.c | 832 if (host->set_pwr) in tmio_mmc_power_on() 833 host->set_pwr(host->pdev, 1); in tmio_mmc_power_on() 869 if (host->set_pwr) in tmio_mmc_power_off() 870 host->set_pwr(host->pdev, 0); in tmio_mmc_power_off() 1102 _host->set_pwr = pdata->set_pwr; in tmio_mmc_host_probe()
|
H A D | tmio_mmc.h | 135 void (*set_pwr)(struct platform_device *host, int state); member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tmio_mmc_core.c | 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()
|
H A D | tmio_mmc.h | 143 void (*set_pwr)(struct platform_device *host, int state); member
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tmio.h | 104 void (*set_pwr)(struct platform_device *host, int state); member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tmio.h | 103 void (*set_pwr)(struct platform_device *host, int state); member
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tc6387xb.c | 115 .set_pwr = tc6387xb_mmc_pwr,
|
H A D | t7l66xb.c | 142 .set_pwr = t7l66xb_mmc_pwr,
|
H A D | tc6393xb.c | 382 .set_pwr = tc6393xb_mmc_pwr,
|
H A D | asic3.c | 721 .set_pwr = asic3_mmc_pwr,
|
Completed in 12 milliseconds