Home
last modified time | relevance | path

Searched refs:mmp_dma_platdata (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/mach-pxa/
H A Ddevices.h4 struct mmp_dma_platdata;
59 void __init pxa2xx_set_dmac_info(struct mmp_dma_platdata *dma_pdata);
H A Dpxa25x.c221 static struct mmp_dma_platdata pxa25x_dma_pdata = {
H A Dpxa27x.c323 static struct mmp_dma_platdata pxa27x_dma_pdata = {
H A Ddevices.c716 void __init pxa2xx_set_dmac_info(struct mmp_dma_platdata *dma_pdata) in pxa2xx_set_dmac_info()
/linux/include/linux/platform_data/
H A Dmmp_dma.h13 struct mmp_dma_platdata { struct
/linux/drivers/dma/
H A Dmmp_pdma.c1228 struct mmp_dma_platdata *pdata = dev_get_platdata(&op->dev); in mmp_pdma_probe()