Searched refs:flush_on_fsync (Results 1 – 1 of 1) sorted by relevance
371 bool flush_on_fsync; member434 u32 flush_on_fsync; member1487 if (!chan->flush_on_fsync || in xilinx_dma_irq_handler()2435 if (xdev->flush_on_fsync == XILINX_DMA_FLUSH_BOTH || in xilinx_dma_chan_probe()2436 xdev->flush_on_fsync == XILINX_DMA_FLUSH_MM2S) in xilinx_dma_chan_probe()2437 chan->flush_on_fsync = true; in xilinx_dma_chan_probe()2459 if (xdev->flush_on_fsync == XILINX_DMA_FLUSH_BOTH || in xilinx_dma_chan_probe()2460 xdev->flush_on_fsync == XILINX_DMA_FLUSH_S2MM) in xilinx_dma_chan_probe()2461 chan->flush_on_fsync = true; in xilinx_dma_chan_probe()2640 &xdev->flush_on_fsync); in xilinx_dma_probe()