Searched refs:hotmod_handler (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_si_hotmod.c | 17 static int hotmod_handler(const char *val, const struct kernel_param *kp); 19 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200); 186 static int hotmod_handler(const char *val, const struct kernel_param *kp) in hotmod_handler() function
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_si_hotmod.c | 17 static int hotmod_handler(const char *val, const struct kernel_param *kp); 19 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200); 185 static int hotmod_handler(const char *val, const struct kernel_param *kp) in hotmod_handler() function
|
Completed in 2 milliseconds