Home
last modified time | relevance | path

Searched refs:LIBUSB_ENDPOINT_DIR_MASK (Results 1 – 9 of 9) sorted by relevance

/external/rust/android-crates-io/crates/rusb/src/
Ddevice_handle.rs353 if endpoint & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_IN { in read_interrupt()
407 if endpoint & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_OUT { in write_interrupt()
463 if endpoint & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_IN { in read_bulk()
512 if endpoint & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_OUT { in write_bulk()
576 if request_type & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_IN { in read_control()
635 if request_type & LIBUSB_ENDPOINT_DIR_MASK != LIBUSB_ENDPOINT_OUT { in write_control()
Dendpoint_descriptor.rs35 match self.descriptor.bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK { in direction()
/external/libusb/libusb/
Dsync.c127 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_OUT) in libusb_control_transfer()
141 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN) in libusb_control_transfer()
Dlibusb.h355 #define LIBUSB_ENDPOINT_DIR_MASK 0x80 macro
/external/rust/android-crates-io/crates/libusb1-sys/src/
Dconstants.rs92 pub const LIBUSB_ENDPOINT_DIR_MASK: u8 = 0x80; constant
/external/libusb/libusb/os/
Dsunos_usb.c783 ((ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? 16 : 0)); in sunos_usb_ep_index()
875 (ep_addr & LIBUSB_ENDPOINT_DIR_MASK) ? "in" : "out", in sunos_check_device_and_status_open()
1222 ((transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK) == in sunos_do_async_io()
1305 if ((data[0] & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN) { in solaris_submit_ctrl_on_default()
1327 if ((wLength) && ((data[0] & LIBUSB_ENDPOINT_DIR_MASK) == in solaris_submit_ctrl_on_default()
/external/flashrom/
Draiden_debug_spi.c1331 return (((descriptor->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) == in match_endpoint()
/external/libusb/include/libusb/
Dlibusb.h355 #define LIBUSB_ENDPOINT_DIR_MASK 0x80 macro
/external/libcups/backend/
Dusb-libusb.c911 if (endpptr->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) in find_device()