| /freebsd-12-stable/sys/arm64/coresight/ |
| D | coresight.c | 102 TAILQ_INSERT_TAIL(&pdata->endpoints, endp, link); in coresight_get_ports() 138 TAILQ_FOREACH(endp, &pdata->endpoints, link) { in coresight_get_output_endpoint() 153 TAILQ_FOREACH(endp2, &cs_dev->pdata->endpoints, link) { in coresight_get_output_device() 195 TAILQ_INIT(&pdata->endpoints); in coresight_get_platform_data()
|
| D | coresight.h | 80 TAILQ_HEAD(endpoint_list, endpoint) endpoints;
|
| D | coresight-cmd.c | 56 TAILQ_FOREACH(endp, &cs_dev->pdata->endpoints, link) { in coresight_next_device()
|
| /freebsd-12-stable/sys/dev/usb/ |
| D | usb_device.c | 311 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr() 312 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_ep_by_addr() 366 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint() 367 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_endpoint() 565 ep_end = udev->endpoints + udev->endpoints_max; in usb_endpoint_foreach() 569 ep = udev->endpoints; in usb_endpoint_foreach() 854 ep = udev->endpoints; in usb_config_parse() 943 ep = udev->endpoints + temp; in usb_config_parse() 981 udev->endpoints = malloc(sizeof(*ep) * ep_max, in usb_config_parse() 983 if (udev->endpoints == NULL) { in usb_config_parse() [all …]
|
| D | usb_device.h | 211 struct usb_endpoint *endpoints; member 213 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member
|
| D | usb_request.c | 243 ep_end = udev->endpoints + udev->endpoints_max; in usb_do_clear_stall_callback() 244 ep_first = udev->endpoints; in usb_do_clear_stall_callback()
|
| /freebsd-12-stable/sys/dev/rtwn/usb/ |
| D | rtwn_usb_ep.c | 172 ep = uc->uc_udev->endpoints; in rtwn_usb_setup_endpoints() 173 ep_end = uc->uc_udev->endpoints + uc->uc_udev->endpoints_max; in rtwn_usb_setup_endpoints()
|
| /freebsd-12-stable/lib/libusb/ |
| D | libusb10_desc.c | 136 pend = pinf->endpoints; in libusb_get_config_descriptor() 149 pend = pinf->endpoints; in libusb_get_config_descriptor() 239 pend = &pinf->endpoints[k]; in libusb_get_config_descriptor()
|
| D | libusb.h | 587 int libusb_alloc_streams(libusb_device_handle *dev, uint32_t num_streams, unsigned char *endpoints,… 588 int libusb_free_streams(libusb_device_handle *dev, unsigned char *endpoints, int num_endpoints);
|
| D | libusb10_io.c | 803 unsigned char *endpoints, int num_endpoints) in libusb_alloc_streams() argument 811 libusb_free_streams(libusb_device_handle *dev, unsigned char *endpoints, int num_endpoints) in libusb_free_streams() argument
|
| D | libusb20_desc.h | 578 struct libusb20_endpoint *endpoints; member
|
| D | libusb20_desc.c | 222 last_if->endpoints = lub_endpoint + 1; in libusb20_parse_config_desc()
|
| D | libusb01.c | 395 ps->a.currep = aifc->endpoints + x; in usb_parse_iface_sub()
|
| /freebsd-12-stable/usr.sbin/usbconfig/ |
| D | dump.c | 295 dump_endpoint(pdev, iface->endpoints + z); in dump_iface()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_export_keying_material.pod | 26 established between the two endpoints. The functions
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | integratorcp.dts | 304 * The signals from the port thus reaches two endpoints.
|
| D | versatile-ab.dts | 284 * The signals from the port thus reaches two endpoints.
|
| /freebsd-12-stable/contrib/unbound/services/ |
| D | outside_network.c | 667 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-12-stable/tools/tools/usbtest/ |
| D | usb_msc_test.c | 988 ep = iface->endpoints + z; in find_usb_endpoints()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| D | fp_div_impl.inc | 106 // The max error for this approximation is achieved at endpoints, so
|
| /freebsd-12-stable/crypto/openssh/ |
| D | PROTOCOL | 180 with datagram boundaries intact between endpoints equipped with
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | MIMGInstructions.td | 732 // Return whether a value inside the range [min, max] (endpoints inclusive)
|
| /freebsd-12-stable/share/examples/ipfilter/ |
| D | ipf-howto.txt | 2079 connection. We can see the ports for both endpoints, in
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2002 | 33123 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
|