Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
Dport.c506 struct usb_hub *parent_hub = usb_hub_to_struct_hub(parent); in find_and_link_peer() local
508 if (!parent_hub) in find_and_link_peer()
511 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer()
Dhub.c5906 struct usb_hub *parent_hub; in usb_reset_and_verify_device() local
5923 parent_hub = usb_hub_to_struct_hub(parent_hdev); in usb_reset_and_verify_device()
5950 ret = hub_port_init(parent_hub, udev, port1, i, &descriptor); in usb_reset_and_verify_device()
6045 hub_port_logical_disconnect(parent_hub, port1); in usb_reset_and_verify_device()