Lines Matching defs:xhci_virt_ep
649 struct xhci_virt_ep { struct
650 struct xhci_virt_device *vdev; /* parent */
651 unsigned int ep_index;
652 struct xhci_ring *ring;
654 struct xhci_stream_info *stream_info;
658 struct xhci_ring *new_ring;
659 unsigned int err_count;
660 unsigned int ep_state;
674 struct list_head cancelled_td_list;
675 struct xhci_hcd *xhci;
680 struct xhci_segment *queued_deq_seg;
681 union xhci_trb *queued_deq_ptr;
689 bool skip;
691 struct xhci_bw_info bw_info;
692 struct list_head bw_endpoint_list;
694 int next_frame_id;
696 bool use_extended_tbc;