Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance
929 struct xhci_virt_ep { struct930 struct xhci_virt_device *vdev; /* parent */931 unsigned int ep_index;932 struct xhci_ring *ring;934 struct xhci_stream_info *stream_info;938 struct xhci_ring *new_ring;939 unsigned int err_count;940 unsigned int ep_state;954 struct list_head cancelled_td_list;955 struct xhci_hcd *xhci;[all …]