Lines Matching defs:hdev
5100 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev,
5113 if (!hdev->parent)
5116 vdev = xhci->devs[hdev->slot_id];
5135 if (hdev->speed == USB_SPEED_HIGH &&
5136 xhci_alloc_tt_info(xhci, vdev, hdev, tt, GFP_ATOMIC)) {
5154 else if (hdev->speed == USB_SPEED_FULL)
5161 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild));
5172 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH)
5191 ret = xhci_configure_endpoint(xhci, hdev, config_cmd,
5194 ret = xhci_configure_endpoint(xhci, hdev, config_cmd,