Searched refs:dma_filter (Results 1 - 6 of 6) sorted by relevance

/drivers/mmc/host/
H A Dmmci.c226 if (!plat || !plat->dma_filter) {
245 plat->dma_filter,
254 plat->dma_filter,
/drivers/usb/musb/
H A Dux500_dma.c335 data->dma_filter,
/drivers/misc/carma/
H A Dcarma-fpga-program.c909 static bool dma_filter(struct dma_chan *chan, void *data) function
986 priv->chan = dma_request_channel(mask, dma_filter, NULL);
H A Dcarma-fpga.c1238 static bool dma_filter(struct dma_chan *chan, void *data) function
1311 priv->chan = dma_request_channel(mask, dma_filter, NULL);
/drivers/tty/serial/
H A Damba-pl011.c279 if (!plat || !plat->dma_filter) {
288 chan = dma_request_channel(mask, plat->dma_filter, plat->dma_tx_param);
309 chan = dma_request_channel(mask, plat->dma_filter, plat->dma_rx_param);
/drivers/spi/
H A Dspi-pl022.c1098 pl022->master_info->dma_filter,
1106 pl022->master_info->dma_filter,

Completed in 133 milliseconds