Searched refs:ipmi_major (Results 1 – 1 of 1) sorted by relevance
791 static int ipmi_major; variable792 module_param(ipmi_major, int, 0);793 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"813 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_new_smi()831 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_smi_gone()857 if (ipmi_major < 0) in init_ipmi_devintf()866 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()869 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()873 if (ipmi_major == 0) { in init_ipmi_devintf()874 ipmi_major = rv; in init_ipmi_devintf()[all …]