Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c315 static int send_mass_storage_command(libusb_device_handle *handle, uint8_t endpoint, uint8_t lun, in send_mass_storage_command() function
433send_mass_storage_command(handle, endpoint_out, 0, cdb, LIBUSB_ENDPOINT_IN, REQUEST_SENSE_LENGTH, … in get_sense()
486send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &exp… in test_mass_storage()
509send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, READ_CAPACITY_LENGTH… in test_mass_storage()
534send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expecte… in test_mass_storage()