Home
last modified time | relevance | path

Searched refs:switch_voltage (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc.h585 int (*switch_voltage)(struct mmc_host *mmc, member
H A Ddw_mmc.c1569 if (drv_data && drv_data->switch_voltage) in dw_mci_switch_voltage()
1570 return drv_data->switch_voltage(mmc, ios); in dw_mci_switch_voltage()