Home
last modified time | relevance | path

Searched refs:edac_device_printk (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/edac/
Dedac_device.c512 edac_device_printk(edac_dev, KERN_WARNING, in edac_device_add_device()
532 edac_device_printk(edac_dev, KERN_INFO, in edac_device_add_device()
628 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ce()
638 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ce()
656 edac_device_printk(edac_dev, KERN_WARNING, in edac_device_handle_ce()
674 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ue()
684 edac_device_printk(edac_dev, KERN_ERR, in edac_device_handle_ue()
702 edac_device_printk(edac_dev, KERN_EMERG, in edac_device_handle_ue()
Docteon_edac-pc.c58 edac_device_printk(p->ed, KERN_ERR, in co_cache_error_event()
66 edac_device_printk(p->ed, KERN_ERR, in co_cache_error_event()
Dedac_core.h58 #define edac_device_printk(ctl, level, fmt, arg...) \ macro