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

/drivers/edac/
H A Dmv64x60_edac.h87 int edac_idx; member in struct:mv64x60_pci_pdata
97 int edac_idx; member in struct:mv64x60_mc_pdata
104 int edac_idx; member in struct:mv64x60_cpu_pdata
111 int edac_idx; member in struct:mv64x60_sram_pdata
H A Damd8111_edac.h111 int edac_idx; /* device index */ member in struct:amd8111_dev_info
122 int edac_idx; /* pci index */ member in struct:amd8111_pci_info
H A Dmpc85xx_edac.h147 int edac_idx; member in struct:mpc85xx_mc_pdata
154 int edac_idx; member in struct:mpc85xx_l2_pdata
161 int edac_idx; member in struct:mpc85xx_pci_pdata
H A Dedac_pci.c327 * @edac_idx: A unique numeric identifier to be assigned to the
334 int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx) argument
338 pci->pci_idx = edac_idx;
442 int edac_idx; member in struct:edac_pci_gen_data
475 pdata->edac_idx = edac_pci_idx++;
477 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) {
H A Damd8131_edac.h95 int edac_idx; /* pci device index */ member in struct:amd8131_dev_info
H A Damd8111_edac.c379 dev_info->edac_idx = edac_device_alloc_index();
383 NULL, 0, dev_info->edac_idx);
466 pci_info->edac_idx = edac_pci_alloc_index();
483 if (edac_pci_add_device(pci_info->edac_dev, pci_info->edac_idx) > 0) {
H A Damd8131_edac.c281 dev_info->edac_idx = edac_pci_alloc_index();
298 if (edac_pci_add_device(dev_info->edac_dev, dev_info->edac_idx) > 0) {
H A Dcpc925_edac.c281 int edac_idx; member in struct:cpc925_mc_pdata
289 int edac_idx; member in struct:cpc925_dev_info
816 dev_info->edac_idx = edac_device_alloc_index();
819 1, NULL, 0, 0, NULL, 0, dev_info->edac_idx);
976 pdata->edac_idx = edac_mc_idx++;
H A Dmv64x60_edac.c131 pdata->edac_idx = edac_pci_idx++;
171 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) {
336 pdata->edac_idx = edac_dev_idx++;
531 pdata->edac_idx = edac_dev_idx++;
717 pdata->edac_idx = edac_mc_idx++;
H A Dmpc85xx_edac.c229 pdata->edac_idx = edac_pci_idx++;
270 if (edac_pci_add_device(pci, pdata->edac_idx) > 0) {
570 pdata->edac_idx = edac_dev_idx++;
978 pdata->edac_idx = edac_mc_idx++;
H A Dedac_core.h512 extern int edac_pci_add_device(struct edac_pci_ctl_info *pci, int edac_idx);

Completed in 684 milliseconds