Lines Matching defs:phy
144 static void sun4i_usb_phy_write(struct phy *phy, u32 addr, u32 data, int len) in sun4i_usb_phy_write()
189 static void sun4i_usb_phy_passby(struct phy *phy, bool enable) in sun4i_usb_phy_passby()
216 static int sun4i_usb_phy_power_on(struct phy *phy) in sun4i_usb_phy_power_on()
236 static int sun4i_usb_phy_power_off(struct phy *phy) in sun4i_usb_phy_power_off()
266 static int sun4i_usb_phy_init(struct phy *phy) in sun4i_usb_phy_init()
323 static int sun4i_usb_phy_exit(struct phy *phy) in sun4i_usb_phy_exit()
358 static int sun4i_usb_phy_xlate(struct phy *phy, in sun4i_usb_phy_xlate()
378 int sun4i_usb_phy_vbus_detect(struct phy *phy) in sun4i_usb_phy_vbus_detect()
403 int sun4i_usb_phy_id_detect(struct phy *phy) in sun4i_usb_phy_id_detect()
416 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled) in sun4i_usb_phy_set_squelch_detect()
445 struct sun4i_usb_phy_plat *phy = &plat[i]; in sun4i_usb_phy_probe() local