Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Dg_zero.h65 struct usb_ep *iso_in, struct usb_ep *iso_out);
Df_sourcesink.c323 struct usb_ep *iso_in, struct usb_ep *iso_out) in disable_endpoints() argument
327 if (iso_in) in disable_endpoints()
328 disable_ep(cdev, iso_in); in disable_endpoints()
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c77 struct usb_endpoint_descriptor *iso_in, *iso_out; member
109 struct usb_host_endpoint *iso_in, *iso_out; in get_endpoints() local
117 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 …]