| /linux/drivers/scsi/device_handler/ |
| H A D | Kconfig | 25 If you have a HP/COMPAQ MSA device that requires START_STOP to
|
| H A D | scsi_dh_hp_sw.c | 128 unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; in hp_sw_start_stop()
|
| /linux/drivers/usb/storage/ |
| H A D | debug.c | 66 case START_STOP: what = "START_STOP"; break; in usb_stor_show_command()
|
| H A D | karma.c | 157 } else if (srb->cmnd[0] == START_STOP) { in rio_karma_transport()
|
| H A D | jumpshot.c | 617 if (srb->cmnd[0] == START_STOP) { in jumpshot_transport()
|
| H A D | datafab.c | 691 if (srb->cmnd[0] == START_STOP) { in datafab_transport()
|
| H A D | sddr55.c | 974 if (srb->cmnd[0] == START_STOP) { in sddr55_transport()
|
| H A D | isd200.c | 1400 case START_STOP: in isd200_scsi_to_ata()
|
| /linux/include/scsi/ |
| H A D | scsi_proto.h | 41 #define START_STOP 0x1b macro
|
| /linux/include/trace/events/ |
| H A D | target.h | 39 scsi_opcode_name(START_STOP), \
|
| /linux/drivers/usb/image/ |
| H A D | microtek.c | 251 case START_STOP: what = "START_STOP"; break; in mts_show_command()
|
| /linux/drivers/target/ |
| H A D | target_core_sbc.c | 1088 case START_STOP: in sbc_parse_cdb()
|
| /linux/drivers/ata/ |
| H A D | libata-scsi.c | 3633 case START_STOP: in ata_scsiop_maint_in() 4420 case START_STOP: in ata_get_xlat_func()
|
| /linux/drivers/scsi/ |
| H A D | scsi_error.c | 1529 static unsigned char stu_command[6] = {START_STOP, 0, 0, 0, 1, 0}; in scsi_eh_try_stu()
|
| H A D | sd.c | 2529 [0] = START_STOP, in sd_spinup_disk() 4091 unsigned char cmd[6] = { START_STOP }; /* START_VALID */ in sd_start_stop_device()
|
| H A D | st.c | 2645 cmd[0] = START_STOP; in do_load_unload() 2878 cmd[0] = START_STOP; in st_int_ioctl()
|
| H A D | ips.c | 3471 case START_STOP: in ips_send_cmd() 3878 case START_STOP: in ips_chkstatus()
|
| H A D | FlashPoint.c | 6850 (SCSIcmd == START_STOP) || in FPT_queueCmdComplete()
|
| H A D | advansys.c | 6902 == START_STOP)) { in AscIsrQDone()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_tcm.c | 1059 case START_STOP: in get_cmd_dir()
|
| H A D | f_mass_storage.c | 2064 case START_STOP: in do_scsi_command()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aachba.c | 3232 case START_STOP: in aac_scsi_cmd()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_os.c | 5104 case START_STOP: in mpi3mr_allow_scmd_to_fw()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_scsih.c | 4619 case START_STOP: in _scsih_allow_scmd_to_device() 7880 transfer_packet->cdb[0] = START_STOP; in _scsih_start_unit()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 9752 const unsigned char cdb[6] = { START_STOP, 0, 0, 0, pwr_mode << 4, 0 }; in ufshcd_execute_start_stop() 9818 "START_STOP failed for power mode: %d, result %x\n", in ufshcd_set_dev_pwr_mode()
|