Lines Matching defs:usb_phy_roothub
17 struct usb_phy_roothub {
26 struct usb_phy_roothub *roothub_entry;
49 struct usb_phy_roothub *roothub_entry;
73 struct usb_phy_roothub *usb_phy_roothub_alloc(struct device *dev)
75 struct usb_phy_roothub *phy_roothub;
111 * Return: On success, a pointer to the usb_phy_roothub. Otherwise,
114 struct usb_phy_roothub *usb_phy_roothub_alloc_usb3_phy(struct device *dev)
116 struct usb_phy_roothub *phy_roothub;
140 int usb_phy_roothub_init(struct usb_phy_roothub *phy_roothub)
142 struct usb_phy_roothub *roothub_entry;
167 int usb_phy_roothub_exit(struct usb_phy_roothub *phy_roothub)
169 struct usb_phy_roothub *roothub_entry;
188 int usb_phy_roothub_set_mode(struct usb_phy_roothub *phy_roothub,
191 struct usb_phy_roothub *roothub_entry;
216 int usb_phy_roothub_calibrate(struct usb_phy_roothub *phy_roothub)
218 struct usb_phy_roothub *roothub_entry;
245 int usb_phy_roothub_notify_connect(struct usb_phy_roothub *phy_roothub, int port)
247 struct usb_phy_roothub *roothub_entry;
274 int usb_phy_roothub_notify_disconnect(struct usb_phy_roothub *phy_roothub, int port)
276 struct usb_phy_roothub *roothub_entry;
295 int usb_phy_roothub_power_on(struct usb_phy_roothub *phy_roothub)
297 struct usb_phy_roothub *roothub_entry;
322 void usb_phy_roothub_power_off(struct usb_phy_roothub *phy_roothub)
324 struct usb_phy_roothub *roothub_entry;
335 struct usb_phy_roothub *phy_roothub)
348 struct usb_phy_roothub *phy_roothub)