Home
last modified time | relevance | path

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

/linux-4.1.27/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()
296 static void sudmac_chan_remove(struct sudmac_device *su_dev) in sudmac_chan_remove()
337 struct sudmac_device *su_dev; in sudmac_probe()
350 su_dev = devm_kzalloc(&pdev->dev, sizeof(struct sudmac_device), in sudmac_probe()
400 struct sudmac_device *su_dev = platform_get_drvdata(pdev); in sudmac_remove()