Lines Matching defs:edac_dev
181 void (*edac_check) (struct edac_device_ctl_info * edac_dev);
248 * edac_device_add_device - Insert the 'edac_dev' structure into the
252 * @edac_dev: pointer to edac_device structure to be added to the list
258 extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev);
277 * @edac_dev: pointer to struct &edac_device_ctl_info
283 void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev,
290 * @edac_dev: pointer to struct &edac_device_ctl_info
296 void edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev,
303 * @edac_dev: pointer to struct &edac_device_ctl_info
309 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr,
312 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg);
318 * @edac_dev: pointer to struct &edac_device_ctl_info
324 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr,
327 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_nr, msg);