Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dport.c573 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() local
576 if (!peer_hub) in match_location()
586 peer = peer_hub->ports[port1 - 1]; in match_location()
606 struct usb_hub *peer_hub; in find_and_link_peer() local
641 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()
642 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()
649 peer = peer_hub->ports[port1 - 1]; in find_and_link_peer()