Lines Matching full:command
278 * This function will execute SCSI_READ_10 command to read data from the usb device.
302 /* construct the command block wrapper */ in rt_usbh_storage_read10()
324 * This function will execute SCSI_WRITE_10 command to write data to the usb device.
348 /* construct the command block wrapper */ in rt_usbh_storage_write10()
370 * This function will execute SCSI_REQUEST_SENSE command to get sense data.
392 /* construct the command block wrapper */ in rt_usbh_storage_request_sense()
407 * This function will execute SCSI_TEST_UNIT_READY command to get unit ready status.
428 /* construct the command block wrapper */ in rt_usbh_storage_test_unit_ready()
442 * This function will execute SCSI_INQUIRY_CMD command to get inquiry data.
464 /* construct the command block wrapper */ in rt_usbh_storage_inquiry()
479 * This function will execute SCSI_READ_CAPACITY command to get capacity data.
501 /* construct the command block wrapper */ in rt_usbh_storage_get_capacity()