Lines Matching refs:hdev
4754 int xhci_update_hub_device(struct usb_hcd *hcd, struct usb_device *hdev, in xhci_update_hub_device() argument
4767 if (!hdev->parent) in xhci_update_hub_device()
4770 vdev = xhci->devs[hdev->slot_id]; in xhci_update_hub_device()
4789 if (hdev->speed == USB_SPEED_HIGH && in xhci_update_hub_device()
4790 xhci_alloc_tt_info(xhci, vdev, hdev, tt, GFP_ATOMIC)) { in xhci_update_hub_device()
4808 else if (hdev->speed == USB_SPEED_FULL) in xhci_update_hub_device()
4815 slot_ctx->dev_info2 |= cpu_to_le32(XHCI_MAX_PORTS(hdev->maxchild)); in xhci_update_hub_device()
4826 if (xhci->hci_version < 0x100 || hdev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
4840 xhci_dbg(xhci, "Slot %u Input Context:\n", hdev->slot_id); in xhci_update_hub_device()
4847 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4850 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4853 xhci_dbg(xhci, "Slot %u Output Context:\n", hdev->slot_id); in xhci_update_hub_device()