/openbmc/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 | 122 unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; in hp_sw_start_stop()
|
/openbmc/qemu/include/scsi/ |
H A D | constants.h | 53 #define START_STOP 0x1b macro
|
/openbmc/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 | 969 if (srb->cmnd[0] == START_STOP) { in sddr55_transport()
|
H A D | isd200.c | 1400 case START_STOP: in isd200_scsi_to_ata()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 40 #define START_STOP 0x1b macro
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_ioctl.c | 239 cdb[0] = START_STOP; in scsi_send_start_stop() 274 case START_STOP: in scsi_cmd_allowed() 569 case START_STOP: in sg_scsi_ioctl()
|
H A D | sd.c | 2321 cmd[0] = START_STOP; in sd_spinup_disk() 3838 unsigned char cmd[6] = { START_STOP }; /* START_VALID */ in sd_start_stop_device()
|
H A D | scsi_error.c | 1472 static unsigned char stu_command[6] = {START_STOP, 0, 0, 0, 1, 0}; in scsi_eh_try_stu()
|
/openbmc/linux/include/trace/events/ |
H A D | target.h | 39 scsi_opcode_name(START_STOP), \
|
H A D | scsi.h | 37 scsi_opcode_name(START_STOP), \
|
/openbmc/qemu/scsi/ |
H A D | utils.c | 483 [ START_STOP ] = "START_STOP/LOAD_UNLOAD", in scsi_command_name()
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 227 case START_STOP: in ufs_emulate_scsi_cmd()
|
/openbmc/linux/drivers/usb/image/ |
H A D | microtek.c | 251 case START_STOP: what = "START_STOP"; break; in mts_show_command()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_spc.c | 1603 .opcode = START_STOP, 1605 .usage_bits = {START_STOP, 0x01, 0x00, 0x00,
|
H A D | target_core_sbc.c | 1037 case START_STOP: in sbc_parse_cdb()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 2043 case START_STOP: in scsi_disk_emulate_command() 2121 case START_STOP: in scsi_disk_emulate_command() 2688 [START_STOP] = &scsi_disk_emulate_reqops,
|
H A D | scsi-bus.c | 1092 case START_STOP: in scsi_req_xfer()
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 90 case START_STOP: in scsi_show_command() 3217 case START_STOP: in rtsx_scsi_handler()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-scsi.c | 3392 case START_STOP: in ata_scsiop_maint_in() 4175 case START_STOP: in ata_get_xlat_func()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 920 case START_STOP: in get_cmd_dir()
|