• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/

Lines Matching refs:edac_device_ctl_info

42 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 *rover;
319 rover = list_entry(item, struct edac_device_ctl_info, link);
355 struct edac_device_ctl_info *edac_dev;
357 edac_dev = container_of(head, struct edac_device_ctl_info, rcu);
367 static void del_edac_device_from_global_list(struct edac_device_ctl_info
379 * this workq is embedded within an edac_device_ctl_info
390 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work);
426 void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev,
457 void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev)
475 void edac_device_reset_delay_period(struct edac_device_ctl_info *edac_dev,
515 int edac_device_add_device(struct edac_device_ctl_info *edac_dev)
587 struct edac_device_ctl_info *edac_device_del_device(struct device *dev)
589 struct edac_device_ctl_info *edac_dev;
625 static inline int edac_device_get_log_ce(struct edac_device_ctl_info *edac_dev)
630 static inline int edac_device_get_log_ue(struct edac_device_ctl_info *edac_dev)
635 static inline int edac_device_get_panic_on_ue(struct edac_device_ctl_info
645 void edac_device_handle_ce(struct edac_device_ctl_info *edac_dev,
691 void edac_device_handle_ue(struct edac_device_ctl_info *edac_dev,