Searched refs:peer_hub (Results 1 – 1 of 1) sorted by relevance
628 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() local631 if (!peer_hub || port_dev->connect_type == USB_PORT_NOT_USED) in match_location()641 peer = peer_hub->ports[port1 - 1]; in match_location()662 struct usb_hub *peer_hub; in find_and_link_peer() local697 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()698 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()705 peer = peer_hub->ports[port1 - 1]; in find_and_link_peer()