Searched refs:shdma_init (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | shdma-base.h | 125 int shdma_init(struct device *dev, struct shdma_dev *sdev,
|
/linux-4.4.14/drivers/dma/sh/ |
D | sudmac.c | 368 err = shdma_init(&pdev->dev, &su_dev->shdma_dev, pdata->channel_num); in sudmac_probe()
|
D | shdma-base.c | 992 int shdma_init(struct device *dev, struct shdma_dev *sdev, in shdma_init() function 1038 EXPORT_SYMBOL(shdma_init);
|
D | rcar-hpbdma.c | 607 err = shdma_init(&pdev->dev, &hpbdev->shdma_dev, pdata->num_channels); in hpb_dmae_probe()
|
D | shdmac.c | 766 err = shdma_init(&pdev->dev, &shdev->shdma_dev, in sh_dmae_probe()
|