Home
last modified time | relevance | path

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

/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c125 bool regulator_on; member
455 data->phys[0].regulator_on) in sun4i_usb_phy0_poll()
467 if (!phy->vbus || phy->regulator_on) in sun4i_usb_phy_power_on()
481 phy->regulator_on = true; in sun4i_usb_phy_power_on()
495 if (!phy->vbus || !phy->regulator_on) in sun4i_usb_phy_power_off()
499 phy->regulator_on = false; in sun4i_usb_phy_power_off()