Searched defs:ostat (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/
H A Dc-qcam.c208 unsigned int stat, ostat, i, count = 0; local
229 ostat = stat = parport_read_status(qcam->pport);
233 if (ostat != stat) {
236 ostat = stat;
248 ostat = stat = parport_read_status(qcam->pport);
252 if (ostat != stat) {
255 ostat = stat;
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5920 cam_status ostat; local
5923 ostat = ahc_get_transaction_status(scb);
5924 if (ostat == CAM_REQ_INPROG)
6032 cam_status ostat; local
6035 ostat = ahc_get_transaction_status(scb);
6036 if (ostat == CAM_REQ_INPROG)
6140 cam_status ostat; local
6143 ostat = ahc_get_transaction_status(scb);
6144 if (ostat == CAM_REQ_INPROG)
6445 cam_status ostat; local
[all...]
H A Daic79xx_core.c8184 cam_status ostat; local
8187 ostat = ahd_get_transaction_status(scb);
8188 if (ostat == CAM_REQ_INPROG)
8659 cam_status ostat; local
8661 ostat = ahd_get_transaction_status(scbp);
8662 if (ostat == CAM_REQ_INPROG)

Completed in 86 milliseconds