Home
last modified time | relevance | path

Searched refs:s3c2410_dma_cbfn_t (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-s3c2410/include/mach/
Ddma.h171 typedef void (*s3c2410_dma_cbfn_t)(struct s3c2410_dma_chan *, typedef
223 s3c2410_dma_cbfn_t callback_fn; /* buffer done callback */
312 extern int s3c2410_dma_set_buffdone_fn(unsigned int, s3c2410_dma_cbfn_t rtn);
/arch/arm/plat-s3c24xx/
Ddma.c1130 int s3c2410_dma_set_buffdone_fn(unsigned int channel, s3c2410_dma_cbfn_t rtn) in s3c2410_dma_set_buffdone_fn()