Searched refs:switch_voltage (Results 1 – 2 of 2) sorted by relevance
585 int (*switch_voltage)(struct mmc_host *mmc, member
1569 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()