Lines Matching refs:devs

331 	struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];  in xhci_ring_ep_doorbell()
357 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
381 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
441 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_find_new_dequeue_state()
649 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
658 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
778 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
885 if (!xhci->devs[i]) in xhci_stop_endpoint_command_watchdog()
966 dev = xhci->devs[slot_id]; in xhci_handle_cmd_set_deq()
1073 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1078 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1095 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1121 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1161 if (!xhci->devs[slot_id]) in xhci_handle_cmd_reset_dev()
1469 if (!xhci->devs[slot_id]) { in handle_device_notification()
1477 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1610 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1739 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
1816 xdev = xhci->devs[slot_id]; in finish_td()
1908 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2281 xdev = xhci->devs[slot_id]; in handle_tx_event()
3015 xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3113 ret = prepare_transfer(xhci, xhci->devs[slot_id], in queue_bulk_sg_tx()
3127 ret = prepare_transfer(xhci, xhci->devs[slot_id], in queue_bulk_sg_tx()
3298 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3312 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3440 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
3712 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3713 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3750 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
3911 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3912 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4148 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()