Searched refs:edac_idx (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/edac/
H A Damd8111_edac.h99 int edac_idx; /* device index */ member in struct:amd8111_dev_info
110 int edac_idx; /* pci index */ member in struct:amd8111_pci_info
H A Dmpc85xx_edac.h92 int edac_idx; member in struct:mpc85xx_l2_pdata
100 int edac_idx; member in struct:mpc85xx_pci_pdata
H A Dedac_pci.c200 int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx) argument
204 pci->pci_idx = edac_idx;
295 int edac_idx; member in struct:edac_pci_gen_data
318 pdata->edac_idx = edac_pci_idx++;
320 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) {
H A Damd8131_edac.h83 int edac_idx; /* pci device index */ member in struct:amd8131_dev_info
H A Dfsl_ddr_edac.h70 int edac_idx; member in struct:fsl_mc_pdata
H A Dedac_pci.h204 * @edac_idx: A unique numeric identifier to be assigned to the
210 extern int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx);
H A Damd8111_edac.c366 dev_info->edac_idx = edac_device_alloc_index();
370 NULL, 0, dev_info->edac_idx);
461 pci_info->edac_idx = edac_pci_alloc_index();
480 if (edac_pci_add_device(pci_info->edac_dev, pci_info->edac_idx) > 0) {
H A Dxgene_edac.c1022 int edac_idx; member in struct:xgene_edac_dev_ctx
1174 snprintf(name, sizeof(name), "l3c%d", ctx->edac_idx);
1190 int edac_idx; local
1209 edac_idx = edac_device_alloc_index();
1212 edac_idx);
1221 ctx->edac_idx = edac_idx;
1730 int edac_idx; local
1749 edac_idx = edac_device_alloc_index();
1752 edac_idx);
[all...]
H A Damd8131_edac.c260 dev_info->edac_idx = edac_pci_alloc_index();
277 if (edac_pci_add_device(dev_info->edac_dev, dev_info->edac_idx) > 0) {
H A Daltera_edac.c1500 int edac_idx, rc; local
1515 edac_idx = edac_device_alloc_index();
1517 ecc_name, 1, 0, NULL, 0, edac_idx);
1534 altdev->edac_idx = edac_idx;
1891 int edac_idx; local
1922 edac_idx = edac_device_alloc_index();
1925 edac_idx);
1937 altdev->edac_idx = edac_idx;
[all...]
H A Dcpc925_edac.c268 int edac_idx; member in struct:cpc925_mc_pdata
276 int edac_idx; member in struct:cpc925_dev_info
797 dev_info->edac_idx = edac_device_alloc_index();
800 1, NULL, 0, 0, NULL, 0, dev_info->edac_idx);
964 pdata->edac_idx = edac_mc_idx++;
H A Dmpc85xx_edac.c198 pdata->edac_idx = edac_pci_idx++;
250 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) {
550 pdata->edac_idx = edac_dev_idx++;
H A Daltera_edac.h384 int edac_idx; member in struct:altr_edac_device_dev
H A Dfsl_ddr_edac.c501 pdata->edac_idx = edac_mc_idx++;

Completed in 149 milliseconds