Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dport.c320 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() local
323 if (!peer_hub) in match_location()
333 peer = peer_hub->ports[port1 - 1]; in match_location()
353 struct usb_hub *peer_hub; in find_and_link_peer() local
388 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()
389 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
396 peer = peer_hub->ports[port1 - 1]; in find_and_link_peer()