Lines Matching refs:xdev
1973 struct xhci_virt_device *xdev; in finish_td() local
1981 xdev = xhci->devs[slot_id]; in finish_td()
1984 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
2045 struct xhci_virt_device *xdev; in process_ctrl_td() local
2055 xdev = xhci->devs[slot_id]; in process_ctrl_td()
2057 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2340 struct xhci_virt_device *xdev; in handle_tx_event() local
2361 xdev = xhci->devs[slot_id]; in handle_tx_event()
2362 if (!xdev) { in handle_tx_event()
2368 ep = &xdev->eps[ep_index]; in handle_tx_event()
2370 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in handle_tx_event()
3023 struct xhci_virt_device *xdev, in prepare_transfer() argument
3035 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer()
3037 ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id); in prepare_transfer()
3953 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local
3962 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare()
3964 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare()
3965 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()