Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/xilinx/
Dxilinx_vdma.c231 bool flush_on_fsync; member
249 u32 flush_on_fsync; member
853 if (!chan->flush_on_fsync || in xilinx_vdma_irq_handler()
1161 if (xdev->flush_on_fsync == XILINX_VDMA_FLUSH_BOTH || in xilinx_vdma_chan_probe()
1162 xdev->flush_on_fsync == XILINX_VDMA_FLUSH_MM2S) in xilinx_vdma_chan_probe()
1163 chan->flush_on_fsync = true; in xilinx_vdma_chan_probe()
1172 if (xdev->flush_on_fsync == XILINX_VDMA_FLUSH_BOTH || in xilinx_vdma_chan_probe()
1173 xdev->flush_on_fsync == XILINX_VDMA_FLUSH_S2MM) in xilinx_vdma_chan_probe()
1174 chan->flush_on_fsync = true; in xilinx_vdma_chan_probe()
1269 &xdev->flush_on_fsync); in xilinx_vdma_probe()