Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/sys/arm64/coresight/
Dcoresight.c102 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()
Dcoresight.h80 TAILQ_HEAD(endpoint_list, endpoint) endpoints;
Dcoresight-cmd.c56 TAILQ_FOREACH(endp, &cs_dev->pdata->endpoints, link) { in coresight_next_device()
/freebsd-12-stable/sys/dev/usb/
Dusb_device.c311 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 …]
Dusb_device.h211 struct usb_endpoint *endpoints; member
213 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member
Dusb_request.c243 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/
Drtwn_usb_ep.c172 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/
Dlibusb10_desc.c136 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()
Dlibusb.h587 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);
Dlibusb10_io.c803 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
Dlibusb20_desc.h578 struct libusb20_endpoint *endpoints; member
Dlibusb20_desc.c222 last_if->endpoints = lub_endpoint + 1; in libusb20_parse_config_desc()
Dlibusb01.c395 ps->a.currep = aifc->endpoints + x; in usb_parse_iface_sub()
/freebsd-12-stable/usr.sbin/usbconfig/
Ddump.c295 dump_endpoint(pdev, iface->endpoints + z); in dump_iface()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_export_keying_material.pod26 established between the two endpoints. The functions
/freebsd-12-stable/sys/gnu/dts/arm/
Dintegratorcp.dts304 * The signals from the port thus reaches two endpoints.
Dversatile-ab.dts284 * The signals from the port thus reaches two endpoints.
/freebsd-12-stable/contrib/unbound/services/
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-12-stable/tools/tools/usbtest/
Dusb_msc_test.c988 ep = iface->endpoints + z; in find_usb_endpoints()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dfp_div_impl.inc106 // The max error for this approximation is achieved at endpoints, so
/freebsd-12-stable/crypto/openssh/
DPROTOCOL180 with datagram boundaries intact between endpoints equipped with
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td732 // Return whether a value inside the range [min, max] (endpoints inclusive)
/freebsd-12-stable/share/examples/ipfilter/
Dipf-howto.txt2079 connection. We can see the ports for both endpoints, in
/freebsd-12-stable/contrib/gcc/
DChangeLog-200233123 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.