peer_hub          450 drivers/usb/core/port.c 	struct usb_hub *peer_hub = usb_hub_to_struct_hub(peer_hdev);
peer_hub          453 drivers/usb/core/port.c 	if (!peer_hub)
peer_hub          463 drivers/usb/core/port.c 		peer = peer_hub->ports[port1 - 1];
peer_hub          483 drivers/usb/core/port.c 	struct usb_hub *peer_hub;
peer_hub          518 drivers/usb/core/port.c 	peer_hub = usb_hub_to_struct_hub(peer_hdev);
peer_hub          519 drivers/usb/core/port.c 	if (!peer_hub || port1 > peer_hdev->maxchild)
peer_hub          526 drivers/usb/core/port.c 	peer = peer_hub->ports[port1 - 1];