Searched refs:ipmi_major (Results 1 – 1 of 1) sorted by relevance
874 static int ipmi_major; variable875 module_param(ipmi_major, int, 0);876 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"894 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_new_smi()913 dev_t dev = MKDEV(ipmi_major, if_num); in ipmi_smi_gone()939 if (ipmi_major < 0) in init_ipmi_devintf()950 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()953 printk(KERN_ERR "ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()957 if (ipmi_major == 0) { in init_ipmi_devintf()958 ipmi_major = rv; in init_ipmi_devintf()[all …]