Searched refs:edac_mc_alloc (Results 1 - 25 of 32) sorted by relevance

12

/drivers/edac/
H A Dtile_edac.c144 mci = edac_mc_alloc(pdev->id, ARRAY_SIZE(layers), layers,
H A Docteon_edac-lmc.c263 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt));
301 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt));
H A Damd76x_edac.c254 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dedac_core.h445 struct mem_ctl_info *edac_mc_alloc(unsigned mc_num,
H A Dhighbank_mc_edac.c173 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Di82860_edac.c208 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dpasemi_edac.c218 mci = edac_mc_alloc(system_mmc_id++, ARRAY_SIZE(layers), layers,
H A Dr82600_edac.c293 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Daltera_edac.c310 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Dcell_edac.c208 mci = edac_mc_alloc(pdev->id, ARRAY_SIZE(layers), layers,
H A Di3000_edac.c365 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Di82443bxgx_edac.c257 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dx38_edac.c347 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A De7xxx_edac.c451 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Dghes_edac.c451 * We need to serialize edac_mc_alloc() and edac_mc_add_mc(),
455 mci = edac_mc_alloc(ghes_edac_mc_num, ARRAY_SIZE(layers), layers,
H A Di3200_edac.c364 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Di82875p_edac.c414 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Di82975x_edac.c551 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Die31200_edac.c353 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Dedac_mc.c238 * edac_mc_alloc: Allocate and partially fill a struct mem_ctl_info structure
261 struct mem_ctl_info *edac_mc_alloc(unsigned mc_num, function
456 EXPORT_SYMBOL_GPL(edac_mc_alloc); variable
468 * in edac_mc_alloc().
H A Dppc4xx_edac.c1289 mci = edac_mc_alloc(ppc4xx_edac_instance, ARRAY_SIZE(layers), layers,
H A Dcpc925_edac.c983 mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers,
H A Di5000_edac.c1408 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Di5100_edac.c1069 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Di5400_edac.c1292 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));

Completed in 156 milliseconds

12