Lines Matching full:ipmi
5 * Linux device interface for the IPMI message handler.
21 #include <linux/ipmi.h>
659 * Define some helper functions for copying IPMI data
793 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
808 .name = "ipmi",
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()
869 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()
881 pr_warn("ipmi: can't register smi watcher\n"); in init_ipmi_devintf()
907 MODULE_DESCRIPTION("Linux device interface for the IPMI message handler.");