Home
last modified time | relevance | path

Searched refs:cyclic (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/drivers/dma/
Dedma.c72 int cyclic; member
216 if (edesc->cyclic) in edma_execute()
262 int cyclic = echan->edesc->cyclic; in edma_terminate_all() local
273 if (cyclic) in edma_terminate_all()
304 if (!echan->edesc || !echan->edesc->cyclic) in edma_dma_pause()
316 if (!echan->edesc->cyclic) in edma_dma_resume()
644 edesc->cyclic = 1; in edma_prep_dma_cyclic()
734 if (!edesc || (edesc && !edesc->cyclic)) in edma_callback()
742 if (edesc->cyclic) { in edma_callback()
905 if (edesc->cyclic) { in edma_residue()
Dvirt-dma.h36 struct virt_dma_desc *cyclic; member
106 vc->cyclic = vd; in vchan_cyclic_callback()
Dvirt-dma.c69 vd = vc->cyclic; in vchan_complete()
71 vc->cyclic = NULL; in vchan_complete()
Domap-dma.c48 bool cyclic; member
347 if (!__dma_omap15xx(od->plat->dma_attr) && c->cyclic) { in omap_dma_stop()
439 if (!c->cyclic) { in omap_dma_callback()
742 if (!c->cyclic) { in omap_dma_issue_pending()
946 c->cyclic = true; in omap_dma_prep_dma_cyclic()
991 if (c->cyclic) { in omap_dma_terminate_all()
992 c->cyclic = false; in omap_dma_terminate_all()
1008 if (!c->cyclic) in omap_dma_pause()
1024 if (!c->cyclic) in omap_dma_resume()
Dsirf-dma.c58 bool cyclic; /* is loop DMA? */ member
148 if (sdesc->cyclic) { in sirfsoc_dma_execute()
175 if (!sdesc->cyclic) { in sirfsoc_dma_irq()
234 if (!sdesc || (sdesc && !sdesc->cyclic)) { in sirfsoc_dma_process_completed()
531 sdesc->cyclic = 0; in sirfsoc_dma_prep_interleaved()
598 sdesc->cyclic = 1; in sirfsoc_dma_prep_cyclic()
Ddma-jz4740.c109 bool cyclic; member
342 if (chan->desc->cyclic) { in jz4740_dma_chan_irq()
410 desc->cyclic = false; in jz4740_dma_prep_slave_sg()
441 desc->cyclic = true; in jz4740_dma_prep_dma_cyclic()
Dste_dma40_ll.c221 bool cyclic = flags & LLI_CYCLIC; in d40_phy_buf_to_lli() local
243 next = cyclic ? first_phys : 0; in d40_phy_buf_to_lli()
Dtegra20-apb-dma.c195 bool cyclic; member
712 if (tdc->cyclic) { in tegra_dma_issue_pending()
1025 tdc->cyclic = false; in tegra_dma_prep_slave_sg()
1027 if (tdc->cyclic) { in tegra_dma_prep_slave_sg()
1158 tdc->cyclic = true; in tegra_dma_prep_dma_cyclic()
1160 if (!tdc->cyclic) { in tegra_dma_prep_dma_cyclic()
Dste_dma40.c377 bool cyclic; member
826 bool cyclic = desc->cyclic; in d40_log_lli_to_lcxa() local
836 linkback = cyclic && lli_current == 0; in d40_log_lli_to_lcxa()
891 if (cyclic || next_lcla == -EINVAL) in d40_log_lli_to_lcxa()
1550 if (d40d->cyclic) { in dma_tc_handle()
1609 if (d40d == NULL || !d40d->cyclic) in dma_tasklet()
1613 if (!d40d->cyclic) in dma_tasklet()
1630 if (!d40d->cyclic) { in dma_tasklet()
2176 if (desc->cyclic) in d40_prep_sg_phy()
2259 desc->cyclic = true; in d40_prep_sg()
Ds3c24xx-dma.c177 bool cyclic; member
684 if (txd->cyclic) in s3c24xx_dma_irq()
687 } else if (!txd->cyclic) { in s3c24xx_dma_irq()
911 txd->cyclic = 1; in s3c24xx_dma_prep_dma_cyclic()
Dsa11x0-dma.c82 bool cyclic; member
181 if (!txd->cyclic) { in sa11x0_dma_start_sg()
232 if (!txd->cyclic) { in sa11x0_dma_complete()
661 txd->cyclic = 1; in sa11x0_dma_prep_dma_cyclic()
Dpl330.c447 bool cyclic; member
1981 if (!pch->cyclic) in pl330_tasklet()
2011 if (pch->cyclic) { in pl330_tasklet()
2083 pch->cyclic = false; in pl330_alloc_chan_resources()
2201 if (pch->cyclic) in pl330_free_chan_resources()
2327 if (pch->cyclic) { in pl330_tx_submit()
2575 pch->cyclic = true; in pl330_prep_dma_cyclic()
Dbcm2835-dma.c70 bool cyclic; member
326 c->cyclic = true; /* Nothing else is implemented */ in bcm2835_dma_issue_pending()
Dimg-mdc-dma.c111 bool cyclic; member
393 mdesc->cyclic = true; in mdc_prep_dma_cyclic()
756 if (mdesc->cyclic) { in mdc_chan_irq()
Damba-pl08x.c196 bool cyclic; member
1139 if (txd->cyclic) { in pl08x_fill_llis_for_desc()
1645 txd->cyclic = true; in pl08x_prep_dma_cyclic()
1841 if (tx && tx->cyclic) { in pl08x_irq()
Dmmp_pdma.c762 bool cyclic = chan->cyclic_first != NULL; in mmp_pdma_residue() local
815 if (cyclic || !(sw->desc.dcmd & DCMD_ENDIRQEN)) in mmp_pdma_residue()
/linux-4.1.27/net/can/
DKconfig36 sending of RTR frames, and cyclic CAN messages without permanent user
39 You probably want to use the bcm socket in most cases where cyclic
/linux-4.1.27/drivers/dma/sh/
Drcar-dmac.c93 bool cyclic; member
370 if (!desc->cyclic) in rcar_dmac_chan_start_xfer()
826 bool cyclic) in rcar_dmac_chan_prep_sg() argument
844 desc->cyclic = cyclic; in rcar_dmac_chan_prep_sg()
1245 if (WARN_ON(!desc || !desc->cyclic)) { in rcar_dmac_isr_desc_stage_end()
1289 if (!desc->cyclic) in rcar_dmac_isr_transfer_end()
1298 if (desc->cyclic) { in rcar_dmac_isr_transfer_end()
1358 if (chan->desc.running && chan->desc.running->cyclic) { in rcar_dmac_isr_channel_thread()
Dshdma-base.c402 if (all || !desc->cyclic) { in __ld_cleanup()
565 enum dma_transfer_direction direction, unsigned long flags, bool cyclic) in shdma_prep_sg() argument
613 new->cyclic = cyclic; in shdma_prep_sg()
614 if (cyclic) in shdma_prep_sg()
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt35 slave and cyclic channels as they typically need to obtain a specific
76 dma_cyclic - Perform a cyclic DMA operation from/to a peripheral till the
123 case for slave/cyclic DMA.
130 For cyclic DMA, a callback function may wish to terminate the
Dprovider.txt211 - The device can handle cyclic transfers.
212 - A cyclic transfer is a transfer where the chunk collection will
298 - In the case of a cyclic transfer, it should only take into
/linux-4.1.27/include/linux/
Dshdma-base.h57 bool cyclic; /* used as cyclic transfer */ member
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt77 clearly incorrect (a cyclic redundancy check is a different and
/linux-4.1.27/Documentation/networking/
Dcan.txt634 interface to filter and send (e.g. cyclic) CAN messages in kernel space.
703 TX_SETUP: Create (cyclic) transmission task.
705 TX_DELETE: Remove (cyclic) transmission task, requires only can_id.
707 TX_READ: Read properties of (cyclic) transmission task for can_id.
761 RX_CHANGED message will be generated when the (cyclic) receive restarts.
778 Up to 256 CAN frames can be transmitted in a sequence in the case of a cyclic
/linux-4.1.27/lib/
DKconfig188 when they need to do cyclic redundancy check according CRC8
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt827 All the shared vfsmounts in a peer group form a cyclic list through
830 All vfsmounts with the same ->mnt_master form on a cyclic list anchored
/linux-4.1.27/Documentation/input/
Delantech.txt134 this integrity check, even though it is not an actual cyclic redundancy
/linux-4.1.27/crypto/
DKconfig377 CRC-32-IEEE 802.3 cyclic redundancy-check algorithm.