Searched refs:START_STOP (Results 1 – 25 of 31) sorted by relevance
12
| /Linux-v5.15/drivers/scsi/device_handler/ |
| D | Kconfig | 25 If you have a HP/COMPAQ MSA device that requires START_STOP to
|
| D | scsi_dh_hp_sw.c | 119 unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; in hp_sw_start_stop()
|
| /Linux-v5.15/drivers/usb/storage/ |
| D | debug.c | 67 case START_STOP: what = "START_STOP"; break; in usb_stor_show_command()
|
| D | karma.c | 157 } else if (srb->cmnd[0] == START_STOP) { in rio_karma_transport()
|
| D | jumpshot.c | 617 if (srb->cmnd[0] == START_STOP) { in jumpshot_transport()
|
| D | datafab.c | 691 if (srb->cmnd[0] == START_STOP) { in datafab_transport()
|
| D | sddr55.c | 969 if (srb->cmnd[0] == START_STOP) { in sddr55_transport()
|
| D | isd200.c | 1392 case START_STOP: in isd200_scsi_to_ata()
|
| /Linux-v5.15/include/scsi/ |
| D | scsi_proto.h | 40 #define START_STOP 0x1b macro
|
| /Linux-v5.15/drivers/scsi/ |
| D | scsi_ioctl.c | 236 cdb[0] = START_STOP; in scsi_send_start_stop() 271 case START_STOP: in scsi_cmd_allowed() 597 case START_STOP: in sg_scsi_ioctl()
|
| D | sd.c | 2186 cmd[0] = START_STOP; in sd_spinup_disk() 3554 unsigned char cmd[6] = { START_STOP }; /* START_VALID */ in sd_start_stop_device()
|
| D | scsi_error.c | 1400 static unsigned char stu_command[6] = {START_STOP, 0, 0, 0, 1, 0}; in scsi_eh_try_stu()
|
| D | st.c | 2612 cmd[0] = START_STOP; in do_load_unload() 2845 cmd[0] = START_STOP; in st_int_ioctl()
|
| D | ips.c | 3492 case START_STOP: in ips_send_cmd() 3899 case START_STOP: in ips_chkstatus()
|
| /Linux-v5.15/include/trace/events/ |
| D | target.h | 39 scsi_opcode_name(START_STOP), \
|
| D | scsi.h | 37 scsi_opcode_name(START_STOP), \
|
| /Linux-v5.15/tools/lib/traceevent/plugins/ |
| D | plugin_scsi.c | 36 #define START_STOP 0x1b macro
|
| /Linux-v5.15/drivers/usb/image/ |
| D | microtek.c | 247 case START_STOP: what = "START_STOP"; break; in mts_show_command()
|
| /Linux-v5.15/drivers/target/ |
| D | target_core_sbc.c | 1127 case START_STOP: in sbc_parse_cdb()
|
| /Linux-v5.15/drivers/staging/rts5208/ |
| D | rtsx_scsi.c | 90 case START_STOP: in scsi_show_command() 3217 case START_STOP: in rtsx_scsi_handler()
|
| /Linux-v5.15/drivers/ata/ |
| D | libata-scsi.c | 3269 case START_STOP: in ata_scsiop_maint_in() 3949 case START_STOP: in ata_get_xlat_func()
|
| /Linux-v5.15/drivers/usb/gadget/function/ |
| D | f_tcm.c | 937 case START_STOP: in get_cmd_dir()
|
| D | f_mass_storage.c | 1929 case START_STOP: in do_scsi_command()
|
| /Linux-v5.15/drivers/scsi/arm/ |
| D | fas216.c | 2073 case START_STOP: in fas216_std_done()
|
| /Linux-v5.15/drivers/message/fusion/ |
| D | mptscsih.c | 2819 case START_STOP: in mptscsih_do_cmd()
|
12