Home
last modified time | relevance | path

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

/linux/drivers/edac/ !
H A Dedac_pci.c200 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 Dmpc85xx_edac.h92 int edac_idx; member
100 int edac_idx; member
H A Dxgene_edac.c1023 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 Dcpc925_edac.c268 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 Dfsl_ddr_edac.h78 int edac_idx; member
H A Dmpc85xx_edac.c198 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 Dedac_pci.h205 extern int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx);
H A Daltera_edac.h385 int edac_idx;
386 int edac_idx; global() member
H A Dfsl_ddr_edac.c523 pdata->edac_idx = edac_mc_idx++; in fsl_mc_err_probe()