Searched refs:filter_fn (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_dmaengine.c | 281 struct dma_chan *snd_dmaengine_pcm_request_channel(dma_filter_fn filter_fn, in snd_dmaengine_pcm_request_channel() argument 290 return dma_request_channel(mask, filter_fn, filter_data); in snd_dmaengine_pcm_request_channel() 345 dma_filter_fn filter_fn, void *filter_data) in snd_dmaengine_pcm_open_request_chan() argument 348 snd_dmaengine_pcm_request_channel(filter_fn, filter_data)); in snd_dmaengine_pcm_open_request_chan()
|
/openbmc/linux/include/sound/ |
H A D | dmaengine_pcm.h | 42 dma_filter_fn filter_fn, void *filter_data); 45 struct dma_chan *snd_dmaengine_pcm_request_channel(dma_filter_fn filter_fn,
|
/openbmc/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 | 476 if (!info || !info->filter_fn) in acpi_dma_simple_xlate() 479 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,
|
/openbmc/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
|
/openbmc/linux/drivers/dma/dw/ |
H A D | acpi.c | 40 info->filter_fn = dw_dma_acpi_filter; in dw_dma_acpi_controller_register()
|
/openbmc/linux/include/linux/ |
H A D | of_dma.h | 31 dma_filter_fn filter_fn; member
|
H A D | acpi_dma.h | 54 dma_filter_fn filter_fn; member
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 611 def filter_qmp(qmsg, filter_fn): argument 620 return filter_fn(None, qmsg) 624 qmsg[k] = filter_qmp(v, filter_fn) 626 qmsg[k] = filter_fn(k, v)
|
/openbmc/linux/drivers/dma/ti/ |
H A D | cppi41.c | 980 .filter_fn = cpp41_dma_filter_fn, 989 if (!info || !info->filter_fn) in cppi41_dma_xlate() 995 return dma_request_channel(info->dma_cap, info->filter_fn, in cppi41_dma_xlate()
|
H A D | omap-dma.c | 230 .filter_fn = omap_dma_filter_fn,
|