Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/txx9/
Ddmac.h28 struct platform_device *dmac_dev; member
/linux-6.1.9/drivers/dma/
Dtxx9dmac.c1084 struct platform_device *dmac_dev = cpdata->dmac_dev; in txx9dmac_chan_probe() local
1085 struct txx9dmac_platform_data *pdata = dev_get_platdata(&dmac_dev->dev); in txx9dmac_chan_probe()
1111 dc->ddev = platform_get_drvdata(dmac_dev); in txx9dmac_chan_probe()
/linux-6.1.9/arch/mips/txx9/generic/
Dsetup.c739 cpdata.dmac_dev = pdev; in txx9_dmac_init()
/linux-6.1.9/sound/soc/sh/rcar/
Dcore.c1295 if (io->dmac_dev) in rsnd_preallocate_pages()
1296 dev = io->dmac_dev; in rsnd_preallocate_pages()
Ddma.c297 io->dmac_dev = chan->device->dev; in rsnd_dmaen_attach()
Drsnd.h505 struct device *dmac_dev; /* for IPMMU */ member