Lines Matching defs:phy
136 static void sun4i_usb_phy_write(struct phy *phy, u32 addr, u32 data, int len) in sun4i_usb_phy_write()
181 static void sun4i_usb_phy_passby(struct phy *phy, bool enable) in sun4i_usb_phy_passby()
208 static int sun4i_usb_phy_power_on(struct phy *phy) in sun4i_usb_phy_power_on()
228 static int sun4i_usb_phy_power_off(struct phy *phy) in sun4i_usb_phy_power_off()
258 static int sun4i_usb_phy_init(struct phy *phy) in sun4i_usb_phy_init()
312 static int sun4i_usb_phy_exit(struct phy *phy) in sun4i_usb_phy_exit()
344 static int sun4i_usb_phy_xlate(struct phy *phy, in sun4i_usb_phy_xlate()
361 int sun4i_usb_phy_vbus_detect(struct phy *phy) in sun4i_usb_phy_vbus_detect()
386 int sun4i_usb_phy_id_detect(struct phy *phy) in sun4i_usb_phy_id_detect()
399 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled) in sun4i_usb_phy_set_squelch_detect()
428 struct sun4i_usb_phy_plat *phy = &plat[i]; in sun4i_usb_phy_probe() local