Searched defs:xhci_virt_ep (Results 1 – 1 of 1) sorted by relevance
651 struct xhci_virt_ep { struct652 struct xhci_virt_device *vdev; /* parent */653 unsigned int ep_index;654 struct xhci_ring *ring;656 struct xhci_stream_info *stream_info;660 struct xhci_ring *new_ring;661 unsigned int err_count;662 unsigned int ep_state;676 struct list_head cancelled_td_list;677 struct xhci_hcd *xhci;[all …]