Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/sh/
Dsudmac.c36 struct sudmac_device { struct
55 struct sudmac_device, shdma_dev.dma_dev) argument
142 struct sudmac_device *sdev = to_sdev(sc); in sudmac_find_slave()
238 static int sudmac_chan_probe(struct sudmac_device *su_dev, int id, int irq, in sudmac_chan_probe()
293 static void sudmac_chan_remove(struct sudmac_device *su_dev) in sudmac_chan_remove()
334 struct sudmac_device *su_dev; in sudmac_probe()
347 su_dev = devm_kzalloc(&pdev->dev, sizeof(struct sudmac_device), in sudmac_probe()
395 struct sudmac_device *su_dev = platform_get_drvdata(pdev); in sudmac_remove()