Searched refs:flush_on_fsync (Results 1 – 1 of 1) sorted by relevance
231 bool flush_on_fsync; member249 u32 flush_on_fsync; member853 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()