Lines Matching refs:edac_dev

1056 	struct edac_device_ctl_info *edac_dev;  member
1131 ocx->edac_dev->ctl_name, ctx->reg_com_int); in thunderx_ocx_com_threaded_isr()
1154 edac_device_handle_ce(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_com_threaded_isr()
1214 ocx->edac_dev->ctl_name, in thunderx_ocx_lnk_threaded_isr()
1223 edac_device_handle_ue(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_lnk_threaded_isr()
1225 edac_device_handle_ce(ocx->edac_dev, 0, 0, msg); in thunderx_ocx_lnk_threaded_isr()
1346 struct edac_device_ctl_info *edac_dev; in thunderx_ocx_probe() local
1367 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), in thunderx_ocx_probe()
1370 if (!edac_dev) { in thunderx_ocx_probe()
1374 ocx = edac_dev->pvt_info; in thunderx_ocx_probe()
1375 ocx->edac_dev = edac_dev; in thunderx_ocx_probe()
1416 edac_dev->dev = &pdev->dev; in thunderx_ocx_probe()
1417 edac_dev->dev_name = dev_name(&pdev->dev); in thunderx_ocx_probe()
1418 edac_dev->mod_name = "thunderx-ocx"; in thunderx_ocx_probe()
1419 edac_dev->ctl_name = "thunderx-ocx"; in thunderx_ocx_probe()
1421 ret = edac_device_add_device(edac_dev); in thunderx_ocx_probe()
1440 pci_set_drvdata(pdev, edac_dev); in thunderx_ocx_probe()
1468 edac_device_free_ctl_info(edac_dev); in thunderx_ocx_probe()
1475 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_ocx_remove() local
1476 struct thunderx_ocx *ocx = edac_dev->pvt_info; in thunderx_ocx_remove()
1489 edac_device_free_ctl_info(edac_dev); in thunderx_ocx_remove()
1747 struct edac_device_ctl_info *edac_dev; member
1894 l2c->edac_dev->ctl_name, reg_int_name, ctx->reg_int, in thunderx_l2c_threaded_isr()
1902 edac_device_handle_ue(l2c->edac_dev, 0, 0, msg); in thunderx_l2c_threaded_isr()
1904 edac_device_handle_ce(l2c->edac_dev, 0, 0, msg); in thunderx_l2c_threaded_isr()
1949 struct edac_device_ctl_info *edac_dev; in thunderx_l2c_probe() local
2006 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_l2c), in thunderx_l2c_probe()
2009 if (!edac_dev) { in thunderx_l2c_probe()
2014 l2c = edac_dev->pvt_info; in thunderx_l2c_probe()
2015 l2c->edac_dev = edac_dev; in thunderx_l2c_probe()
2046 edac_dev->dev = &pdev->dev; in thunderx_l2c_probe()
2047 edac_dev->dev_name = dev_name(&pdev->dev); in thunderx_l2c_probe()
2048 edac_dev->mod_name = "thunderx-l2c"; in thunderx_l2c_probe()
2049 edac_dev->ctl_name = "thunderx-l2c"; in thunderx_l2c_probe()
2051 ret = edac_device_add_device(edac_dev); in thunderx_l2c_probe()
2069 pci_set_drvdata(pdev, edac_dev); in thunderx_l2c_probe()
2076 edac_device_free_ctl_info(edac_dev); in thunderx_l2c_probe()
2083 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_l2c_remove() local
2084 struct thunderx_l2c *l2c = edac_dev->pvt_info; in thunderx_l2c_remove()
2101 edac_device_free_ctl_info(edac_dev); in thunderx_l2c_remove()