Searched refs:ipmi_major (Results 1 – 1 of 1) sorted by relevance
792 static int ipmi_major; variable793 module_param(ipmi_major, int, 0);794 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"812 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_new_smi()830 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_smi_gone()856 if (ipmi_major < 0) in init_ipmi_devintf()867 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()870 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()874 if (ipmi_major == 0) { in init_ipmi_devintf()875 ipmi_major = rv; in init_ipmi_devintf()[all …]