Home
last modified time | relevance | path

Searched refs:ep_addr (Results 1 – 5 of 5) sorted by relevance

/third_party/libusb/libusb/os/
Dsunos_usb.c780 sunos_usb_ep_index(uint8_t ep_addr) in sunos_usb_ep_index() argument
782 return ((ep_addr & LIBUSB_ENDPOINT_ADDRESS_MASK) + in sunos_usb_ep_index()
783 ((ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? 16 : 0)); in sunos_usb_ep_index()
830 uint8_t ep_addr, int ep_type) in sunos_check_device_and_status_open() argument
839 usbi_dbg("open ep 0x%02x", ep_addr); in sunos_check_device_and_status_open()
841 ep_index = sunos_usb_ep_index(ep_addr); in sunos_check_device_and_status_open()
846 ep_addr); in sunos_check_device_and_status_open()
851 if (sunos_find_interface(hdl, ep_addr, &ifc) < 0) { in sunos_check_device_and_status_open()
853 ep_addr); in sunos_check_device_and_status_open()
875 (ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? "in" : in sunos_check_device_and_status_open()
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h57 int ep_addr; /* endpoint address */ member
90 int ep_addr; member
Dusb_controller.h111 …et_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
Dusb_dev.c100 cpd->ep_addr = pd->ep_addr; in usb_loc_fill()
341 int e = cpd->ep_addr; in usb_fifo_create()
Dusb_device.c1888 pd->ep_addr = ep; in usb_make_dev()
1896 pd->bus_index, pd->dev_index, pd->ep_addr); in usb_make_dev()