Searched defs:queued (Results 1 - 25 of 26) sorted by relevance

12

/drivers/dma/
H A Dsirf-dma.c61 struct list_head queued; member in struct:sirfsoc_dma_chan
97 /* Execute all queued DMA descriptors */
109 sdesc = list_first_entry(&schan->queued, struct sirfsoc_dma_desc,
111 /* Move the first queued descriptor to active list */
112 list_move_tail(&schan->queued, &schan->active);
161 /* Execute queued descriptors */
163 if (!list_empty(&schan->queued))
260 list_move_tail(&sdesc->node, &schan->queued);
301 list_splice_tail_init(&schan->queued, &schan->free);
377 BUG_ON(!list_empty(&schan->queued));
[all...]
H A Dmpc512x_dma.c188 struct list_head queued; member in struct:mpc_dma_chan
229 * Execute all queued DMA descriptors.
234 * c) mchan->queued list contains at least one entry.
244 /* Move all queued descriptors to active list */
245 list_splice_tail_init(&mchan->queued, &mchan->active);
296 /* Execute queued descriptors */
298 if (!list_empty(&mchan->queued))
435 list_move_tail(&mdesc->node, &mchan->queued);
437 /* If channel is idle, execute all queued descriptors */
521 BUG_ON(!list_empty(&mchan->queued));
[all...]
/drivers/isdn/act2000/
H A Dact2000.h122 short queued; /* User-Data Bytes in TX queue */ member in struct:act2000_chan
/drivers/isdn/pcbit/
H A Dpcbit.h28 unsigned char queued; /* unacked data messages */ member in struct:pcbit_chan
/drivers/media/video/
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...]
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...]
/drivers/mtd/
H A Dftl.c612 int queued, ret; local
619 queued = 0;
630 queued = 1;
650 if (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.
/drivers/block/
H A Dxen-blkfront.c373 int queued; local
377 queued = 0;
408 queued++;
411 if (queued != 0)
738 rmb(); /* Ensure we see queued responses up to 'rp'. */
1078 /* Kick any other new requests queued since we resumed */
/drivers/media/video/au0828/
H A Dau0828.h177 struct list_head queued; member in struct:au0828_dmaqueue
/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/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/atm/
H A Deni.c152 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable
1174 queued++;
1459 "tx_complete=%d,dma_complete=%d,queued=%d,requeued=%d,sub=%d,\n"
1461 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
/drivers/media/video/tm6000/
H A Dtm6000.h94 struct list_head queued; member in struct:tm6000_dmaqueue
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2727 * If this is the first pkt getting queued
2761 bool more_data, queued; local
2789 queued = ath6kl_mgmt_powersave_ap(vif,
2793 if (queued)
/drivers/staging/media/easycap/
H A Deasycap.h304 int queued[FRAME_BUFFER_MANY]; member in struct:easycap
/drivers/tty/serial/
H A Damba-pl011.c147 bool queued; member in struct:pl011_dmatx_data
394 if (uap->dmatx.queued)
408 * a TX buffer completing, we must update the tx queued status to
413 uap->dmatx.queued = false;
433 * 1 if we queued up a TX DMA buffer.
454 uap->dmatx.queued = false;
482 uap->dmatx.queued = false;
491 uap->dmatx.queued = false;
512 uap->dmatx.queued = true;
533 * true if we queued
[all...]
/drivers/usb/mon/
H A Dmon_bin.c127 u32 queued; member in struct:mon_bin_stats
1107 if (put_user(nevents, &sp->queued))
/drivers/usb/serial/
H A Dio_ti.c1787 int queued; local
1789 queued = tty_insert_flip_string(tty, data, length);
1790 if (queued < length)
1792 __func__, length - queued);
/drivers/media/video/cx23885/
H A Dcx23885.h263 struct list_head queued; member in struct:cx23885_dmaqueue
/drivers/media/video/cx25821/
H A Dcx25821.h231 struct list_head queued; member in struct:cx25821_dmaqueue
/drivers/media/video/cx88/
H A Dcx88.h332 struct list_head queued; member in struct:cx88_dmaqueue
/drivers/media/video/cx231xx/
H A Dcx231xx.h91 /* maximum number of frames that can be queued */
240 struct list_head queued; member in struct:cx231xx_dmaqueue
556 struct list_head queued;
/drivers/media/video/em28xx/
H A Dem28xx.h150 /* maximum number of frames that can be queued */
272 struct list_head queued; member in struct:em28xx_dmaqueue
/drivers/usb/dwc3/
H A Dcore.h529 unsigned queued:1; member in struct:dwc3_request

Completed in 1800 milliseconds

12