Home
last modified time | relevance | path

Searched refs:LIBUSB_ENDPOINT_IN (Results 1 – 12 of 12) sorted by relevance

/third_party/libusb/examples/
Dxusb.c197 …CALL_CHECK(libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_REC… in display_ps3_status()
203 …CALL_CHECK(libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_REC… in display_ps3_status()
210 …CALL_CHECK(libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_REC… in display_ps3_status()
284 …CALL_CHECK(libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_REC… in display_xbox_status()
328 if (endpoint & LIBUSB_ENDPOINT_IN) { in send_mass_storage_command()
434 …send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense()
469 …r = libusb_control_transfer(handle, LIBUSB_ENDPOINT_IN|LIBUSB_REQUEST_TYPE_CLASS|LIBUSB_RECIPIENT_… in test_mass_storage()
487 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &exp… in test_mass_storage()
510 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, READ_CAPACITY_LENGTH… in test_mass_storage()
535 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expecte… in test_mass_storage()
[all …]
Ddpfp.c141 #define EP_INTR (1 | LIBUSB_ENDPOINT_IN)
142 #define EP_DATA (2 | LIBUSB_ENDPOINT_IN)
143 #define CTRL_IN (LIBUSB_REQUEST_TYPE_VENDOR | LIBUSB_ENDPOINT_IN)
Dezusb.c156 LIBUSB_ENDPOINT_IN | LIBUSB_REQUEST_TYPE_VENDOR | LIBUSB_RECIPIENT_DEVICE, in ezusb_read()
/third_party/libusb/libusb/
Dsync.c135 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN) in libusb_control_transfer()
Dlibusb.h322 LIBUSB_ENDPOINT_IN = 0x80 enumerator
1822 return libusb_control_transfer(dev_handle, LIBUSB_ENDPOINT_IN, in libusb_get_descriptor()
1844 return libusb_control_transfer(dev_handle, LIBUSB_ENDPOINT_IN, in libusb_get_string_descriptor()
Dlibusbi.h309 #define IS_EPIN(ep) (0 != ((ep) & LIBUSB_ENDPOINT_IN))
311 #define IS_XFERIN(xfer) (0 != ((xfer)->endpoint & LIBUSB_ENDPOINT_IN))
Dcore.c1556 r = libusb_control_transfer(dev_handle, LIBUSB_ENDPOINT_IN, in libusb_get_configuration()
/third_party/libusb/libusb/os/
Dsunos_usb.c892 } else if (ep_addr & LIBUSB_ENDPOINT_IN) { in sunos_check_device_and_status_open()
914 (ep_addr & LIBUSB_ENDPOINT_IN)) { in sunos_check_device_and_status_open()
1212 LIBUSB_ENDPOINT_IN) ? LIO_READ:LIO_WRITE; in sunos_do_async_io()
1294 if ((data[0] & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN) { in solaris_submit_ctrl_on_default()
1317 LIBUSB_ENDPOINT_IN)) { in solaris_submit_ctrl_on_default()
Dwindows_winusb.h152 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN)
Dwindows_usbdk.c538 if (transfer->buffer[0] & LIBUSB_ENDPOINT_IN) in usbdk_do_control_transfer()
Dlinux_usbfs.c837 .bmRequestType = LIBUSB_ENDPOINT_IN, in usbfs_get_active_config()
Dwindows_winusb.c719 cd_buf_short.req.SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()
748 cd_buf_actual->SetupPacket.bmRequest = LIBUSB_ENDPOINT_IN; in cache_config_descriptors()