Searched defs:sync_state (Results 1 - 4 of 4) sorted by relevance

/drivers/media/video/pvrusb2/
H A Dpvrusb2-ioread.c39 unsigned int sync_state; member in struct:pvr2_ioread
153 if (cp->sync_state) {
155 "/*---TRACE_READ---*/ sync_state <== 0");
156 cp->sync_state = 0;
188 "/*---TRACE_READ---*/ sync_state <== 1");
189 cp->sync_state = 1;
313 if (cp->sync_state != 1) return;
346 " sync_state <== 2 (skipped %u bytes)",
348 cp->sync_state = 2;
376 if (cp->sync_state
[all...]
/drivers/scsi/arm/
H A Dacornscsi.h325 syncxfer_t sync_state; /* sync xfer negotiation state */ member in struct:acornscsi_hostdata::__anon4135
H A Dfas216.c214 printk(" busyluns[%d]=%08lx dev[%d]={ disconnect_ok=%d stp=%X sof=%X sync_state=%X }\n",
217 info->device[i].sof, info->device[i].sync_state);
533 if (dev->sync_state == neg_inprogress) {
534 dev->sync_state = neg_invalid;
540 switch (dev->sync_state) {
571 dev->sync_state = neg_targcomplete;
585 dev->sync_state = neg_complete;
1590 neg_t sync_state; local
1595 sync_state = neg_invalid;
1599 sync_state
[all...]
H A Dfas216.h297 neg_t sync_state; /* synchronous transfer mode */ member in struct:__anon4145::fas216_device

Completed in 110 milliseconds