Lines Matching full:ipmi
5 * Linux device interface for the IPMI message handler.
21 #include <linux/ipmi.h>
661 * Define some helper functions for copying IPMI data
795 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
818 pr_err("ipmi_devintf: Unable to create the ipmi class device link\n"); in ipmi_new_smi()
824 device_create(ipmi_class, device, dev, NULL, "ipmi%d", if_num); in ipmi_new_smi()
860 pr_info("ipmi device interface\n"); in init_ipmi_devintf()
862 ipmi_class = class_create(THIS_MODULE, "ipmi"); in init_ipmi_devintf()
864 pr_err("ipmi: can't register device class\n"); in init_ipmi_devintf()
871 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()
883 pr_warn("ipmi: can't register smi watcher\n"); in init_ipmi_devintf()
909 MODULE_DESCRIPTION("Linux device interface for the IPMI message handler.");