Lines Matching refs:usb_phy

25 static struct usb_phy *__usb_find_phy(struct list_head *list,  in __usb_find_phy()
28 struct usb_phy *phy = NULL; in __usb_find_phy()
40 static struct usb_phy *__usb_find_phy_dev(struct device *dev, in __usb_find_phy_dev()
58 static struct usb_phy *__of_usb_find_phy(struct device_node *node) in __of_usb_find_phy()
60 struct usb_phy *phy; in __of_usb_find_phy()
77 struct usb_phy *phy = *(struct usb_phy **)res; in devm_usb_phy_release()
84 struct usb_phy **phy = res; in devm_usb_phy_match()
100 struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) in devm_usb_get_phy()
102 struct usb_phy **ptr, *phy; in devm_usb_get_phy()
129 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy()
131 struct usb_phy *phy = NULL; in usb_get_phy()
170 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle()
173 struct usb_phy *phy = ERR_PTR(-ENOMEM), **ptr; in devm_usb_get_phy_by_phandle()
235 struct usb_phy *usb_get_phy_dev(struct device *dev, u8 index) in usb_get_phy_dev()
237 struct usb_phy *phy = NULL; in usb_get_phy_dev()
271 struct usb_phy *devm_usb_get_phy_dev(struct device *dev, u8 index) in devm_usb_get_phy_dev()
273 struct usb_phy **ptr, *phy; in devm_usb_get_phy_dev()
300 void devm_usb_put_phy(struct device *dev, struct usb_phy *phy) in devm_usb_put_phy()
317 void usb_put_phy(struct usb_phy *x) in usb_put_phy()
337 int usb_add_phy(struct usb_phy *x, enum usb_phy_type type) in usb_add_phy()
341 struct usb_phy *phy; in usb_add_phy()
378 int usb_add_phy_dev(struct usb_phy *x) in usb_add_phy_dev()
408 void usb_remove_phy(struct usb_phy *x) in usb_remove_phy()
464 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event()