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

/freebsd-current/sys/arm64/coresight/
H A Dcoresight.c72 TAILQ_FOREACH(endp, &pdata->endpoints, link) {
89 TAILQ_FOREACH(endp2, &cs_dev->pdata->endpoints, link) {
H A Dcoresight_fdt.c97 TAILQ_INSERT_TAIL(&pdata->endpoints,
140 TAILQ_INIT(&pdata->endpoints);
H A Dcoresight.h101 TAILQ_HEAD(endpoint_list, endpoint) endpoints; member in struct:coresight_platform_data
H A Dcoresight_cmd.c53 TAILQ_FOREACH(endp, &cs_dev->pdata->endpoints, link) {
H A Dcoresight_acpi.c282 TAILQ_INSERT_TAIL(&pdata->endpoints, endp, link);
360 TAILQ_INIT(&pdata->endpoints);
/freebsd-current/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c129 /* Get Tx queues to USB endpoints mapping. */
170 ep = uc->uc_udev->endpoints;
171 ep_end = uc->uc_udev->endpoints + uc->uc_udev->endpoints_max;
221 KASSERT(0, ("unhandled number of endpoints %d\n", uc->ntx));
/freebsd-current/sys/dev/usb/
H A Dusb_device.h66 * refer to the USB specification for a definition of "endpoints" and
122 * endpoints for an USB configuration in USB device side mode.
136 * endpoints for an USB configuration in USB device side mode.
210 struct usb_endpoint *endpoints; member in struct:usb_device
212 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member in struct:usb_device
261 uint8_t endpoints_max; /* number of endpoints present */
H A Dusb_device.c310 struct usb_endpoint *ep = udev->endpoints;
311 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
323 * Iterate across all the USB endpoints searching for a match
364 struct usb_endpoint *ep = udev->endpoints;
365 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max;
418 /* this will match BULK and INTERRUPT endpoints */
432 * Iterate across all the USB endpoints searching for a match
434 * the endpoints from the beginning of the "udev->endpoints" array.
546 * This function will iterate all the USB endpoints excep
[all...]
H A Dusb_request.c242 ep_end = udev->endpoints + udev->endpoints_max;
243 ep_first = udev->endpoints;
271 break; /* no endpoints - nothing to do */
/freebsd-current/lib/libusb/
H A Dlibusb10_desc.c135 pend = pinf->endpoints;
148 pend = pinf->endpoints;
238 pend = &pinf->endpoints[k];
H A Dlibusb10_io.c802 unsigned char *endpoints, int num_endpoints)
810 libusb_free_streams(libusb_device_handle *dev, unsigned char *endpoints, int num_endpoints) argument
801 libusb_alloc_streams(libusb_device_handle *dev, uint32_t num_streams, unsigned char *endpoints, int num_endpoints) argument
H A Dlibusb.h602 int libusb_alloc_streams(libusb_device_handle *dev, uint32_t num_streams, unsigned char *endpoints, int num_endpoints);
603 int libusb_free_streams(libusb_device_handle *dev, unsigned char *endpoints, int num_endpoints);
H A Dlibusb20_desc.h532 * Synchronization type for isochronous endpoints. Values for bits 2:3
553 * Usage type for isochronous endpoints. Values for bits 4:5 of the
577 struct libusb20_endpoint *endpoints; member in struct:libusb20_interface
H A Dlibusb20_desc.c221 last_if->endpoints = lub_endpoint + 1;
H A Dlibusb01.c394 ps->a.currep = aifc->endpoints + x;
/freebsd-current/usr.sbin/usbconfig/
H A Ddump.c311 dump_endpoint(pdev, iface->endpoints + z);
/freebsd-current/contrib/unbound/services/
H A Doutside_network.c667 sa_endpoints_t endpoints; local
668 endpoints.sae_srcif = 0;
669 endpoints.sae_srcaddr = NULL;
670 endpoints.sae_srcaddrlen = 0;
671 endpoints.sae_dstaddr = (struct sockaddr *)&w->addr;
672 endpoints.sae_dstaddrlen = w->addrlen;
673 if (connectx(s, &endpoints, SAE_ASSOCID_ANY,
/freebsd-current/tools/tools/usbtest/
H A Dusb_msc_test.c989 ep = iface->endpoints + z;
1031 printf("Could not find USB endpoints\n");

Completed in 175 milliseconds