Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c418 static void get_sense(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) in get_sense() argument
433 …send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense()
454 …atic int test_mass_storage(libusb_device_handle *handle, uint8_t endpoint_in, uint8_t endpoint_out) in test_mass_storage() argument
486 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &exp… in test_mass_storage()
500 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage()
509 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, READ_CAPACITY_LENGTH… in test_mass_storage()
517 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage()
534 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expecte… in test_mass_storage()
538 get_sense(handle, endpoint_in, endpoint_out); in test_mass_storage()
811 uint8_t endpoint_in = 0, endpoint_out = 0; // default IN and OUT endpoints in test_device() local
[all …]