Searched defs:edac_dev (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_device.c | 41 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) in edac_device_dump_device() 172 struct edac_device_ctl_info *edac_dev; in find_edac_device_by_dev() local 198 static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev) in add_edac_dev_to_global_list() 271 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work); in edac_device_workq_function() local 305 static void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev, in edac_device_workq_setup() 334 static void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev) in edac_device_workq_teardown() 351 void edac_device_reset_delay_period(struct edac_device_ctl_info *edac_dev, in edac_device_reset_delay_period() 372 int edac_device_add_device(struct edac_device_ctl_info *edac_dev) in edac_device_add_device() 426 struct edac_device_ctl_info *edac_dev; in edac_device_del_device() local 462 static inline int edac_device_get_log_ce(struct edac_device_ctl_info *edac_dev) in edac_device_get_log_ce() [all …]
|
| H A D | mpc85xx_edac.c | 339 mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info * edac_dev,char * data) mpc85xx_l2_inject_data_hi_show() argument 347 mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info * edac_dev,char * data) mpc85xx_l2_inject_data_lo_show() argument 355 mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info * edac_dev,char * data) mpc85xx_l2_inject_ctrl_show() argument 363 mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info * edac_dev,const char * data,size_t count) mpc85xx_l2_inject_data_hi_store() argument 376 mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info * edac_dev,const char * data,size_t count) mpc85xx_l2_inject_data_lo_store() argument 389 mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info * edac_dev,const char * data,size_t count) mpc85xx_l2_inject_ctrl_store() argument 431 mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info * edac_dev) mpc85xx_set_l2_sysfs_attributes() argument 439 mpc85xx_l2_check(struct edac_device_ctl_info * edac_dev) mpc85xx_l2_check() argument 474 struct edac_device_ctl_info *edac_dev = dev_id; mpc85xx_l2_isr() local 490 struct edac_device_ctl_info *edac_dev; mpc85xx_l2_err_probe() local 594 struct edac_device_ctl_info *edac_dev = dev_get_drvdata(&op->dev); mpc85xx_l2_err_remove() local [all...] |
| H A D | edac_device_sysfs.c | 204 edac_dbg(4, "control index=%d\n", edac_dev->dev_idx); in edac_device_ctrl_master_release() local 120 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); edac_dev_ctl_info_show() local 133 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); edac_dev_ctl_info_store() local 229 edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info * edac_dev) edac_device_register_sysfs_main_kobj() argument 494 edac_device_create_block(struct edac_device_ctl_info * edac_dev,struct edac_device_instance * instance,struct edac_device_block * block) edac_device_create_block() argument 564 edac_device_delete_block(struct edac_device_ctl_info * edac_dev,struct edac_device_block * block) edac_device_delete_block() argument 595 edac_device_create_instance(struct edac_device_ctl_info * edac_dev,int idx) edac_device_create_instance() argument 663 edac_device_delete_instance(struct edac_device_ctl_info * edac_dev,int idx) edac_device_delete_instance() argument 686 edac_device_create_instances(struct edac_device_ctl_info * edac_dev) edac_device_create_instances() argument 711 edac_device_delete_instances(struct edac_device_ctl_info * edac_dev) edac_device_delete_instances() argument 727 edac_device_add_main_sysfs_attributes(struct edac_device_ctl_info * edac_dev) edac_device_add_main_sysfs_attributes() argument 756 edac_device_remove_main_sysfs_attributes(struct edac_device_ctl_info * edac_dev) edac_device_remove_main_sysfs_attributes() argument 788 edac_device_create_sysfs(struct edac_device_ctl_info * edac_dev) edac_device_create_sysfs() argument 845 edac_device_remove_sysfs(struct edac_device_ctl_info * edac_dev) edac_device_remove_sysfs() argument [all...] |
| H A D | zynqmp_edac.c | 253 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 D | edac_device.h | 309 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, in argument 324 edac_device_handle_ue(struct edac_device_ctl_info * edac_dev,int inst_nr,int block_nr,const char * msg) edac_device_handle_ue() argument [all...] |
| H A D | thunderx_edac.c | 1050 struct edac_device_ctl_info *edac_dev; member 1340 struct edac_device_ctl_info *edac_dev; in thunderx_ocx_probe() local 1468 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_ocx_remove() local 1740 struct edac_device_ctl_info *edac_dev; member 1942 struct edac_device_ctl_info *edac_dev; in thunderx_l2c_probe() local 2075 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_l2c_remove() local
|
| H A D | cpc925_edac.c | 277 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 D | altera_edac.h | 384 struct edac_device_ctl_info *edac_dev; global() member
|