Home
last modified time | relevance | path

Searched refs:hub_is_superspeed (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/core/
Dhub.c141 if (hub_is_superspeed(hub->hdev)) in portspeed()
411 if (hub_is_superspeed(hdev)) { in get_hub_descriptor()
424 if (hub_is_superspeed(hdev)) { in get_hub_descriptor()
1081 if (hdev->parent && hub_is_superspeed(hdev)) { in hub_activate()
1137 } else if (hub_is_superspeed(hub->hdev)) in hub_activate()
1178 if (!hub_is_superspeed(hdev)) in hub_activate()
1193 if (hub_is_superspeed(hdev) && in hub_activate()
1215 hub_is_superspeed(hub->hdev)) { in hub_activate()
1252 if (portchange || (hub_is_superspeed(hub->hdev) && in hub_activate()
1441 if (hub_is_superspeed(hdev)) in hub_configure()
[all …]
Dport.c391 if (hub_is_superspeed(hdev)) in usb_port_runtime_resume()
737 if (hub_is_superspeed(hdev)) { in usb_hub_create_port_device()
745 if (hub_is_superspeed(hub->hdev)) in usb_hub_create_port_device()
Dhub.h149 static inline int hub_is_superspeed(struct usb_device *hdev) in hub_is_superspeed() function