Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/ipmi/
Dipmi_si_platform.c32 static bool si_trydmi = true; variable
34 static bool si_trydmi = false; variable
51 module_param_named(trydmi, si_trydmi, bool, 0);
148 if (!si_trydmi) in platform_ipmi_probe()