Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c181 static void sun4i_usb_phy_passby(struct phy *phy, bool enable) in sun4i_usb_phy_passby() function
305 sun4i_usb_phy_passby(phy, true); in sun4i_usb_phy_init()
327 sun4i_usb_phy_passby(phy, false); in sun4i_usb_phy_exit()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c230 static void sun4i_usb_phy_passby(struct sun4i_usb_phy *phy, int enable) in sun4i_usb_phy_passby() function
351 sun4i_usb_phy_passby(phy, 1); in sun4i_usb_phy_init()
395 sun4i_usb_phy_passby(phy, 0); in sun4i_usb_phy_exit()
647 sun4i_usb_phy_passby(phy, !id_det); in sun4i_usb_phy0_id_vbus_det_scan()