Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Daltera_edac.c823 static const struct of_device_id altr_edac_device_of_match[]; variable
833 of_platform_populate(pdev->dev.of_node, altr_edac_device_of_match, in altr_edac_probe()
992 static const struct of_device_id altr_edac_device_of_match[] = { variable
1001 MODULE_DEVICE_TABLE(of, altr_edac_device_of_match);
1066 drvdata->data = of_match_node(altr_edac_device_of_match, np)->data; in altr_edac_device_probe()
1129 .of_match_table = altr_edac_device_of_match,