Home
last modified time | relevance | path

Searched refs:edac_device_alloc_ctl_info (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dsifive_edac.c54 p->dci = edac_device_alloc_ctl_info(0, "sifive_ecc", 1, "sifive_ecc", in ecc_register()
H A Docteon_edac-pc.c94 p->ed = edac_device_alloc_ctl_info(0, "cpu", num_possible_cpus(), in co_cache_error_probe()
H A Dedac_device.h243 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
H A Dhighbank_l2_edac.c56 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), "cpu", in highbank_l2_err_probe()
H A Dedac_device.c57 edac_device_alloc_ctl_info(unsigned pvt_sz, char *dev_name, unsigned nr_instances, in edac_device_alloc_ctl_info() function
200 EXPORT_SYMBOL_GPL(edac_device_alloc_ctl_info);
H A Docteon_edac-l2c.c140 l2c = edac_device_alloc_ctl_info(0, "l2c", num_tads, "l2c", 2, 0, in octeon_l2c_probe()
H A Dzynqmp_edac.c383 dci = edac_device_alloc_ctl_info(sizeof(*priv), ZYNQMP_OCM_EDAC_STRING, in edac_probe()
H A Dqcom_edac.c350 edev_ctl = edac_device_alloc_ctl_info(0, "qcom-llcc", 1, "bank", in qcom_llcc_edac_probe()
H A Damd8111_edac.c368 edac_device_alloc_ctl_info(0, dev_info->ctl_name, 1, in amd8111_dev_probe()
H A Daltera_edac.c746 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), ecc_name, in altr_edac_device_probe()
1525 dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name, 1, in altr_portb_setup()
1932 dci = edac_device_alloc_ctl_info(sizeof(*altdev), ecc_name, in altr_edac_a10_device_add()
H A Dmpc85xx_edac.c500 edac_dev = edac_device_alloc_ctl_info(sizeof(*pdata), in mpc85xx_l2_err_probe()
H A Darmada_xp_edac.c525 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), in aurora_l2_probe()
H A Dxgene_edac.c915 edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), in xgene_edac_pmd_add()
1210 edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), in xgene_edac_l3_add()
1750 edac_dev = edac_device_alloc_ctl_info(sizeof(*ctx), in xgene_edac_soc_add()
H A Dcpc925_edac.c799 edac_device_alloc_ctl_info(0, dev_info->ctl_name, in cpc925_add_edac_devices()
H A Dthunderx_edac.c1367 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), in thunderx_ocx_probe()
2006 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_l2c), in thunderx_l2c_probe()
/openbmc/linux/Documentation/driver-api/
H A Dedac.rst145 other parts of the hardware via :c:func:`edac_device_alloc_ctl_info` function.