404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.219.103.116: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _MMP_PDMA_H_
#define _MMP_PDMA_H_

struct dma_chan;

#ifdef CONFIG_MMP_PDMA
bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param);
#else
static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param)
{
	return false;
}
#endif

#endif /* _MMP_PDMA_H_ */

Filemanager

Name Type Size Permission Actions
dw.h File 1.38 KB 0644
hsu.h File 1.74 KB 0644
ipu-dma.h File 4.15 KB 0644
mmp-pdma.h File 317 B 0644
pxa-dma.h File 481 B 0644
qcom_bam_dma.h File 2.15 KB 0644
xilinx_dma.h File 1.14 KB 0644