Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/allwinner/
Dphy-sun4i-usb.c136 bool regulator_on; member
416 data->vbus_power_supply && data->phys[0].regulator_on) in sun4i_usb_phy0_poll()
428 if (!phy->vbus || phy->regulator_on) in sun4i_usb_phy_power_on()
442 phy->regulator_on = true; in sun4i_usb_phy_power_on()
456 if (!phy->vbus || !phy->regulator_on) in sun4i_usb_phy_power_off()
460 phy->regulator_on = false; in sun4i_usb_phy_power_off()