Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dport.c534 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() local
537 if (!peer_hub) in match_location()
547 peer = peer_hub->ports[port1 - 1]; in match_location()
567 struct usb_hub *peer_hub; in find_and_link_peer() local
602 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()
603 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
610 peer = peer_hub->ports[port1 - 1]; in find_and_link_peer()