Searched refs:jz4770_phy (Results 1 – 1 of 1) sorted by relevance
103 struct jz4770_phy { struct114 static inline struct jz4770_phy *otg_to_jz4770_phy(struct usb_otg *otg) in otg_to_jz4770_phy() argument116 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()[all …]