Lines Matching defs:xhci_virt_ep
821 struct xhci_virt_ep { struct
822 struct xhci_ring *ring;
824 struct xhci_stream_info *stream_info;
828 struct xhci_ring *new_ring;
829 unsigned int ep_state;
839 struct list_head cancelled_td_list;
841 union xhci_trb *stopped_trb;
842 struct xhci_td *stopped_td;
843 unsigned int stopped_stream;
845 struct timer_list stop_cmd_timer;
846 int stop_cmds_pending;
847 struct xhci_hcd *xhci;
852 struct xhci_segment *queued_deq_seg;
853 union xhci_trb *queued_deq_ptr;
861 bool skip;
863 struct xhci_bw_info bw_info;
864 struct list_head bw_endpoint_list;