Searched refs:peer_hub (Results 1 – 1 of 1) sorted by relevance
610 struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev); in match_location() local613 if (!peer_hub || port_dev->connect_type == USB_PORT_NOT_USED) in match_location()623 peer = peer_hub->ports[port1 - 1]; in match_location()644 struct usb_hub *peer_hub; in find_and_link_peer() local679 peer_hub = usb_hub_to_struct_hub(peer_hdev); in find_and_link_peer()680 if (!peer_hub || port1 > peer_hdev->maxchild) in find_and_link_peer()687 peer = peer_hub->ports[port1 - 1]; in find_and_link_peer()