Home
last modified time | relevance | path

Searched refs:dmac_dev (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/txx9/
Ddmac.h31 struct platform_device *dmac_dev; member
/linux-4.4.14/drivers/dma/
Dtxx9dmac.c1093 struct platform_device *dmac_dev = cpdata->dmac_dev; in txx9dmac_chan_probe() local
1094 struct txx9dmac_platform_data *pdata = dev_get_platdata(&dmac_dev->dev); in txx9dmac_chan_probe()
1120 dc->ddev = platform_get_drvdata(dmac_dev); in txx9dmac_chan_probe()
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup.c829 cpdata.dmac_dev = pdev; in txx9_dmac_init()