Searched refs:queued (Results 1 - 25 of 47) 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/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.c280 * deliver a queued frame to the upper layer
349 /* discard previous queued frame */
426 printk("Type 1 frame and no frame queued\n");
469 if (chan->queued) {
470 chan->queued--;
661 * 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.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/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/spi/
H A Dspi.c617 * spi_get_next_queued_message() - called by driver to check for queued
619 * @master: the master to check for queued messages
746 * spi_queued_transfer - transfer function for queued transfers
748 * @msg: spi message which is to handled is queued to driver queue
776 master->queued = true;
917 /* If we're using a queued driver, start the queue */
961 if (master->queued) {
979 /* Basically no-ops for non-queued masters */
980 if (!master->queued)
995 if (!master->queued)
[all...]
/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.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/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.c1359 goto queued;
1367 goto queued;
1372 queued:

Completed in 1184 milliseconds

12