Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dport.c481 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer() local
483 if (!parent_hub) in find_and_link_peer()
486 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer()
Dhub.c5569 struct usb_hub *parent_hub; in usb_reset_and_verify_device() local
5586 parent_hub = usb_hub_to_struct_hub(parent_hdev); in usb_reset_and_verify_device()
5612 ret = hub_port_init(parent_hub, udev, port1, i); in usb_reset_and_verify_device()
5707 hub_port_logical_disconnect(parent_hub, port1); in usb_reset_and_verify_device()