Searched refs:switch_voltage (Results 1 – 3 of 3) sorted by relevance
210 .switch_voltage = dw_mci_hi6220_switch_voltage,441 .switch_voltage = dw_mci_hi3660_switch_voltage,
583 int (*switch_voltage)(struct mmc_host *mmc, member
1571 if (drv_data && drv_data->switch_voltage) in dw_mci_switch_voltage()1572 return drv_data->switch_voltage(mmc, ios); in dw_mci_switch_voltage()