Home
last modified time | relevance | path

Searched refs:edac_mc_alloc (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/edac/
H A Docteon_edac-lmc.c246 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt)); in octeon_lmc_edac_probe()
278 mci = edac_mc_alloc(mc, ARRAY_SIZE(layers), layers, sizeof(struct octeon_lmc_pvt)); in octeon_lmc_edac_probe()
H A Dpasemi_edac.c206 mci = edac_mc_alloc(system_mmc_id++, ARRAY_SIZE(layers), layers, in pasemi_edac_probe()
H A Dhighbank_mc_edac.c169 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in highbank_mc_probe()
H A Dti_edac.c259 mci = edac_mc_alloc(emif_id, 1, layers, sizeof(*edac)); in ti_edac_probe()
H A Daspeed_edac.c314 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, 0); in aspeed_probe()
H A Dal_mc_edac.c236 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in al_mc_edac_probe()
H A Dbluefield_edac.c388 mci = edac_mc_alloc(mc_idx, ARRAY_SIZE(layers), layers, sizeof(*priv)); in bluefield_edac_mc_probe()
H A Dedac_mc.c333 struct mem_ctl_info *edac_mc_alloc(unsigned int mc_num, in edac_mc_alloc() function
399 EXPORT_SYMBOL_GPL(edac_mc_alloc);
H A Dnpcm_edac.c374 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in edac_probe()
H A Ddmc520_edac.c518 mci = edac_mc_alloc(dmc520_mc_idx++, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in dmc520_edac_probe()
H A Dfsl_ddr_edac.c512 mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers, in fsl_mc_err_probe()
H A Darmada_xp_edac.c310 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*drvdata)); in axp_mc_probe()
H A Dcpc925_edac.c954 mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers, in cpc925_probe()
H A Dversalnet_edac.c820 mci = edac_mc_alloc(i, ARRAY_SIZE(layers), layers, sizeof(struct mc_priv)); in init_one_mc()
H A Dversal_edac.c1116 mci = edac_mc_alloc(edac_mc_id, ARRAY_SIZE(layers), layers, in mc_probe()
H A Dsynopsys_edac.c1394 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, in mc_probe()
H A Dpnd2_edac.c1324 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt)); in pnd2_register_mci()
H A Dthunderx_edac.c682 mci = edac_mc_alloc(pci_dev_to_mc_idx(pdev), 1, &layer, in thunderx_lmc_probe()
H A Dsb_edac.c3354 mci = edac_mc_alloc(sbridge_dev->mc, ARRAY_SIZE(layers), layers, in sbridge_register_mci()
/linux/Documentation/driver-api/
H A Dedac.rst124 The :c:func:`edac_mc_alloc`. It uses internally the struct ``mem_ctl_info``