Searched refs:sddr09_send_scsi_command (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/usb/storage/ |
D | sddr09.c | 329 sddr09_send_scsi_command(struct us_data *us, in sddr09_send_scsi_command() function 348 result = sddr09_send_scsi_command(us, command, 6); 371 result = sddr09_send_scsi_command(us, command, 12); in sddr09_request_sense() 423 result = sddr09_send_scsi_command(us, command, 12); in sddr09_readX() 551 result = sddr09_send_scsi_command(us, command, 12); in sddr09_erase() 609 result = sddr09_send_scsi_command(us, command, 12); in sddr09_writeX() 687 result = sddr09_send_scsi_command(us, command, 4*nsg+3); 736 result = sddr09_send_scsi_command(us, command, 12); in sddr09_read_status() 1094 result = sddr09_send_scsi_command(us, command, 12); in sddr09_read_deviceID() 1146 return sddr09_send_scsi_command(us, command, 12); [all …]
|