Lines Matching refs:xdev
1804 struct xhci_virt_device *xdev; in finish_td() local
1815 xdev = xhci->devs[slot_id]; in finish_td()
1818 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1897 struct xhci_virt_device *xdev; in process_ctrl_td() local
1905 xdev = xhci->devs[slot_id]; in process_ctrl_td()
1908 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2225 struct xhci_virt_device *xdev; in handle_tx_event() local
2245 xdev = xhci->devs[slot_id]; in handle_tx_event()
2246 if (!xdev) { in handle_tx_event()
2263 ep = &xdev->eps[ep_index]; in handle_tx_event()
2265 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2851 struct xhci_virt_device *xdev, in prepare_transfer() argument
2863 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
2865 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
3751 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local
3760 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3761 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3762 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()