Searched refs:prog_handler (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-imx/include/mach/
H A Ddma-v1.h89 void (*prog_handler) (int, void*, struct scatterlist*));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-imx/include/mach/
H A Ddma-v1.h89 void (*prog_handler) (int, void*, struct scatterlist*));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-imx/
H A Ddma-v1.c114 void (*prog_handler) (int, void *, struct scatterlist *); member in struct:imx_dma_channel
422 * @prog_handler: the pointer to the function called if the transfer progresses
426 void (*prog_handler) (int, void*, struct scatterlist*))
438 imxdma->prog_handler = prog_handler;
631 if (imxdma->prog_handler)
632 imxdma->prog_handler(chno, imxdma->data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddma-v1.c114 void (*prog_handler) (int, void *, struct scatterlist *); member in struct:imx_dma_channel
422 * @prog_handler: the pointer to the function called if the transfer progresses
426 void (*prog_handler) (int, void*, struct scatterlist*))
438 imxdma->prog_handler = prog_handler;
631 if (imxdma->prog_handler)
632 imxdma->prog_handler(chno, imxdma->data,

Completed in 173 milliseconds