Searched refs:flush_on_fsync (Results 1 - 1 of 1) sorted by last modified time

/drivers/dma/xilinx/
H A Dxilinx_vdma.c208 * @flush_on_fsync: Flush on Frame sync
231 bool flush_on_fsync; member in struct:xilinx_vdma_chan
241 * @flush_on_fsync: Flush on frame sync
249 u32 flush_on_fsync; member in struct:xilinx_vdma_device
853 if (!chan->flush_on_fsync ||
1173 if (xdev->flush_on_fsync == XILINX_VDMA_FLUSH_BOTH ||
1174 xdev->flush_on_fsync == XILINX_VDMA_FLUSH_MM2S)
1175 chan->flush_on_fsync = true;
1184 if (xdev->flush_on_fsync == XILINX_VDMA_FLUSH_BOTH ||
1185 xdev->flush_on_fsync
[all...]

Completed in 36 milliseconds