Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc-k3.c210 .switch_voltage = dw_mci_hi6220_switch_voltage,
441 .switch_voltage = dw_mci_hi3660_switch_voltage,
Ddw_mmc.h583 int (*switch_voltage)(struct mmc_host *mmc, member
Ddw_mmc.c1571 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()