Symbol: edac_device_ctl_info
drivers/edac/a72_edac.c
118
static void a72_edac_check(struct edac_device_ctl_info *edac_ctl)
drivers/edac/a72_edac.c
133
struct edac_device_ctl_info *edac_ctl;
drivers/edac/a72_edac.c
164
struct edac_device_ctl_info *edac_ctl = dev_get_drvdata(&pdev->dev);
drivers/edac/a72_edac.c
48
static void report_errors(struct edac_device_ctl_info *edac_ctl, int cpu,
drivers/edac/altera_edac.c
1504
struct edac_device_ctl_info *dci;
drivers/edac/altera_edac.c
1746
struct edac_device_ctl_info *edac_dci = file->private_data;
drivers/edac/altera_edac.c
1778
struct edac_device_ctl_info *edac_dci = file->private_data;
drivers/edac/altera_edac.c
1892
struct edac_device_ctl_info *dci;
drivers/edac/altera_edac.c
550
struct edac_device_ctl_info *dci = dev_id;
drivers/edac/altera_edac.c
581
struct edac_device_ctl_info *edac_dci = file->private_data;
drivers/edac/altera_edac.c
669
static void altr_create_edacdev_dbgfs(struct edac_device_ctl_info *edac_dci,
drivers/edac/altera_edac.c
708
struct edac_device_ctl_info *dci;
drivers/edac/altera_edac.c
808
struct edac_device_ctl_info *dci = platform_get_drvdata(pdev);
drivers/edac/altera_edac.h
384
struct edac_device_ctl_info *edac_dev;
drivers/edac/armada_xp_edac.c
400
static void aurora_l2_check(struct edac_device_ctl_info *dci)
drivers/edac/armada_xp_edac.c
487
static void aurora_l2_poll(struct edac_device_ctl_info *dci)
drivers/edac/armada_xp_edac.c
508
struct edac_device_ctl_info *dci;
drivers/edac/armada_xp_edac.c
569
struct edac_device_ctl_info *dci = platform_get_drvdata(pdev);
drivers/edac/cpc925_edac.c
277
struct edac_device_ctl_info *edac_dev;
drivers/edac/cpc925_edac.c
280
void (*check)(struct edac_device_ctl_info *edac_dev);
drivers/edac/cpc925_edac.c
653
static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/cpc925_edac.c
700
static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
154
void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info)
drivers/edac/edac_device.c
170
static struct edac_device_ctl_info *find_edac_device_by_dev(struct device *dev)
drivers/edac/edac_device.c
172
struct edac_device_ctl_info *edac_dev;
drivers/edac/edac_device.c
178
edac_dev = list_entry(item, struct edac_device_ctl_info, link);
drivers/edac/edac_device.c
198
static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
201
struct edac_device_ctl_info *rover;
drivers/edac/edac_device.c
212
rover = list_entry(item, struct edac_device_ctl_info, link);
drivers/edac/edac_device.c
244
static void del_edac_device_from_global_list(struct edac_device_ctl_info
drivers/edac/edac_device.c
271
struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work);
drivers/edac/edac_device.c
305
static void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.c
334
static void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
351
void edac_device_reset_delay_period(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.c
372
int edac_device_add_device(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
41
static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
424
struct edac_device_ctl_info *edac_device_del_device(struct device *dev)
drivers/edac/edac_device.c
426
struct edac_device_ctl_info *edac_dev;
drivers/edac/edac_device.c
462
static inline int edac_device_get_log_ce(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
467
static inline int edac_device_get_log_ue(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device.c
472
static inline int edac_device_get_panic_on_ue(struct edac_device_ctl_info
drivers/edac/edac_device.c
478
void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.c
524
void edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.c
56
struct edac_device_ctl_info *
drivers/edac/edac_device.c
63
struct edac_device_ctl_info *dev_ctl;
drivers/edac/edac_device.c
70
dev_ctl = kzalloc_obj(struct edac_device_ctl_info);
drivers/edac/edac_device.h
124
struct edac_device_ctl_info *ctl; /* Up pointer */
drivers/edac/edac_device.h
181
void (*edac_check) (struct edac_device_ctl_info * edac_dev);
drivers/edac/edac_device.h
223
container_of(w,struct edac_device_ctl_info,work)
drivers/edac/edac_device.h
230
extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
drivers/edac/edac_device.h
245
extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info);
drivers/edac/edac_device.h
258
extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev);
drivers/edac/edac_device.h
272
extern struct edac_device_ctl_info *edac_device_del_device(struct device *dev);
drivers/edac/edac_device.h
283
void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.h
296
void edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device.h
309
edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr,
drivers/edac/edac_device.h
324
edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr,
drivers/edac/edac_device.h
340
static inline void __edac_device_free_ctl_info(struct edac_device_ctl_info *ci)
drivers/edac/edac_device.h
79
struct edac_device_ctl_info;
drivers/edac/edac_device.h
89
ssize_t (*show)(struct edac_device_ctl_info *, char *);
drivers/edac/edac_device.h
90
ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t);
drivers/edac/edac_device_sysfs.c
109
ssize_t(*show) (struct edac_device_ctl_info *, char *);
drivers/edac/edac_device_sysfs.c
110
ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
drivers/edac/edac_device_sysfs.c
113
#define to_ctl_info(k) container_of(k, struct edac_device_ctl_info, kobj)
drivers/edac/edac_device_sysfs.c
120
struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj);
drivers/edac/edac_device_sysfs.c
133
struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj);
drivers/edac/edac_device_sysfs.c
204
struct edac_device_ctl_info *edac_dev = to_edacdev(kobj);
drivers/edac/edac_device_sysfs.c
229
int edac_device_register_sysfs_main_kobj(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
23
#define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj)
drivers/edac/edac_device_sysfs.c
289
void edac_device_unregister_sysfs_main_kobj(struct edac_device_ctl_info *dev)
drivers/edac/edac_device_sysfs.c
32
static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
38
static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
49
static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
494
static int edac_device_create_block(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device_sysfs.c
55
static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
564
static void edac_device_delete_block(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device_sysfs.c
595
static int edac_device_create_instance(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device_sysfs.c
66
static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
663
static void edac_device_delete_instance(struct edac_device_ctl_info *edac_dev,
drivers/edac/edac_device_sysfs.c
686
static int edac_device_create_instances(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
711
static void edac_device_delete_instances(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
72
static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
727
struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
756
struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
788
int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
83
static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info
drivers/edac/edac_device_sysfs.c
845
void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev)
drivers/edac/edac_device_sysfs.c
89
static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info
drivers/edac/edac_module.h
42
struct edac_device_ctl_info *edac_dev);
drivers/edac/edac_module.h
44
struct edac_device_ctl_info *edac_dev);
drivers/edac/edac_module.h
45
extern int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev);
drivers/edac/edac_module.h
46
extern void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev);
drivers/edac/edac_module.h
55
extern void edac_device_reset_delay_period(struct edac_device_ctl_info
drivers/edac/highbank_l2_edac.c
123
struct edac_device_ctl_info *dci = platform_get_drvdata(pdev);
drivers/edac/highbank_l2_edac.c
27
struct edac_device_ctl_info *dci = dev_id;
drivers/edac/highbank_l2_edac.c
51
struct edac_device_ctl_info *dci;
drivers/edac/mpc85xx_edac.c
339
static ssize_t mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
347
static ssize_t mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
355
static ssize_t mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
363
static ssize_t mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
376
static ssize_t mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
389
static ssize_t mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
431
static void mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info
drivers/edac/mpc85xx_edac.c
439
static void mpc85xx_l2_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/mpc85xx_edac.c
474
struct edac_device_ctl_info *edac_dev = dev_id;
drivers/edac/mpc85xx_edac.c
490
struct edac_device_ctl_info *edac_dev;
drivers/edac/mpc85xx_edac.c
594
struct edac_device_ctl_info *edac_dev = dev_get_drvdata(&op->dev);
drivers/edac/octeon_edac-l2c.c
126
static void octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c)
drivers/edac/octeon_edac-l2c.c
135
struct edac_device_ctl_info *l2c;
drivers/edac/octeon_edac-l2c.c
189
struct edac_device_ctl_info *l2c = platform_get_drvdata(pdev);
drivers/edac/octeon_edac-l2c.c
23
static void octeon_l2c_poll_oct1(struct edac_device_ctl_info *l2c)
drivers/edac/octeon_edac-l2c.c
60
static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad)
drivers/edac/octeon_edac-pc.c
30
struct edac_device_ctl_info *ed;
drivers/edac/qcom_edac.c
253
dump_syn_reg(struct edac_device_ctl_info *edev_ctl, int err_type, u32 bank)
drivers/edac/qcom_edac.c
290
struct edac_device_ctl_info *edac_dev_ctl = edev_ctl;
drivers/edac/qcom_edac.c
332
static void llcc_ecc_check(struct edac_device_ctl_info *edev_ctl)
drivers/edac/qcom_edac.c
340
struct edac_device_ctl_info *edev_ctl;
drivers/edac/qcom_edac.c
396
struct edac_device_ctl_info *edev_ctl = dev_get_drvdata(&pdev->dev);
drivers/edac/sifive_edac.c
19
struct edac_device_ctl_info *dci;
drivers/edac/thunderx_edac.c
1050
struct edac_device_ctl_info *edac_dev;
drivers/edac/thunderx_edac.c
1340
struct edac_device_ctl_info *edac_dev;
drivers/edac/thunderx_edac.c
1468
struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev);
drivers/edac/thunderx_edac.c
1740
struct edac_device_ctl_info *edac_dev;
drivers/edac/thunderx_edac.c
1942
struct edac_device_ctl_info *edac_dev;
drivers/edac/thunderx_edac.c
2075
struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev);
drivers/edac/xgene_edac.c
1022
struct edac_device_ctl_info *edac_dev;
drivers/edac/xgene_edac.c
1054
static void xgene_edac_l3_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1114
static void xgene_edac_l3_hw_init(struct edac_device_ctl_info *edac_dev,
drivers/edac/xgene_edac.c
1151
struct edac_device_ctl_info *edac_dev = file->private_data;
drivers/edac/xgene_edac.c
1166
xgene_edac_l3_create_debugfs_nodes(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1187
struct edac_device_ctl_info *edac_dev;
drivers/edac/xgene_edac.c
1264
struct edac_device_ctl_info *edac_dev = l3->edac_dev;
drivers/edac/xgene_edac.c
1388
static void xgene_edac_iob_gic_report(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1463
static void xgene_edac_rb_report(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1572
static void xgene_edac_pa_report(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1634
static void xgene_edac_soc_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
1686
static void xgene_edac_soc_hw_init(struct edac_device_ctl_info *edac_dev,
drivers/edac/xgene_edac.c
1726
struct edac_device_ctl_info *edac_dev;
drivers/edac/xgene_edac.c
1802
struct edac_device_ctl_info *edac_dev = soc->edac_dev;
drivers/edac/xgene_edac.c
514
struct edac_device_ctl_info *edac_dev;
drivers/edac/xgene_edac.c
520
static void xgene_edac_pmd_l1_check(struct edac_device_ctl_info *edac_dev,
drivers/edac/xgene_edac.c
660
static void xgene_edac_pmd_l2_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
735
static void xgene_edac_pmd_check(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
753
static void xgene_edac_pmd_cpu_hw_cfg(struct edac_device_ctl_info *edac_dev,
drivers/edac/xgene_edac.c
769
static void xgene_edac_pmd_hw_cfg(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
782
static void xgene_edac_pmd_hw_ctl(struct edac_device_ctl_info *edac_dev,
drivers/edac/xgene_edac.c
811
struct edac_device_ctl_info *edac_dev = file->private_data;
drivers/edac/xgene_edac.c
837
struct edac_device_ctl_info *edac_dev = file->private_data;
drivers/edac/xgene_edac.c
862
xgene_edac_pmd_create_debugfs_nodes(struct edac_device_ctl_info *edac_dev)
drivers/edac/xgene_edac.c
890
struct edac_device_ctl_info *edac_dev;
drivers/edac/xgene_edac.c
982
struct edac_device_ctl_info *edac_dev = pmd->edac_dev;
drivers/edac/zynqmp_edac.c
157
static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p)
drivers/edac/zynqmp_edac.c
190
struct edac_device_ctl_info *dci = dev_id;
drivers/edac/zynqmp_edac.c
253
struct edac_device_ctl_info *edac_dev = file->private_data;
drivers/edac/zynqmp_edac.c
297
struct edac_device_ctl_info *edac_dev = file->private_data;
drivers/edac/zynqmp_edac.c
349
static void setup_debugfs(struct edac_device_ctl_info *edac_dev)
drivers/edac/zynqmp_edac.c
368
struct edac_device_ctl_info *dci;
drivers/edac/zynqmp_edac.c
431
struct edac_device_ctl_info *dci = platform_get_drvdata(pdev);