Home
last modified time | relevance | path

Searched refs:parent_hub (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/core/
Dport.c376 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer() local
378 if (!parent_hub) in find_and_link_peer()
381 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer()
Dhub.c5312 struct usb_hub *parent_hub; in usb_reset_and_verify_device() local
5329 parent_hub = usb_hub_to_struct_hub(parent_hdev); in usb_reset_and_verify_device()
5362 ret = hub_port_init(parent_hub, udev, port1, i); in usb_reset_and_verify_device()
5457 hub_port_logical_disconnect(parent_hub, port1); in usb_reset_and_verify_device()