Searched refs:omap_dma_filter_fn (Results 1 - 8 of 8) sorted by relevance

/drivers/dma/
H A Domap-dma.c158 .filter_fn = omap_dma_filter_fn,
1241 bool omap_dma_filter_fn(struct dma_chan *chan, void *param) function
1251 EXPORT_SYMBOL_GPL(omap_dma_filter_fn); variable
/drivers/crypto/
H A Domap-aes.c369 omap_dma_filter_fn,
378 omap_dma_filter_fn,
H A Domap-des.c353 omap_dma_filter_fn,
362 omap_dma_filter_fn,
H A Domap-sham.c1938 dd->dma_lch = dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
/drivers/spi/
H A Dspi-omap2-mcspi.c964 dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
972 dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
/drivers/mmc/host/
H A Domap.c1394 omap_dma_filter_fn, &sig, &pdev->dev, "tx");
1403 omap_dma_filter_fn, &sig, &pdev->dev, "rx");
H A Domap_hsmmc.c2180 dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
2190 dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
/drivers/mtd/nand/
H A Domap2.c1766 info->dma = dma_request_channel(mask, omap_dma_filter_fn, &sig);

Completed in 634 milliseconds