Home
last modified time | relevance | path

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

/drivers/usb/core/
Dhub.c130 if (hub_is_superspeed(hub->hdev)) in portspeed()
400 if (hub_is_superspeed(hdev)) { in get_hub_descriptor()
413 if (hub_is_superspeed(hdev)) { in get_hub_descriptor()
1070 if (hdev->parent && hub_is_superspeed(hdev)) { in hub_activate()
1126 } else if (hub_is_superspeed(hub->hdev)) in hub_activate()
1167 if (!hub_is_superspeed(hdev)) in hub_activate()
1182 if (hub_is_superspeed(hdev) && in hub_activate()
1204 hub_is_superspeed(hub->hdev)) { in hub_activate()
1241 if (portchange || (hub_is_superspeed(hub->hdev) && in hub_activate()
1430 if (hub_is_superspeed(hdev)) in hub_configure()
[all …]
Dport.c261 if (hub_is_superspeed(hdev)) in usb_port_runtime_resume()
578 if (hub_is_superspeed(hdev)) { in usb_hub_create_port_device()
586 if (hub_is_superspeed(hub->hdev)) in usb_hub_create_port_device()
Dhub.h139 static inline int hub_is_superspeed(struct usb_device *hdev) in hub_is_superspeed() function