Searched refs:queued (Results 1 - 25 of 45) sorted by relevance

12

/drivers/dma/
H A Dsirf-dma.c59 struct list_head queued; member in struct:sirfsoc_dma_chan
96 /* Execute all queued DMA descriptors */
108 sdesc = list_first_entry(&schan->queued, struct sirfsoc_dma_desc,
110 /* Move the first queued descriptor to active list */
111 list_move_tail(&schan->queued, &schan->active);
160 /* Execute queued descriptors */
162 if (!list_empty(&schan->queued))
259 list_move_tail(&sdesc->node, &schan->queued);
306 list_splice_tail_init(&schan->queued, &schan->free);
382 BUG_ON(!list_empty(&schan->queued));
[all...]
H A Dmpc512x_dma.c186 struct list_head queued; member in struct:mpc_dma_chan
228 * Execute all queued DMA descriptors.
233 * c) mchan->queued list contains at least one entry.
243 /* Move all queued descriptors to active list */
244 list_splice_tail_init(&mchan->queued, &mchan->active);
295 /* Execute queued descriptors */
297 if (!list_empty(&mchan->queued))
434 list_move_tail(&mdesc->node, &mchan->queued);
436 /* If channel is idle, execute all queued descriptors */
526 BUG_ON(!list_empty(&mchan->queued));
[all...]
/drivers/isdn/pcbit/
H A Dpcbit.h28 unsigned char queued; /* unacked data messages */ member in struct:pcbit_chan
H A Ddrv.c320 chan->queued = 0;
348 if (chan->queued >= MAX_QUEUED )
353 chan->queued);
373 chan->queued++;
509 if (chan->queued == MAX_QUEUED) {
515 chan->queued--;
H A Dlayer2.c281 * deliver a queued frame to the upper layer
350 /* discard previous queued frame */
427 printk("Type 1 frame and no frame queued\n");
470 if (chan->queued) {
471 chan->queued--;
662 * call pcbit_transmit to write possible queued frames
/drivers/usb/dwc3/
H A Dgadget.h96 req->queued = true;
/drivers/media/video/
H A Dfsl-viu.c129 struct list_head queued; member in struct:viu_dmaqueue
351 if (list_empty(&vidq->queued))
353 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue);
539 if (!list_empty(&vidq->queued)) {
542 dprintk(1, "vidq pointer 0x%p, queued 0x%p\n",
543 vidq, &vidq->queued);
544 dprintk(1, "dev %p, queued: self %p, next %p, head %p\n",
545 dev, &vidq->queued, vidq->queued.next,
546 vidq->queued
[all...]
H A Dvideobuf2-core.c771 * cannot use this buffer anymore until it is queued back to it by videobuf
772 * by the means of buf_queue callback. Only buffers previously queued to the
1152 * Add to the queued buffers list, a buffer will stay on it until
1366 * Removes all queued buffers from driver's queue and all buffers queued by
1374 * Tell driver to stop all transactions and release all queued
1408 * 2) passes any previously queued buffers to the driver and starts streaming
1434 * If any buffers were queued before streamon,
1466 * 2) stop streaming and dequeues any queued buffers, including those previously
1675 * There is nothing to wait for if no buffers have already been queued
1761 unsigned int queued:1; member in struct:vb2_fileio_buf
[all...]
/drivers/tty/serial/
H A Damba-pl011.c146 bool queued; member in struct:pl011_dmatx_data
391 if (uap->dmatx.queued)
405 * a TX buffer completing, we must update the tx queued status to
410 uap->dmatx.queued = false;
430 * 1 if we queued up a TX DMA buffer.
451 uap->dmatx.queued = false;
479 uap->dmatx.queued = false;
488 uap->dmatx.queued = false;
509 uap->dmatx.queued = true;
530 * true if we queued
[all...]
/drivers/isdn/act2000/
H A Dact2000.h122 short queued; /* User-Data Bytes in TX queue */ member in struct:act2000_chan
H A Dmodule.c432 if ((chan->queued + len) >= ACT2000_MAX_QUEUED)
465 chan->queued += len;
H A Dcapi.c486 chan->queued = 0;
585 * Decrement queued-bytes counter.
609 chan->queued -= m->msg.data_b3_req.datalen;
613 if (chan->queued < 0)
614 chan->queued = 0;
/drivers/net/wireless/ath/ath9k/
H A Ddebug.h96 * @queued: Total MPDUs (non-aggr) queued
98 * @a_aggr: Total no. of aggregates queued
99 * @a_queued_hw: Total AMPDUs queued to hardware
100 * @a_queued_sw: Total AMPDUs queued to software queues
120 u32 queued; member in struct:ath_tx_stats
/drivers/media/video/au0828/
H A Dau0828.h177 struct list_head queued; member in struct:au0828_dmaqueue
/drivers/mtd/
H A Dftl.c612 int queued, ret; local
619 queued = 0;
630 queued = 1;
650 if (queued) {
/drivers/media/video/cx23885/
H A Dcx23885-video.c601 if (list_empty(&q->queued))
603 buf = list_entry(q->queued.next, struct cx23885_buffer,
770 if (!list_empty(&q->queued)) {
771 list_add_tail(&buf->vb.queue, &q->queued);
773 dprintk(2, "[%p/%d] buffer_queue - append to queued\n",
801 list_add_tail(&buf->vb.queue, &q->queued);
803 dprintk(2, "[%p/%d] buffer_queue - first queued\n",
1821 INIT_LIST_HEAD(&dev->vidq.queued);
1830 INIT_LIST_HEAD(&dev->vbiq.queued);
/drivers/media/video/cx25821/
H A Dcx25821-video.c124 if (!list_empty(&q->queued)) {
125 list_for_each(item, &q->queued)
337 if (list_empty(&q->queued))
340 buf = list_entry(q->queued.next, struct cx25821_buffer,
496 INIT_LIST_HEAD(&dev->channels[i].vidq.queued);
735 if (!list_empty(&q->queued)) {
736 list_add_tail(&buf->vb.queue, &q->queued);
738 dprintk(2, "[%p/%d] buffer_queue - append to queued\n", buf,
767 list_add_tail(&buf->vb.queue, &q->queued);
769 dprintk(2, "[%p/%d] buffer_queue - first queued\
[all...]
/drivers/block/
H A Dxen-blkfront.c375 int queued; local
379 queued = 0;
410 queued++;
413 if (queued != 0)
740 rmb(); /* Ensure we see queued responses up to 'rp'. */
1079 /* Kick any other new requests queued since we resumed */
/drivers/media/video/tm6000/
H A Dtm6000.h94 struct list_head queued; member in struct:tm6000_dmaqueue
/drivers/staging/media/easycap/
H A Deasycap.h304 int queued[FRAME_BUFFER_MANY]; member in struct:easycap
/drivers/media/video/cx88/
H A Dcx88-mpeg.c216 if (list_empty(&q->queued))
218 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
491 INIT_LIST_HEAD(&dev->mpegq.queued);
H A Dcx88-video.c560 if (list_empty(&q->queued))
562 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
703 if (!list_empty(&q->queued)) {
704 list_add_tail(&buf->vb.queue,&q->queued);
706 dprintk(2,"[%p/%d] buffer_queue - append to queued\n",
731 list_add_tail(&buf->vb.queue,&q->queued);
733 dprintk(2,"[%p/%d] buffer_queue - first queued\n",
1902 INIT_LIST_HEAD(&dev->vidq.queued);
1911 INIT_LIST_HEAD(&dev->vbiq.queued);
/drivers/tty/hvc/
H A Dhvc_iucv.c461 int queued; local
470 queued = hvc_iucv_queue(priv, buf, count);
473 return queued;
547 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */
/drivers/net/wireless/ath/carl9170/
H A Dtx.c1354 goto queued;
1362 goto queued;
1367 queued:
/drivers/block/drbd/
H A Ddrbd_worker.c518 int align, queued, sndbuf; local
548 queued = mdev->data.socket->sk->sk_wmem_queued;
551 queued = 1;
555 if (queued > sndbuf / 2)
1214 * just before it was reassigned and re-queued, so double check that.
1228 /* inc_ap_pending was done where this was queued.

Completed in 841 milliseconds

12