Lines Matching defs:xhci_virt_ep
900 struct xhci_virt_ep { struct
901 struct xhci_ring *ring;
903 struct xhci_stream_info *stream_info;
907 struct xhci_ring *new_ring;
908 unsigned int ep_state;
918 struct list_head cancelled_td_list;
919 struct xhci_td *stopped_td;
920 unsigned int stopped_stream;
922 struct timer_list stop_cmd_timer;
923 int stop_cmds_pending;
924 struct xhci_hcd *xhci;
929 struct xhci_segment *queued_deq_seg;
930 union xhci_trb *queued_deq_ptr;
938 bool skip;
940 struct xhci_bw_info bw_info;
941 struct list_head bw_endpoint_list;
943 int next_frame_id;