Searched refs:scsi_command (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_storage_thread.c | 149 UCHAR *scsi_command; in _ux_device_class_storage_thread() local 229 scsi_command = transfer_request -> ux_slave_transfer_request_data_pointer; in _ux_device_class_storage_thread() 232 lun = (ULONG) *(scsi_command + UX_SLAVE_CLASS_STORAGE_CBW_LUN); in _ux_device_class_storage_thread() 236 …storage -> ux_slave_class_storage_scsi_tag = _ux_utility_long_get(scsi_command + UX_SLAVE_CLASS_S… in _ux_device_class_storage_thread() 239 …storage -> ux_slave_class_storage_host_length = _ux_utility_long_get(scsi_command + UX_SLAVE_CLASS… in _ux_device_class_storage_thread() 242 … storage -> ux_slave_class_storage_cbw_flags = *(scsi_command + UX_SLAVE_CLASS_STORAGE_CBW_FLAGS); in _ux_device_class_storage_thread() 254 … if (_ux_utility_long_get(scsi_command) == UX_SLAVE_CLASS_STORAGE_CBW_SIGNATURE_MASK) in _ux_device_class_storage_thread() 258 … cbwcb_length = (ULONG) *(scsi_command + UX_SLAVE_CLASS_STORAGE_CBW_CB_LENGTH); in _ux_device_class_storage_thread() 265 cbw_cb = scsi_command + UX_SLAVE_CLASS_STORAGE_CBW_CB; in _ux_device_class_storage_thread()
|
| D | ux_device_class_storage_synchronize_cache.c | 87 … UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb, UCHAR scsi_command) in _ux_device_class_storage_synchronize_cache() argument 101 UX_PARAMETER_NOT_USED(scsi_command); in _ux_device_class_storage_synchronize_cache()
|
| D | ux_device_class_storage_write.c | 92 … UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb, UCHAR scsi_command) in _ux_device_class_storage_write() argument 116 if (scsi_command == UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16) in _ux_device_class_storage_write()
|
| D | ux_device_class_storage_read.c | 90 … UX_SLAVE_ENDPOINT *endpoint_out, UCHAR * cbwcb, UCHAR scsi_command) in _ux_device_class_storage_read() argument 114 if (scsi_command == UX_SLAVE_CLASS_STORAGE_SCSI_READ16) in _ux_device_class_storage_read()
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_storage.h | 622 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb, UCHAR scsi_command); 639 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb, UCHAR scsi_command); 641 UX_SLAVE_ENDPOINT *endpoint_out, UCHAR *cbwcb, UCHAR scsi_command);
|