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

12

/linux-master/drivers/edac/
H A Dedac_mc.h99 * edac_mc_alloc() - Allocate and partially fill a struct &mem_ctl_info.
125 struct mem_ctl_info *edac_mc_alloc(unsigned int mc_num,
H A Docteon_edac-lmc.c246 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt));
278 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt));
H A Dpasemi_edac.c206 mci = edac_mc_alloc(system_mmc_id++, ARRAY_SIZE(layers), layers,
H A Damd76x_edac.c252 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dr82600_edac.c291 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Di82860_edac.c206 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dbluefield_edac.c277 mci = edac_mc_alloc(mc_idx, ARRAY_SIZE(layers), layers, sizeof(*priv));
H A Dhighbank_mc_edac.c169 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Dti_edac.c259 mci = edac_mc_alloc(emif_id, 1, layers, sizeof(*edac));
H A Di82443bxgx_edac.c254 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Di3000_edac.c362 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dx38_edac.c344 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dal_mc_edac.c236 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Daspeed_edac.c314 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0);
H A Dcell_edac.c208 mci = edac_mc_alloc(pdev->id, ARRAY_SIZE(layers), layers,
H A Di82875p_edac.c412 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Di82975x_edac.c546 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Di3200_edac.c361 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Dghes_edac.c418 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(struct ghes_pvt));
H A De7xxx_edac.c449 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Dedac_mc.c335 struct mem_ctl_info *edac_mc_alloc(unsigned int mc_num, function
404 EXPORT_SYMBOL_GPL(edac_mc_alloc); variable
H A Die31200_edac.c434 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers,
H A Darmada_xp_edac.c310 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*drvdata));
H A Ddmc520_edac.c520 mci = edac_mc_alloc(dmc520_mc_idx++, ARRAY_SIZE(layers), layers, sizeof(*pvt));
H A Dfsl_ddr_edac.c491 mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers,

Completed in 297 milliseconds

12