Lines Matching refs:xdev
1805 struct xhci_virt_device *xdev; in finish_td() local
1816 xdev = xhci->devs[slot_id]; in finish_td()
1819 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1900 struct xhci_virt_device *xdev; in process_ctrl_td() local
1908 xdev = xhci->devs[slot_id]; in process_ctrl_td()
1911 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2261 struct xhci_virt_device *xdev; in handle_tx_event() local
2281 xdev = xhci->devs[slot_id]; in handle_tx_event()
2282 if (!xdev) { in handle_tx_event()
2299 ep = &xdev->eps[ep_index]; in handle_tx_event()
2301 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
2890 struct xhci_virt_device *xdev, in prepare_transfer() argument
2902 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
2904 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
3900 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local
3911 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3913 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3914 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()