Lines Matching refs:edac_dev

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