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

/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c129 /* phy0 / otg related variables */
471 /* For phy0 only turn on Vbus if we don't have an ext. Vbus */
503 * phy0 vbus typically slowly discharges, sometimes this causes the
574 /* Host mode. Route phy0 to EHCI/OHCI */
577 /* Peripheral mode. Route phy0 to MUSB */
587 struct phy *phy0 = data->phys[0].phy; local
592 if (!phy0)
595 phy = phy_get_drvdata(phy0);
599 mutex_lock(&phy0->mutex);
602 mutex_unlock(&phy0
[all...]

Completed in 191 milliseconds