Searched refs:altr_edac_device_of_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | altera_edac.c | 507 static const struct of_device_id altr_edac_device_of_match[]; variable 517 of_platform_populate(pdev->dev.of_node, altr_edac_device_of_match, in altr_edac_probe() 686 static const struct of_device_id altr_edac_device_of_match[] = { variable 695 MODULE_DEVICE_TABLE(of, altr_edac_device_of_match); 760 drvdata->data = of_match_node(altr_edac_device_of_match, np)->data; in altr_edac_device_probe() 823 .of_match_table = altr_edac_device_of_match,
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | altera_edac.c | 508 static const struct of_device_id altr_edac_device_of_match[]; variable 518 of_platform_populate(pdev->dev.of_node, altr_edac_device_of_match, in altr_edac_probe() 695 static const struct of_device_id altr_edac_device_of_match[] = { variable 704 MODULE_DEVICE_TABLE(of, altr_edac_device_of_match); 769 drvdata->data = of_match_node(altr_edac_device_of_match, np)->data; in altr_edac_device_probe() 832 .of_match_table = altr_edac_device_of_match,
|
Completed in 6 milliseconds