Lines Matching refs:jz4770_phy
103 struct jz4770_phy { struct
114 static inline struct jz4770_phy *otg_to_jz4770_phy(struct usb_otg *otg) in otg_to_jz4770_phy() argument
116 return container_of(otg, struct jz4770_phy, otg); in otg_to_jz4770_phy()
119 static inline struct jz4770_phy *phy_to_jz4770_phy(struct usb_phy *phy) in phy_to_jz4770_phy()
121 return container_of(phy, struct jz4770_phy, phy); in phy_to_jz4770_phy()
127 struct jz4770_phy *priv = otg_to_jz4770_phy(otg); in ingenic_usb_phy_set_peripheral()
146 struct jz4770_phy *priv = otg_to_jz4770_phy(otg); in ingenic_usb_phy_set_host()
159 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in ingenic_usb_phy_init()
188 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in ingenic_usb_phy_shutdown()
201 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in jz4770_usb_phy_init()
213 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in jz4780_usb_phy_init()
226 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in x1000_usb_phy_init()
240 struct jz4770_phy *priv = phy_to_jz4770_phy(phy); in x1830_usb_phy_init()
291 struct jz4770_phy *priv; in jz4770_phy_probe()