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()
1093 if (hdev->parent && hub_is_superspeed(hdev)) { in hub_activate()
1149 } else if (hub_is_superspeed(hub->hdev)) in hub_activate()
1190 if (!hub_is_superspeed(hdev)) in hub_activate()
1205 if (hub_is_superspeed(hdev) && in hub_activate()
1227 hub_is_superspeed(hub->hdev)) { in hub_activate()
1264 if (portchange || (hub_is_superspeed(hub->hdev) && in hub_activate()
1453 if (hub_is_superspeed(hdev)) in hub_configure()
[all …]
Dport.c272 if (hub_is_superspeed(hdev)) in usb_port_runtime_resume()
589 if (hub_is_superspeed(hdev)) { in usb_hub_create_port_device()
597 if (hub_is_superspeed(hub->hdev)) in usb_hub_create_port_device()
Dhub.h143 static inline int hub_is_superspeed(struct usb_device *hdev) in hub_is_superspeed() function