Searched refs:filter_fn (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/dma/ |
| H A D | of-dma.c | 327 if (!info || !info->filter_fn) in of_dma_simple_xlate() 333 return __dma_request_channel(&info->dma_cap, info->filter_fn, in of_dma_simple_xlate()
|
| H A D | acpi-dma.c | 457 if (!info || !info->filter_fn) in acpi_dma_simple_xlate() 460 return dma_request_channel(info->dma_cap, info->filter_fn, dma_spec); in acpi_dma_simple_xlate()
|
| H A D | sprd-dma.c | 221 .filter_fn = sprd_dma_filter_fn,
|
| /linux/Documentation/crypto/ |
| H A D | async-tx-api.rst | 221 dma_filter_fn filter_fn, 228 When the optional 'filter_fn' parameter is set to NULL 231 specifying the necessary channel, the filter_fn routine can be used to 232 disposition the available channels in the system. The filter_fn routine 234 suitable channel filter_fn returns DMA_ACK which flags that channel to
|
| /linux/drivers/dma/dw/ |
| H A D | acpi.c | 40 info->filter_fn = dw_dma_acpi_filter; in dw_dma_acpi_controller_register()
|
| /linux/include/linux/ |
| H A D | of_dma.h | 31 dma_filter_fn filter_fn; member
|
| /linux/sound/core/ |
| H A D | pcm_dmaengine.c | 283 struct dma_chan *snd_dmaengine_pcm_request_channel(dma_filter_fn filter_fn, in snd_dmaengine_pcm_request_channel() argument 292 return dma_request_channel(mask, filter_fn, filter_data); in snd_dmaengine_pcm_request_channel()
|
| /linux/drivers/dma/ti/ |
| H A D | omap-dma.c | 230 .filter_fn = omap_dma_filter_fn,
|