Lines Matching defs:phy
138 static void sun4i_usb_phy_write(struct phy *phy, u32 addr, u32 data, int len) in sun4i_usb_phy_write()
183 static void sun4i_usb_phy_passby(struct phy *phy, bool enable) in sun4i_usb_phy_passby()
210 static int sun4i_usb_phy_power_on(struct phy *phy) in sun4i_usb_phy_power_on()
230 static int sun4i_usb_phy_power_off(struct phy *phy) in sun4i_usb_phy_power_off()
260 static int sun4i_usb_phy_init(struct phy *phy) in sun4i_usb_phy_init()
314 static int sun4i_usb_phy_exit(struct phy *phy) in sun4i_usb_phy_exit()
346 static int sun4i_usb_phy_xlate(struct phy *phy, in sun4i_usb_phy_xlate()
366 int sun4i_usb_phy_vbus_detect(struct phy *phy) in sun4i_usb_phy_vbus_detect()
391 int sun4i_usb_phy_id_detect(struct phy *phy) in sun4i_usb_phy_id_detect()
404 void sun4i_usb_phy_set_squelch_detect(struct phy *phy, bool enabled) in sun4i_usb_phy_set_squelch_detect()
433 struct sun4i_usb_phy_plat *phy = &plat[i]; in sun4i_usb_phy_probe() local