Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dimg-mdc-dma.c829 static const struct of_device_id mdc_dma_of_match[] = { variable
833 MODULE_DEVICE_TABLE(of, mdc_dma_of_match);
849 match = of_match_device(mdc_dma_of_match, &pdev->dev); in mdc_dma_probe()
996 .of_match_table = of_match_ptr(mdc_dma_of_match),