Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c103 bool regulator_on; member
327 if (!phy->vbus || phy->regulator_on) in sun4i_usb_phy_power_on()
339 phy->regulator_on = true; in sun4i_usb_phy_power_on()
353 if (!phy->vbus || !phy->regulator_on) in sun4i_usb_phy_power_off()
357 phy->regulator_on = false; in sun4i_usb_phy_power_off()