Searched refs:eps (Results 1 – 5 of 5) sorted by relevance
54 struct xhci_virt_ep *eps[EP_CTX_PER_DEV]; member
336 struct usb_host_endpoint **eps, unsigned int num_eps,342 struct usb_host_endpoint **eps, unsigned int num_eps,
161 struct usb_raw_ep_info eps[USB_RAW_EPS_NUM_MAX]; member
179 unsigned char eps[]; member
873 struct usb_host_endpoint **eps, unsigned int num_eps,878 struct usb_host_endpoint **eps, unsigned int num_eps,2026 struct usb_host_endpoint **eps; in usb_pipe_endpoint() local2027 eps = usb_pipein(pipe) ? dev->ep_in : dev->ep_out; in usb_pipe_endpoint()2028 return eps[usb_pipeendpoint(pipe)]; in usb_pipe_endpoint()
Completed in 15 milliseconds