Searched refs:edac_device_ctl_info (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Dedac_module.h40 struct edac_device_ctl_info *edac_dev);
42 struct edac_device_ctl_info *edac_dev);
43 extern int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev);
44 extern void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev);
49 extern void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev,
51 extern void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev);
52 extern void edac_device_reset_delay_period(struct edac_device_ctl_info
H A Dedac_device.c42 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev)
68 struct edac_device_ctl_info *edac_device_alloc_ctl_info(
76 struct edac_device_ctl_info *dev_ctl;
96 dev_ctl = (struct edac_device_ctl_info *)NULL;
261 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info)
277 static struct edac_device_ctl_info *find_edac_device_by_dev(struct device *dev)
279 struct edac_device_ctl_info *edac_dev;
285 edac_dev = list_entry(item, struct edac_device_ctl_info, link);
305 static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev)
308 struct edac_device_ctl_info *rove
[all...]
H A Dedac_device_sysfs.c22 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj)
27 * Set of edac_device_ctl_info attribute store/show functions
31 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info
37 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info
48 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info
54 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info
65 static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info
71 static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info
82 static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info
88 static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info
[all...]
H A Damd8111_edac.h113 struct edac_device_ctl_info *edac_dev;
116 void (*check)(struct edac_device_ctl_info *edac_dev);
H A Dedac_core.h490 struct edac_device_ctl_info;
500 ssize_t (*show)(struct edac_device_ctl_info *, char *);
501 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t);
544 struct edac_device_ctl_info *ctl; /* Up pointer */
561 struct edac_device_ctl_info { struct
562 /* for global list of edac_device_ctl_info structs */
601 void (*edac_check) (struct edac_device_ctl_info * edac_dev);
648 container_of(w,struct edac_device_ctl_info,work)
655 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
672 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_inf
[all...]
H A Dmpc85xx_edac.c357 static ssize_t mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info
365 static ssize_t mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info
373 static ssize_t mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info
381 static ssize_t mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info
394 static ssize_t mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info
407 static ssize_t mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info
449 static void mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info
457 static void mpc85xx_l2_check(struct edac_device_ctl_info *edac_dev)
492 struct edac_device_ctl_info *edac_dev = dev_id;
509 struct edac_device_ctl_info *edac_de
[all...]
H A Dmv64x60_edac.c233 static void mv64x60_sram_check(struct edac_device_ctl_info *edac_dev)
261 struct edac_device_ctl_info *edac_dev = dev_id;
276 struct edac_device_ctl_info *edac_dev;
380 struct edac_device_ctl_info *edac_dev = platform_get_drvdata(pdev);
399 static void mv64x60_cpu_check(struct edac_device_ctl_info *edac_dev)
428 struct edac_device_ctl_info *edac_dev = dev_id;
444 struct edac_device_ctl_info *edac_dev;
575 struct edac_device_ctl_info *edac_dev = platform_get_drvdata(pdev);
H A Dcpc925_edac.c289 struct edac_device_ctl_info *edac_dev;
292 void (*check)(struct edac_device_ctl_info *edac_dev);
614 static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev)
658 static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev)
H A Damd8111_edac.c289 static void amd8111_lpc_bridge_check(struct edac_device_ctl_info *edac_dev)
325 /* General devices represented by edac_device_ctl_info */
376 * edac_device_ctl_info, but make use of existing
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Dedac_module.h40 struct edac_device_ctl_info *edac_dev);
42 struct edac_device_ctl_info *edac_dev);
43 extern int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev);
44 extern void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev);
49 extern void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev,
51 extern void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev);
52 extern void edac_device_reset_delay_period(struct edac_device_ctl_info
H A Dedac_device.c42 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev)
68 struct edac_device_ctl_info *edac_device_alloc_ctl_info(
76 struct edac_device_ctl_info *dev_ctl;
96 dev_ctl = (struct edac_device_ctl_info *)NULL;
261 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info)
277 static struct edac_device_ctl_info *find_edac_device_by_dev(struct device *dev)
279 struct edac_device_ctl_info *edac_dev;
285 edac_dev = list_entry(item, struct edac_device_ctl_info, link);
305 static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev)
308 struct edac_device_ctl_info *rove
[all...]
H A Dedac_device_sysfs.c22 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj)
27 * Set of edac_device_ctl_info attribute store/show functions
31 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info
37 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info
48 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info
54 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info
65 static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info
71 static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info
82 static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info
88 static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info
[all...]
H A Damd8111_edac.h113 struct edac_device_ctl_info *edac_dev;
116 void (*check)(struct edac_device_ctl_info *edac_dev);
H A Dedac_core.h490 struct edac_device_ctl_info;
500 ssize_t (*show)(struct edac_device_ctl_info *, char *);
501 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t);
544 struct edac_device_ctl_info *ctl; /* Up pointer */
561 struct edac_device_ctl_info { struct
562 /* for global list of edac_device_ctl_info structs */
601 void (*edac_check) (struct edac_device_ctl_info * edac_dev);
648 container_of(w,struct edac_device_ctl_info,work)
655 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info(
672 extern void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_inf
[all...]
H A Dmpc85xx_edac.c357 static ssize_t mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info
365 static ssize_t mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info
373 static ssize_t mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info
381 static ssize_t mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info
394 static ssize_t mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info
407 static ssize_t mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info
449 static void mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info
457 static void mpc85xx_l2_check(struct edac_device_ctl_info *edac_dev)
492 struct edac_device_ctl_info *edac_dev = dev_id;
509 struct edac_device_ctl_info *edac_de
[all...]
H A Dmv64x60_edac.c233 static void mv64x60_sram_check(struct edac_device_ctl_info *edac_dev)
261 struct edac_device_ctl_info *edac_dev = dev_id;
276 struct edac_device_ctl_info *edac_dev;
380 struct edac_device_ctl_info *edac_dev = platform_get_drvdata(pdev);
399 static void mv64x60_cpu_check(struct edac_device_ctl_info *edac_dev)
428 struct edac_device_ctl_info *edac_dev = dev_id;
444 struct edac_device_ctl_info *edac_dev;
575 struct edac_device_ctl_info *edac_dev = platform_get_drvdata(pdev);
H A Dcpc925_edac.c289 struct edac_device_ctl_info *edac_dev;
292 void (*check)(struct edac_device_ctl_info *edac_dev);
614 static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev)
658 static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev)
H A Damd8111_edac.c289 static void amd8111_lpc_bridge_check(struct edac_device_ctl_info *edac_dev)
325 /* General devices represented by edac_device_ctl_info */
376 * edac_device_ctl_info, but make use of existing

Completed in 217 milliseconds