Searched refs:switch_voltage (Results 1 – 3 of 3) sorted by relevance
129 .switch_voltage = dw_mci_hi6220_switch_voltage,
296 int (*switch_voltage)(struct mmc_host *mmc, member
1401 if (drv_data && drv_data->switch_voltage) in dw_mci_switch_voltage()1402 return drv_data->switch_voltage(mmc, ios); in dw_mci_switch_voltage()