Searched refs:ipmi_major (Results 1 – 1 of 1) sorted by relevance
793 static int ipmi_major; variable794 module_param(ipmi_major, int, 0);795 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()868 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()871 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()875 if (ipmi_major == 0) { in init_ipmi_devintf()876 ipmi_major = rv; in init_ipmi_devintf()[all …]