Lines Matching refs:usb_phy
26 struct usb_phy *phy;
30 static struct usb_phy *__usb_find_phy(struct list_head *list, in __usb_find_phy()
33 struct usb_phy *phy = NULL; in __usb_find_phy()
45 static struct usb_phy *__usb_find_phy_dev(struct device *dev, in __usb_find_phy_dev()
63 static struct usb_phy *__of_usb_find_phy(struct device_node *node) in __of_usb_find_phy()
65 struct usb_phy *phy; in __of_usb_find_phy()
82 struct usb_phy *phy = *(struct usb_phy **)res; in devm_usb_phy_release()
98 struct usb_phy **phy = res; in devm_usb_phy_match()
114 struct usb_phy *devm_usb_get_phy(struct device *dev, enum usb_phy_type type) in devm_usb_get_phy()
116 struct usb_phy **ptr, *phy; in devm_usb_get_phy()
143 struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy()
145 struct usb_phy *phy = NULL; in usb_get_phy()
185 struct usb_phy *devm_usb_get_phy_by_node(struct device *dev, in devm_usb_get_phy_by_node()
189 struct usb_phy *phy = ERR_PTR(-ENOMEM); in devm_usb_get_phy_by_node()
244 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle()
248 struct usb_phy *phy; in devm_usb_get_phy_by_phandle()
278 struct usb_phy *usb_get_phy_dev(struct device *dev, u8 index) in usb_get_phy_dev()
280 struct usb_phy *phy = NULL; in usb_get_phy_dev()
314 struct usb_phy *devm_usb_get_phy_dev(struct device *dev, u8 index) in devm_usb_get_phy_dev()
316 struct usb_phy **ptr, *phy; in devm_usb_get_phy_dev()
343 void devm_usb_put_phy(struct device *dev, struct usb_phy *phy) in devm_usb_put_phy()
360 void usb_put_phy(struct usb_phy *x) in usb_put_phy()
380 int usb_add_phy(struct usb_phy *x, enum usb_phy_type type) in usb_add_phy()
384 struct usb_phy *phy; in usb_add_phy()
421 int usb_add_phy_dev(struct usb_phy *x) in usb_add_phy_dev()
451 void usb_remove_phy(struct usb_phy *x) in usb_remove_phy()
507 void usb_phy_set_event(struct usb_phy *x, unsigned long event) in usb_phy_set_event()