Home
last modified time | relevance | path

Searched refs:INQUIRY (Results 1 – 25 of 68) sorted by relevance

123

/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss5 Description: Displays the SCSI INQUIRY page 0 model for logical drive
12 Description: Displays the SCSI INQUIRY page 0 revision for logical
19 Description: Displays the SCSI INQUIRY page 83 serial number for logical
26 Description: Displays the SCSI INQUIRY page 0 vendor for logical drive
/linux-5.19.10/drivers/usb/storage/
Dprotocol.c84 case INQUIRY: in usb_stor_ufi_command()
Ddebug.c58 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
Dtransport.c697 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport()
1029 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport()
1291 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
Dfreecom.c335 case INQUIRY: in freecom_transport()
Djumpshot.c494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport()
Disd200.c661 (srb->cmnd[0] == INQUIRY) || in isd200_invoke_transport()
1235 case INQUIRY: in isd200_scsi_to_ata()
Ddatafab.c568 if (srb->cmnd[0] == INQUIRY) { in datafab_transport()
Dsddr55.c827 if (srb->cmnd[0] == INQUIRY) { in sddr55_transport()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dcoex.h109 BT_MBOX(2, INQUIRY, 4, 1),
/linux-5.19.10/include/scsi/
Dscsi_proto.h32 #define INQUIRY 0x12 macro
/linux-5.19.10/drivers/target/
Dtarget_core_ua.c66 case INQUIRY: in target_scsi3_ua_check()
Dtarget_core_pscsi.c193 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial()
228 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident()
Dtarget_core_alua.c524 case INQUIRY: in core_alua_state_standby()
577 case INQUIRY: in core_alua_state_unavailable()
614 case INQUIRY: in core_alua_state_transition()
/linux-5.19.10/include/trace/events/
Dtarget.h31 scsi_opcode_name(INQUIRY), \
Dscsi.h29 scsi_opcode_name(INQUIRY), \
/linux-5.19.10/tools/lib/traceevent/plugins/
Dplugin_scsi.c28 #define INQUIRY 0x12 macro
/linux-5.19.10/Documentation/scsi/
DChangeLog.sym53c8xx_253 Also move the code that sniffes INQUIRY to sym_misc.c.
DChangeLog.sym53c8xx7 - Check that we received at least 8 bytes of INQUIRY response
403 - If INQUIRY came from a scatter list, the driver looked into
565 - Add additional checking of INQUIRY data:
566 Check INQUIRY data received length is at least 7. Byte 7 of
DChangeLog.ncr53c8xx250 - Add additional checking of INQUIRY data:
251 Check INQUIRY data received length is at least 7. Byte 7 of
302 - check INQUIRY response data format is exactly 2.
/linux-5.19.10/drivers/scsi/
Dmegaraid.c676 case INQUIRY: in mega_build_cmd()
981 case INQUIRY: in mega_prepare_passthru()
1044 case INQUIRY: in mega_prepare_extpassthru()
1549 if( cmd->cmnd[0] == INQUIRY && !islogical ) { in mega_cmd_done()
4008 pthru->cdb[0] = INQUIRY; in mega_internal_dev_inquiry()
Dscsi.c301 cmd[0] = INQUIRY; in scsi_vpd_inquiry()
/linux-5.19.10/drivers/usb/image/
Dmicrotek.c243 case INQUIRY: what = "INQUIRY"; break; in mts_show_command()
/linux-5.19.10/Documentation/input/devices/
Datarikbd.rst670 The STATUS INQUIRY commands request the ikbd to return either the current mode
678 Valid STATUS INQUIRY commands are::
701 STATUS INQUIRY commands are not valid if the ikbd is in JOYSTICK MONITORING
/linux-5.19.10/drivers/scsi/aacraid/
Daachba.c2811 case INQUIRY: in aac_scsi_cmd()
2845 else if ((scsicmd->cmnd[0] != INQUIRY) && /* only INQUIRY & TUR cmnd supported for controller */ in aac_scsi_cmd()
2885 case INQUIRY: in aac_scsi_cmd()
3408 if (scsicmd->cmnd[0] == INQUIRY && !(scsicmd->cmnd[1] & 0x01) in aac_srb_callback()
3454 case INQUIRY: in aac_srb_callback()

123