Lines Matching refs:dev

231 	struct device *dev = xhci_to_hcd(xhci)->self.sysdev;  in xhci_zero_64b_regs()  local
251 domain = iommu_get_domain_for_dev(dev); in xhci_zero_64b_regs()
1232 if (urb->dev->speed >= USB_SPEED_SUPER) in xhci_urb_temp_buffer_required()
1443 max_packet_size = usb_endpoint_maxp(&urb->dev->ep0.desc); in xhci_check_maxpacket()
1485 ret = xhci_configure_endpoint(xhci, urb->dev, command, in xhci_check_maxpacket()
1515 ret = xhci_check_args(hcd, urb->dev, urb->ep, in xhci_urb_enqueue()
1520 slot_id = urb->dev->slot_id; in xhci_urb_enqueue()
1556 if (urb->dev->speed == USB_SPEED_FULL) { in xhci_urb_enqueue()
1671 vdev = xhci->devs[urb->dev->slot_id]; in xhci_urb_dequeue()
1724 urb, urb->dev->devpath, in xhci_urb_dequeue()
1750 xhci_queue_stop_endpoint(xhci, command, urb->dev->slot_id, in xhci_urb_dequeue()
1933 dev_dbg(&udev->dev, "%s - could not initialize ep %#x\n", in xhci_add_endpoint()
2010 dev_warn(&udev->dev, in xhci_configure_endpoint_result()
2017 dev_warn(&udev->dev, in xhci_configure_endpoint_result()
2024 dev_warn(&udev->dev, "ERROR: Endpoint drop flag = 0, " in xhci_configure_endpoint_result()
2030 dev_warn(&udev->dev, in xhci_configure_endpoint_result()
2060 dev_warn(&udev->dev, in xhci_evaluate_context_result()
2065 dev_warn(&udev->dev, in xhci_evaluate_context_result()
2070 dev_warn(&udev->dev, in xhci_evaluate_context_result()
2075 dev_warn(&udev->dev, in xhci_evaluate_context_result()
2081 dev_warn(&udev->dev, "WARN: Max Exit Latency too large\n"); in xhci_evaluate_context_result()
3148 dev_err(&udev->dev, "EP not empty, refuse reset\n"); in xhci_endpoint_reset()
4148 dev_warn(&udev->dev, "Device not responding to setup %s.\n", act); in xhci_setup_device()
4161 dev_warn(&udev->dev, in xhci_setup_device()
4554 dev_warn(&udev->dev, "%s: Can't get timeout for non-U1 or U2 state.\n", in xhci_get_timeout_no_hub_lpm()
4563 dev_dbg(&udev->dev, "Device-initiated %s disabled " in xhci_get_timeout_no_hub_lpm()
4567 dev_dbg(&udev->dev, "Device-initiated %s disabled " in xhci_get_timeout_no_hub_lpm()
4628 dev_dbg(&udev->dev, "Disable U1, ESIT shorter than exit latency\n"); in xhci_calculate_u1_timeout()
4651 dev_dbg(&udev->dev, "Hub-initiated U1 disabled " in xhci_calculate_u1_timeout()
4692 dev_dbg(&udev->dev, "Disable U2, ESIT shorter than exit latency\n"); in xhci_calculate_u2_timeout()
4709 dev_dbg(&udev->dev, "Hub-initiated U2 disabled " in xhci_calculate_u2_timeout()
4788 dev_dbg(&udev->dev, "Tier policy prevents U1/U2 LPM states for devices at tier %d\n", in xhci_check_tier_policy()
4812 dev_warn(&udev->dev, "Can't enable unknown link state %i\n", in xhci_calculate_lpm_timeout()
4838 if (intf->dev.driver) { in xhci_calculate_lpm_timeout()
4839 driver = to_usb_driver(intf->dev.driver); in xhci_calculate_lpm_timeout()
4841 dev_dbg(&udev->dev, "Hub-initiated %s disabled at request of driver %s\n", in xhci_calculate_lpm_timeout()
4898 dev_warn(&udev->dev, "Link PM max exit latency of %lluus " in calculate_max_exit_latency()
5160 struct device *dev = hcd->self.sysdev; in xhci_gen_setup() local
5203 get_quirks(dev, xhci); in xhci_gen_setup()
5239 !dma_set_mask(dev, DMA_BIT_MASK(64))) { in xhci_gen_setup()
5241 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in xhci_gen_setup()
5247 retval = dma_set_mask(dev, DMA_BIT_MASK(32)); in xhci_gen_setup()
5251 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in xhci_gen_setup()