Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/char/ipmi/
Dipmi_si_platform.c31 static bool si_trydmi = true; variable
33 static bool si_trydmi = false; variable
50 module_param_named(trydmi, si_trydmi, bool, 0);
147 if (!si_trydmi) in platform_ipmi_probe()