Searched refs:iso_in (Results 1 – 3 of 3) sorted by relevance
65 struct usb_ep *iso_in, struct usb_ep *iso_out);
323 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints() argument327 if (iso_in) in disable_endpoints()328 disable_ep(cdev, iso_in); in disable_endpoints()
77 struct usb_endpoint_descriptor *iso_in, *iso_out; member109 struct usb_host_endpoint *iso_in, *iso_out; in get_endpoints() local117 iso_in = iso_out = NULL; in get_endpoints()164 if (!iso_in) in get_endpoints()165 iso_in = e; in get_endpoints()171 if ((in && out) || iso_in || iso_out || int_in || int_out) in get_endpoints()193 if (iso_in) { in get_endpoints()194 dev->iso_in = &iso_in->desc; in get_endpoints()196 iso_in->desc.bEndpointAddress in get_endpoints()2385 dev->in_iso_pipe, dev->iso_in, 0); in usbtest_ioctl()[all …]