Home
last modified time | relevance | path

Searched refs:hotmod_handler (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c17 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