• Home
  • Raw
  • Download

Lines Matching refs:devs

454 	struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];  in xhci_ring_ep_doorbell()
482 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
519 if (!xhci->devs[slot_id]) { in xhci_get_virt_ep()
524 return &xhci->devs[slot_id]->eps[ep_index]; in xhci_get_virt_ep()
592 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_move_dequeue_past_td()
1078 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
1242 if (!xhci->devs[i]) in xhci_hc_died()
1520 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1550 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1596 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_addr_dev()
1608 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_dev()
1859 if (!xhci->devs[slot_id]) { in handle_device_notification()
1867 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1962 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1963 xhci->devs[slot_id]->flags |= VDEV_PORT_ERROR; in handle_port_status()
2022 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
3464 ep_ctx = xhci_get_ep_ctx(xhci, xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3622 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3731 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3781 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
4063 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
4064 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
4099 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
4250 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
4251 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()