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

/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c126 bool regulator_on; member in struct:sun4i_usb_phy_data::sun4i_usb_phy
456 data->phys[0].regulator_on)
468 if (!phy->vbus || phy->regulator_on)
482 phy->regulator_on = true;
496 if (!phy->vbus || !phy->regulator_on)
500 phy->regulator_on = false;

Completed in 144 milliseconds