Searched refs:edac_idx (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_pci.c | 200 int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx) in edac_pci_add_device() argument 204 pci->pci_idx = edac_idx; in edac_pci_add_device() 295 int edac_idx; member 318 pdata->edac_idx = edac_pci_idx++; in edac_pci_create_generic_ctl() 320 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) { in edac_pci_create_generic_ctl()
|
| H A D | mpc85xx_edac.h | 92 int edac_idx; member 100 int edac_idx; member
|
| H A D | xgene_edac.c | 1023 int edac_idx; member 1175 snprintf(name, sizeof(name), "l3c%d", ctx->edac_idx); in xgene_edac_l3_create_debugfs_nodes() 1191 int edac_idx; in xgene_edac_l3_add() local 1210 edac_idx = edac_device_alloc_index(); in xgene_edac_l3_add() 1212 "l3c", 1, "l3c", 1, 0, edac_idx); in xgene_edac_l3_add() 1221 ctx->edac_idx = edac_idx; in xgene_edac_l3_add() 1730 int edac_idx; in xgene_edac_soc_add() local 1749 edac_idx = edac_device_alloc_index(); in xgene_edac_soc_add() 1751 "SOC", 1, "SOC", 1, 2, edac_idx); in xgene_edac_soc_add() 1760 ctx->edac_idx = edac_idx; in xgene_edac_soc_add()
|
| H A D | cpc925_edac.c | 268 int edac_idx; member 276 int edac_idx; member 797 dev_info->edac_idx = edac_device_alloc_index(); in cpc925_add_edac_devices() 800 1, NULL, 0, 0, dev_info->edac_idx); in cpc925_add_edac_devices() 964 pdata->edac_idx = edac_mc_idx++; in cpc925_probe()
|
| H A D | fsl_ddr_edac.h | 78 int edac_idx; member
|
| H A D | mpc85xx_edac.c | 198 pdata->edac_idx = edac_pci_idx++; in mpc85xx_pci_err_probe() 250 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) { in mpc85xx_pci_err_probe() 550 pdata->edac_idx = edac_dev_idx++; in mpc85xx_l2_err_probe()
|
| H A D | edac_pci.h | 205 extern int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx);
|
| H A D | altera_edac.h | 386 int edac_idx; member
|
| H A D | fsl_ddr_edac.c | 523 pdata->edac_idx = edac_mc_idx++; in fsl_mc_err_probe()
|