Searched refs:endpoints (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/
H A Dusb_device.c183 struct usb_endpoint *ep = udev->endpoints;
184 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
196 * Iterate accross all the USB endpoints searching for a match
238 struct usb_endpoint *ep = udev->endpoints;
239 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
292 /* this will match BULK and INTERRUPT endpoints */
306 * Iterate accross all the USB endpoints searching for a match
308 * the endpoints from the beginning of the "udev->endpoints" array.
421 * This function will iterate all the USB endpoints excep
[all...]
H A Dusb_device.h65 * refer to the USB specification for a definition of "endpoints" and
121 * endpoints for an USB configuration in USB device side mode.
135 * endpoints for an USB configuration in USB device side mode.
196 struct usb_endpoint *endpoints; member in struct:usb_device
198 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member in struct:usb_device
247 uint8_t endpoints_max; /* number of endpoints present */
H A Dusb_request.c241 ep_end = udev->endpoints + udev->endpoints_max;
242 ep_first = udev->endpoints;
270 break; /* no endpoints - nothing to do */
/freebsd-10.1-release/lib/libusb/
H A Dlibusb10_desc.c134 pend = pinf->endpoints;
147 pend = pinf->endpoints;
237 pend = &pinf->endpoints[k];
H A Dlibusb20_desc.c218 last_if->endpoints = lub_endpoint + 1;
H A Dlibusb20_desc.h525 * Synchronization type for isochronous endpoints. Values for bits 2:3
546 * Usage type for isochronous endpoints. Values for bits 4:5 of the
570 struct libusb20_endpoint *endpoints; member in struct:libusb20_interface
H A Dlibusb01.c393 ps->a.currep = aifc->endpoints + x;
/freebsd-10.1-release/usr.sbin/usbconfig/
H A Ddump.c218 dump_endpoint(pdev, iface->endpoints + z);
/freebsd-10.1-release/tools/tools/usbtest/
H A Dusb_msc_test.c954 ep = iface->endpoints + z;
996 printf("Could not find USB endpoints\n");

Completed in 174 milliseconds