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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c175 struct usb_endpoint *ep = udev->endpoints;
176 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
188 * Iterate accross all the USB endpoints searching for a match
230 struct usb_endpoint *ep = udev->endpoints;
231 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
284 /* this will match BULK and INTERRUPT endpoints */
298 * Iterate accross all the USB endpoints searching for a match
300 * the endpoints from the beginning of the "udev->endpoints" array.
400 * 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.
191 struct usb_endpoint *endpoints; member in struct:usb_device
239 uint8_t endpoints_max; /* number of endpoints present */
H A Dusb_request.c236 ep_end = udev->endpoints + udev->endpoints_max;
237 ep_first = udev->endpoints;
263 break; /* no endpoints - nothing to do */
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_desc.c129 pend = pinf->endpoints;
142 pend = pinf->endpoints;
232 pend = &pinf->endpoints[k];
H A Dlibusb20_desc.c214 last_if->endpoints = lub_endpoint + 1;
H A Dlibusb20_desc.h521 * Synchronization type for isochronous endpoints. Values for bits 2:3
542 * Usage type for isochronous endpoints. Values for bits 4:5 of the
566 struct libusb20_endpoint *endpoints; member in struct:libusb20_interface
H A Dlibusb01.c388 ps->a.currep = aifc->endpoints + x;
/freebsd-9.3-release/usr.sbin/usbconfig/
H A Ddump.c218 dump_endpoint(pdev, iface->endpoints + z);

Completed in 91 milliseconds