Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/ipmi/
Dipmi_si_platform.c31 static bool si_trydmi = true; variable
33 static bool si_trydmi = false; variable
51 module_param_named(trydmi, si_trydmi, bool, 0);
149 if (!si_trydmi) in platform_ipmi_probe()