Lines Matching refs:devs

395 	struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];  in xhci_ring_ep_doorbell()
424 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings()
459 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_triad_to_transfer_ring()
532 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_find_new_dequeue_state()
735 if (!xhci->devs[slot_id]) in xhci_handle_cmd_stop_ep()
745 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_stop_ep()
749 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_handle_cmd_stop_ep()
884 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_kill_endpoint_urbs()
943 if (!xhci->devs[i]) in xhci_hc_died()
1074 dev = xhci->devs[slot_id]; in xhci_handle_cmd_set_deq()
1164 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_ep()
1188 xhci->devs[slot_id]->in_ctx->dma, slot_id, in xhci_handle_cmd_reset_ep()
1193 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1215 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_disable_slot()
1246 virt_dev = xhci->devs[slot_id]; in xhci_handle_cmd_config_ep()
1290 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_addr_dev()
1301 vdev = xhci->devs[slot_id]; in xhci_handle_cmd_reset_dev()
1306 if (!xhci->devs[slot_id]) in xhci_handle_cmd_reset_dev()
1548 if (!xhci->devs[slot_id]) { in handle_device_notification()
1556 udev = xhci->devs[slot_id]->udev; in handle_device_notification()
1651 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1652 xhci->devs[slot_id]->flags |= VDEV_PORT_ERROR; in handle_port_status()
1711 if (slot_id && xhci->devs[slot_id]) in handle_port_status()
1857 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint()
1864 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) in xhci_cleanup_halted_endpoint()
1981 xdev = xhci->devs[slot_id]; in finish_td()
2055 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2270 slot_ctx = xhci_get_slot_ctx(xhci, xhci->devs[slot_id]->out_ctx); in process_bulk_intr_td()
2361 xdev = xhci->devs[slot_id]; in handle_tx_event()
3185 ep_ctx = xhci_get_ep_ctx(xhci, xhci->devs[slot_id]->out_ctx, ep_index); in xhci_queue_intr_tx()
3339 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3448 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_bulk_tx()
3496 ret = prepare_transfer(xhci, xhci->devs[slot_id], in xhci_queue_ctrl_tx()
3776 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx()
3777 ep_ring = xhci->devs[slot_id]->eps[ep_index].ring; in xhci_queue_isoc_tx()
3812 ret = prepare_transfer(xhci, xhci->devs[slot_id], ep_index, in xhci_queue_isoc_tx()
3962 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3963 xep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_isoc_tx_prepare()
4178 ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_queue_new_dequeue_state()