Lines Matching refs:data
581 * This provides the necessary barrier to ensure data held in
610 static void omap_dma_callback(int ch, u16 status, void *data)
612 struct omap_chan *c = data;
843 * not been started (no data has been transferred so far).
868 * has not been started (no data has been transferred so
1442 * A source-synchronised channel is one where the fetching of data is
1451 * are both clear _before_ disabling the channel, otherwise data loss
1456 * hardware. If the DMA hardware can't drain the data in its FIFO to the
1457 * destination, then data loss "might" occur (say if we write to an UART
1458 * and the UART is not accepting any further data).
1647 * using platform data.
1904 { .compatible = "ti,omap2420-sdma", .data = &omap2420_data, },
1905 { .compatible = "ti,omap2430-sdma", .data = &omap2430_data, },
1906 { .compatible = "ti,omap3430-sdma", .data = &omap3430_data, },
1907 { .compatible = "ti,omap3630-sdma", .data = &omap3630_data, },
1908 { .compatible = "ti,omap4430-sdma", .data = &omap4_data, },