Searched refs:flush_on_fsync (Results 1 – 1 of 1) sorted by relevance
438 bool flush_on_fsync; member502 u32 flush_on_fsync; member1856 if (!chan->flush_on_fsync || in xilinx_dma_irq_handler()2827 if (xdev->flush_on_fsync == XILINX_DMA_FLUSH_BOTH || in xilinx_dma_chan_probe()2828 xdev->flush_on_fsync == XILINX_DMA_FLUSH_MM2S) in xilinx_dma_chan_probe()2829 chan->flush_on_fsync = true; in xilinx_dma_chan_probe()2855 if (xdev->flush_on_fsync == XILINX_DMA_FLUSH_BOTH || in xilinx_dma_chan_probe()2856 xdev->flush_on_fsync == XILINX_DMA_FLUSH_S2MM) in xilinx_dma_chan_probe()2857 chan->flush_on_fsync = true; in xilinx_dma_chan_probe()3074 &xdev->flush_on_fsync); in xilinx_dma_probe()