Searched refs:send_mass_storage_command (Results 1 – 1 of 1) sorted by relevance
/external/libusb/examples/ |
D | xusb.c | 316 static int send_mass_storage_command(libusb_device_handle *handle, uint8_t endpoint, uint8_t lun, in send_mass_storage_command() function 434 …send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense() 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()
|