Searched refs:IDENTIFY (Results 1 – 25 of 28) sorted by relevance
12
/linux-2.6.39/drivers/staging/generic_serial/rio/ |
D | rio.h | 174 #define IDENTIFY ( CONTROL + 2 ) macro
|
D | riocmd.c | 227 CmdBlkP->Packet.data[0] = IDENTIFY; in RIOIdentifyRta()
|
/linux-2.6.39/Documentation/sound/oss/ |
D | ESS1868 | 34 (IDENTIFY *)
|
D | VIBRA16 | 33 (IDENTIFY *)
|
D | CMI8330 | 83 (IDENTIFY *)
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-ata | 76 Cached result of IDENTIFY command, as described in ATA8 7.16 and 7.17.
|
/linux-2.6.39/include/scsi/ |
D | scsi.h | 511 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
|
/linux-2.6.39/Documentation/scsi/ |
D | libsas.txt | 77 IDENTIFY frame or a FIS frame, _before_ notifying the SAS 81 address from the IDENTIFY frame or maybe generate a SAS 85 frame_rcvd -- this is where you copy the IDENTIFY/FIS frame 309 PORTE_BYTES_DMAED -- on receiving an IDENTIFY/FIS frame
|
/linux-2.6.39/Documentation/ioctl/ |
D | hdio.txt | 246 the IDENTIFY DEVICE and IDENTIFY PACKET DEVICE commands in 251 ENOMSG IDENTIFY DEVICE information not available
|
/linux-2.6.39/drivers/scsi/ |
D | esp_scsi.c | 624 *p++ = IDENTIFY(0, lun); in esp_autosense() 771 *p++ = IDENTIFY(1, lun); in esp_maybe_execute_command() 773 *p++ = IDENTIFY(0, lun); in esp_maybe_execute_command()
|
D | aha152x.c | 1681 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun)); in seldo_run() 1996 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->device->lun)); in msgo_init()
|
D | NCR5380.c | 1531 tmp[0] = IDENTIFY(((instance->irq == SCSI_IRQ_NONE) ? 0 : 1), cmd->device->lun); in NCR5380_select()
|
D | sun3_NCR5380.c | 1676 tmp[0] = IDENTIFY(1, cmd->device->lun); in NCR5380_select()
|
D | atari_NCR5380.c | 1682 tmp[0] = IDENTIFY(1, cmd->device->lun); in NCR5380_select()
|
D | dc395x.c | 3753 IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun); in device_alloc() 3755 dcb->identify_msg = IDENTIFY(0, lun); in device_alloc()
|
D | mesh.c | 1548 ms->msgout[0] = IDENTIFY(ALLOW_RESEL(ms->conn_tgt), in cmd_complete()
|
D | nsp32.c | 380 data->msgoutbuf[pos] = IDENTIFY(mode, SCpnt->device->lun); pos++; in nsp32_build_identify()
|
D | tmscsim.c | 561 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN)); in dc390_StartSCSI()
|
/linux-2.6.39/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 2717 np->msgout[0] = IDENTIFY(0, cp->lun); 3104 cp->scsi_smsg2[0] = IDENTIFY(0, cp->lun); 3456 np->abrt_msg[0] = IDENTIFY(0, lun); 3497 np->abrt_msg[0] = IDENTIFY(0, cp->lun); 5165 msgptr[msglen++] = IDENTIFY(can_disconnect, sdev->lun);
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 237 * reselected, but haven't seen an IDENTIFY message from the target yet. 985 or SEQ_FLAGS,IDENTIFY_SEEN; /* make note of IDENTIFY */ 1144 * Assert that if we've been reselected, then we've seen an IDENTIFY 1148 test SEQ_FLAGS,IDENTIFY_SEEN jnz return; /* seen IDENTIFY? */
|
D | aic7xxx.reg | 691 mask NO_IDENT 0x20|SEQINT /* no IDENTIFY after reconnect*/
|
/linux-2.6.39/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1225 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 246 * Our first message must be one of IDENTIFY, ABORT, or 334 * reselected, but haven't seen an IDENTIFY message from the target yet. 1935 clr SEQ_FLAGS; /* make note of IDENTIFY */
|
/linux-2.6.39/drivers/scsi/arm/ |
D | acornscsi.c | 1738 IDENTIFY(host->device[host->SCpnt->device->id].disconnect_ok, in acornscsi_buildmessages()
|
D | fas216.c | 1783 msgqueue_addmsg(&info->scsi.msgs, 1, IDENTIFY(disconnect_ok, SCpnt->device->lun)); in fas216_start_command()
|
12