Searched refs:doneq (Results 1 - 6 of 6) sorted by relevance

/drivers/media/dvb/dvb-core/
H A Ddvb_demux.h53 int doneq; member in struct:dvb_demux_filter
H A Ddvb_demux.c146 if (f->doneq && !neq)
909 u8 mask, mode, doneq; local
915 doneq = 0;
920 doneq |= f->maskandnotmode[i] = mask & ~mode;
922 f->doneq = doneq ? 1 : 0;
/drivers/scsi/bfa/
H A Dbfad.c700 struct list_head doneq; local
706 bfa_comp_deq(&bfad->bfa, &doneq);
709 if (!list_empty(&doneq)) {
710 bfa_comp_process(&bfad->bfa, &doneq);
712 bfa_comp_free(&bfad->bfa, &doneq);
1148 struct list_head doneq; local
1159 bfa_comp_deq(&bfad->bfa, &doneq);
1162 if (!list_empty(&doneq)) {
1163 bfa_comp_process(&bfad->bfa, &doneq);
1166 bfa_comp_free(&bfad->bfa, &doneq);
1179 struct list_head doneq; local
[all...]
/drivers/media/video/
H A Dmeye.c816 kfifo_in_locked(&meye.doneq, (unsigned char *)&reqnr,
837 kfifo_in_locked(&meye.doneq, (unsigned char *)&reqnr,
867 kfifo_reset(&meye.doneq);
973 if (kfifo_out_locked(&meye.doneq, (unsigned char *)&unused,
1478 if (kfifo_len(&meye.doneq) == 0 && file->f_flags & O_NONBLOCK) {
1484 kfifo_len(&meye.doneq) != 0) < 0) {
1489 if (!kfifo_out_locked(&meye.doneq, (unsigned char *)&reqnr,
1541 kfifo_reset(&meye.doneq);
1584 if (kfifo_len(&meye.doneq))
1769 if (kfifo_alloc(&meye.doneq, sizeo
[all...]
H A Dmeye.h309 struct kfifo doneq; /* queue for grabbed buffers */ member in struct:meye
/drivers/media/dvb/ttpci/
H A Dav7110.c318 if (dvbdmxfilter->doneq) {

Completed in 140 milliseconds