Searched refs:selecting (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/
H A Din2000.c459 if (hostdata->selecting || hostdata->connected) {
576 hostdata->selecting = cmd;
1072 cmd = (Scsi_Cmnd *) hostdata->selecting; /* get a valid cmd */
1074 hostdata->selecting = NULL;
1094 hostdata->connected = cmd = (Scsi_Cmnd *) hostdata->selecting;
1096 hostdata->selecting = NULL;
1494 if (hostdata->selecting) {
1495 cmd = (Scsi_Cmnd *) hostdata->selecting;
1496 hostdata->selecting = NULL;
1664 hostdata->selecting
[all...]
H A Dwd33c93.c492 if (hostdata->selecting || hostdata->connected) {
612 hostdata->selecting = cmd;
860 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */
861 hostdata->selecting = NULL;
893 (struct scsi_cmnd *) hostdata->selecting;
894 hostdata->selecting = NULL;
1353 if (hostdata->selecting) {
1354 cmd = (struct scsi_cmnd *) hostdata->selecting;
1355 hostdata->selecting = NULL;
1594 hostdata->selecting
[all...]
H A Dmac53c94.c37 selecting, enumerator in enum:fsc_phase
177 state->phase = selecting;
248 case selecting:
H A DNCR5380.h277 volatile Scsi_Cmnd *selecting; member in struct:NCR5380_hostdata
H A Din2000.h287 volatile Scsi_Cmnd *selecting; /* trying to select this command */ member in struct:IN2000_hostdata
H A Dwd33c93.h242 volatile struct scsi_cmnd *selecting; /* trying to select this command */ member in struct:WD33C93_hostdata
H A DNCR5380.c1049 if (!hostdata->connected && !hostdata->selecting) {
1088 hostdata->selecting = NULL;
1112 if (hostdata->selecting) {
1113 tmp = (Scsi_Cmnd *) hostdata->selecting;
1128 } /* if hostdata->selecting */
1308 if (hostdata->selecting)
1432 dprintk(NDEBUG_SELECTION, ("scsi%d : selecting target %d\n", instance->host_no, scmd_id(cmd)));
1448 hostdata->selecting = cmd;
1460 return 0; /* RvC: we return here with hostdata->selecting set,
1464 hostdata->selecting
[all...]
H A Daha152x.c348 selecting = 0x0002, /* target is beeing selected */ enumerator in enum:__anon4043
950 if(CURRENT_SC->SCp.phase & selecting) {
1643 CURRENT_SC->SCp.phase |= selecting;
1645 DPRINTK(debug_selection, DEBUG_LEAD "selecting target\n", CMDINFO(CURRENT_SC));
1677 CURRENT_SC->SCp.phase &= ~(selecting|not_issued);
1721 CURRENT_SC->SCp.phase &= ~selecting;
2425 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2928 if (ptr->SCp.phase & selecting)
2929 printk("selecting|");
2999 if (ptr->SCp.phase & selecting)
[all...]
H A Dmesh.c105 selecting, enumerator in enum:mesh_phase
763 case selecting:
1114 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1544 case selecting:
/drivers/media/radio/
H A DKconfig10 Say Y here to enable selecting AM/FM radio adapters.
/drivers/media/video/
H A DKconfig78 Say Y here to enable selecting the video adapters for
1171 Say Y here to enable selecting drivers for V4L devices that

Completed in 163 milliseconds