/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 166 BT_MBOX(2, INQUIRY, 4, 1),
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | protocol.c | 83 /* for INQUIRY, UFI devices only ever return 36 bytes */ in usb_stor_ufi_command() 84 case INQUIRY: in usb_stor_ufi_command()
|
H A D | debug.c | 59 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
|
H A D | transport.c | 692 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport() 1017 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI in usb_stor_CB_transport() 1024 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport() 1281 * by seeing what happens with INQUIRY and READ CAPACITY in usb_stor_Bulk_transport() 1286 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
|
H A D | jumpshot.c | 494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport() 495 usb_stor_dbg(us, "INQUIRY - Returning bogus response\n"); in jumpshot_transport()
|
H A D | freecom.c | 335 case INQUIRY: in freecom_transport()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | protocol.c | 83 /* for INQUIRY, UFI devices only ever return 36 bytes */ in usb_stor_ufi_command() 84 case INQUIRY: in usb_stor_ufi_command()
|
H A D | debug.c | 58 case INQUIRY: what = "INQUIRY"; break; in usb_stor_show_command()
|
H A D | transport.c | 697 (srb->cmnd[0] == INQUIRY) || in usb_stor_invoke_transport() 1022 * REQUEST_SENSE and INQUIRY don't affect the sense data on UFI in usb_stor_CB_transport() 1029 srb->cmnd[0] == INQUIRY) in usb_stor_CB_transport() 1286 * by seeing what happens with INQUIRY and READ CAPACITY in usb_stor_Bulk_transport() 1291 ((srb->cmnd[0] == INQUIRY && in usb_stor_Bulk_transport()
|
H A D | jumpshot.c | 494 if (srb->cmnd[0] == INQUIRY) { in jumpshot_transport() 495 usb_stor_dbg(us, "INQUIRY - Returning bogus response\n"); in jumpshot_transport()
|
H A D | freecom.c | 335 case INQUIRY: in freecom_transport()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 109 BT_MBOX(2, INQUIRY, 4, 1),
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | blocklayout.c | 221 * The allocation length (passed in bytes 3 and 4 of the INQUIRY in nfsd4_scsi_identify_device() 250 req->cmd[0] = INQUIRY; in nfsd4_scsi_identify_device() 255 req->cmd_len = COMMAND_SIZE(INQUIRY); in nfsd4_scsi_identify_device() 259 pr_err("pNFS: INQUIRY 0x83 failed with: %x\n", in nfsd4_scsi_identify_device() 273 pr_err("pNFS: INQUIRY 0x83 response invalid (len = %zd)\n", in nfsd4_scsi_identify_device()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_ua.c | 53 * a) if an INQUIRY command enters the enabled command state, the in target_scsi3_ua_check() 54 * device server shall process the INQUIRY command and shall neither in target_scsi3_ua_check() 66 case INQUIRY: in target_scsi3_ua_check()
|
H A D | target_core_pscsi.c | 196 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial() 231 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident() 310 * Setup our standard INQUIRY info into se_dev->t10_wwn in pscsi_add_device_to_list()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | target.h | 31 scsi_opcode_name(INQUIRY), \
|
H A D | scsi.h | 29 scsi_opcode_name(INQUIRY), \
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_ua.c | 53 * a) if an INQUIRY command enters the enabled command state, the in target_scsi3_ua_check() 54 * device server shall process the INQUIRY command and shall neither in target_scsi3_ua_check() 66 case INQUIRY: in target_scsi3_ua_check()
|
H A D | target_core_pscsi.c | 192 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_serial() 227 cdb[0] = INQUIRY; in pscsi_get_inquiry_vpd_device_ident() 305 * Setup our standard INQUIRY info into se_dev->t10_wwn in pscsi_add_device_to_list()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | target.h | 31 scsi_opcode_name(INQUIRY), \
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_proto.h | 32 #define INQUIRY 0x12 macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_proto.h | 32 #define INQUIRY 0x12 macro 338 /* Version descriptor values for INQUIRY */
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/ |
H A D | visorhba_main.c | 800 if (cmdrsp->scsi.cmnd[0] == INQUIRY && in do_scsi_linuxstat() 850 if (cmdrsp->scsi.cmnd[0] == INQUIRY && in do_scsi_nolinuxstat()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi.c | 304 cmd[0] = INQUIRY; in scsi_vpd_inquiry()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_scsi.c | 28 #define INQUIRY 0x12 macro
|