Searched refs:ep_addr (Results 1 – 5 of 5) sorted by relevance
780 sunos_usb_ep_index(uint8_t ep_addr) in sunos_usb_ep_index() argument782 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() argument839 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 …]
57 int ep_addr; /* endpoint address */ member90 int ep_addr; member
111 …et_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **ppf, uint8_t ep_addr);
100 cpd->ep_addr = pd->ep_addr; in usb_loc_fill()341 int e = cpd->ep_addr; in usb_fifo_create()
1888 pd->ep_addr = ep; in usb_make_dev()1896 pd->bus_index, pd->dev_index, pd->ep_addr); in usb_make_dev()