Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A 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()
H A Dhub.c5819 struct usb_hub *parent_hub; in usb_reset_and_verify_device() local
5836 parent_hub = usb_hub_to_struct_hub(parent_hdev); in usb_reset_and_verify_device()
5863 ret = hub_port_init(parent_hub, udev, port1, i); in usb_reset_and_verify_device()
5959 hub_port_logical_disconnect(parent_hub, port1); in usb_reset_and_verify_device()