Home
last modified time | relevance | path

Searched defs:edac_dev (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dedac_device.c41 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) in edac_device_dump_device()
220 struct edac_device_ctl_info *edac_dev; in find_edac_device_by_dev() local
246 static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev) in add_edac_dev_to_global_list()
319 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work); in edac_device_workq_function() local
353 static void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev, in edac_device_workq_setup()
399 void edac_device_reset_delay_period(struct edac_device_ctl_info *edac_dev, in edac_device_reset_delay_period()
420 int edac_device_add_device(struct edac_device_ctl_info *edac_dev) in edac_device_add_device()
474 struct edac_device_ctl_info *edac_dev; in edac_device_del_device() local
520 static inline int edac_device_get_panic_on_ue(struct edac_device_ctl_info in edac_device_get_panic_on_ue()
526 void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev, in edac_device_handle_ce_count()
[all …]
H A Dmpc85xx_edac.c341 static ssize_t mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info in mpc85xx_l2_inject_data_hi_show()
349 static ssize_t mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info in mpc85xx_l2_inject_data_lo_show()
357 static ssize_t mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info in mpc85xx_l2_inject_ctrl_show()
365 static ssize_t mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info in mpc85xx_l2_inject_data_hi_store()
378 static ssize_t mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info in mpc85xx_l2_inject_data_lo_store()
391 static ssize_t mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info in mpc85xx_l2_inject_ctrl_store()
433 static void mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info in mpc85xx_set_l2_sysfs_attributes()
441 static void mpc85xx_l2_check(struct edac_device_ctl_info *edac_dev) in mpc85xx_l2_check()
476 struct edac_device_ctl_info *edac_dev = dev_id; in mpc85xx_l2_isr() local
492 struct edac_device_ctl_info *edac_dev; in mpc85xx_l2_err_probe() local
[all …]
H A Dedac_device_sysfs.c120 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_show() local
133 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_store() local
204 struct edac_device_ctl_info *edac_dev = to_edacdev(kobj); in edac_device_ctrl_master_release() local
229 int edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info *edac_dev) in edac_device_register_sysfs_main_kobj()
510 static int edac_device_create_block(struct edac_device_ctl_info *edac_dev, in edac_device_create_block()
580 static void edac_device_delete_block(struct edac_device_ctl_info *edac_dev, in edac_device_delete_block()
611 static int edac_device_create_instance(struct edac_device_ctl_info *edac_dev, in edac_device_create_instance()
743 struct edac_device_ctl_info *edac_dev) in edac_device_add_main_sysfs_attributes()
772 struct edac_device_ctl_info *edac_dev) in edac_device_remove_main_sysfs_attributes()
804 int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev) in edac_device_create_sysfs()
[all …]
H A Dxgene_edac.c513 struct edac_device_ctl_info *edac_dev; member
810 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_pmd_l1_inject_ctrl_write() local
836 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_pmd_l2_inject_ctrl_write() local
889 struct edac_device_ctl_info *edac_dev; in xgene_edac_pmd_add() local
981 struct edac_device_ctl_info *edac_dev = pmd->edac_dev; in xgene_edac_pmd_remove() local
1021 struct edac_device_ctl_info *edac_dev; member
1150 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_l3_inject_ctrl_write() local
1186 struct edac_device_ctl_info *edac_dev; in xgene_edac_l3_add() local
1264 struct edac_device_ctl_info *edac_dev = l3->edac_dev; in xgene_edac_l3_remove() local
1726 struct edac_device_ctl_info *edac_dev; in xgene_edac_soc_add() local
[all …]
H A Dzynqmp_edac.c253 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ce_write() local
297 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ue_write() local
349 static void setup_debugfs(struct edac_device_ctl_info *edac_dev) in setup_debugfs()
H A Damd8111_edac.h101 struct edac_device_ctl_info *edac_dev; member
112 struct edac_pci_ctl_info *edac_dev; member
H A Damd8111_edac.c156 static void amd8111_pci_bridge_check(struct edac_pci_ctl_info *edac_dev) in amd8111_pci_bridge_check()
276 static void amd8111_lpc_bridge_check(struct edac_device_ctl_info *edac_dev) in amd8111_lpc_bridge_check()
H A Dedac_device.h324 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce()
339 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue()
H A Damd8131_edac.c149 static void amd8131_pcix_check(struct edac_pci_ctl_info *edac_dev) in amd8131_pcix_check()
H A Dthunderx_edac.c1056 struct edac_device_ctl_info *edac_dev; member
1346 struct edac_device_ctl_info *edac_dev; in thunderx_ocx_probe() local
1475 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_ocx_remove() local
1747 struct edac_device_ctl_info *edac_dev; member
1949 struct edac_device_ctl_info *edac_dev; in thunderx_l2c_probe() local
2083 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_l2c_remove() local
H A Dcpc925_edac.c277 struct edac_device_ctl_info *edac_dev; member
653 static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev) in cpc925_cpu_check()
700 static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev) in cpc925_htlink_check()
H A Damd8131_edac.h85 struct edac_pci_ctl_info *edac_dev; member
H A Daltera_edac.h382 struct edac_device_ctl_info *edac_dev; member