Home
last modified time | relevance | path

Searched refs:iso_in (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Dg_zero.h65 struct usb_ep *iso_in, struct usb_ep *iso_out);
Df_sourcesink.c331 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints() argument
335 if (iso_in) in disable_endpoints()
336 disable_ep(cdev, iso_in); in disable_endpoints()
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c76 struct usb_endpoint_descriptor *iso_in, *iso_out; member
107 struct usb_host_endpoint *iso_in, *iso_out; in get_endpoints() local
115 iso_in = iso_out = NULL; in get_endpoints()
162 if (!iso_in) in get_endpoints()
163 iso_in = e; in get_endpoints()
169 if ((in && out) || iso_in || iso_out || int_in || int_out) in get_endpoints()
191 if (iso_in) { in get_endpoints()
192 dev->iso_in = &iso_in->desc; in get_endpoints()
194 iso_in->desc.bEndpointAddress in get_endpoints()
2360 dev->in_iso_pipe, dev->iso_in, 0); in usbtest_ioctl()
[all …]