Lines Matching refs:edac_device_ctl_info
41 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) in edac_device_dump_device()
68 struct edac_device_ctl_info *edac_device_alloc_ctl_info( in edac_device_alloc_ctl_info()
76 struct edac_device_ctl_info *dev_ctl; in edac_device_alloc_ctl_info()
252 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) in edac_device_free_ctl_info()
268 static struct edac_device_ctl_info *find_edac_device_by_dev(struct device *dev) in find_edac_device_by_dev()
270 struct edac_device_ctl_info *edac_dev; in find_edac_device_by_dev()
276 edac_dev = list_entry(item, struct edac_device_ctl_info, link); in find_edac_device_by_dev()
296 static int add_edac_dev_to_global_list(struct edac_device_ctl_info *edac_dev) in add_edac_dev_to_global_list()
299 struct edac_device_ctl_info *rover; in add_edac_dev_to_global_list()
310 rover = list_entry(item, struct edac_device_ctl_info, link); in add_edac_dev_to_global_list()
342 static void del_edac_device_from_global_list(struct edac_device_ctl_info in del_edac_device_from_global_list()
369 struct edac_device_ctl_info *edac_dev = to_edac_device_ctl_work(d_work); in edac_device_workq_function()
405 void edac_device_workq_setup(struct edac_device_ctl_info *edac_dev, in edac_device_workq_setup()
436 void edac_device_workq_teardown(struct edac_device_ctl_info *edac_dev) in edac_device_workq_teardown()
454 void edac_device_reset_delay_period(struct edac_device_ctl_info *edac_dev, in edac_device_reset_delay_period()
494 int edac_device_add_device(struct edac_device_ctl_info *edac_dev) in edac_device_add_device()
563 struct edac_device_ctl_info *edac_device_del_device(struct device *dev) in edac_device_del_device()
565 struct edac_device_ctl_info *edac_dev; in edac_device_del_device()
601 static inline int edac_device_get_log_ce(struct edac_device_ctl_info *edac_dev) in edac_device_get_log_ce()
606 static inline int edac_device_get_log_ue(struct edac_device_ctl_info *edac_dev) in edac_device_get_log_ue()
611 static inline int edac_device_get_panic_on_ue(struct edac_device_ctl_info in edac_device_get_panic_on_ue()
621 void edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, in edac_device_handle_ce()
667 void edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, in edac_device_handle_ue()