Lines Matching defs:xhci_virt_ep
852 struct xhci_virt_ep { struct
853 struct xhci_ring *ring;
855 struct xhci_stream_info *stream_info;
859 struct xhci_ring *new_ring;
860 unsigned int ep_state;
870 struct list_head cancelled_td_list;
871 struct xhci_td *stopped_td;
872 unsigned int stopped_stream;
874 struct timer_list stop_cmd_timer;
875 int stop_cmds_pending;
876 struct xhci_hcd *xhci;
881 struct xhci_segment *queued_deq_seg;
882 union xhci_trb *queued_deq_ptr;
890 bool skip;
892 struct xhci_bw_info bw_info;
893 struct list_head bw_endpoint_list;