Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dport.c420 static int match_location(struct usb_device *peer_hdev, void *p) in match_location() argument
425 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location()
432 peer_hcd = bus_to_hcd(peer_hdev->bus); in match_location()
437 for (port1 = 1; port1 <= peer_hdev->maxchild; port1++) { in match_location()
457 struct usb_device *peer_hdev; in find_and_link_peer() local
477 peer_hdev = peer_hcd->self.root_hub; in find_and_link_peer()
490 peer_hdev = upstream->peer->child; in find_and_link_peer()
493 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()
494 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()