Lines Matching full:ipmi
5 * Linux device interface for the IPMI message handler.
21 #include <linux/ipmi.h>
662 * Define some helper functions for copying IPMI data
796 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
811 .name = "ipmi",
821 pr_err("ipmi_devintf: Unable to create the ipmi class device link\n"); in ipmi_new_smi()
827 device_create(&ipmi_class, device, dev, NULL, "ipmi%d", if_num); in ipmi_new_smi()
863 pr_info("ipmi device interface\n"); in init_ipmi_devintf()
872 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()
884 pr_warn("ipmi: can't register smi watcher\n"); in init_ipmi_devintf()
910 MODULE_DESCRIPTION("Linux device interface for the IPMI message handler.");