Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/platform/x86/
Dthink-lmi.c26 static bool debug_support; variable
27 module_param(debug_support, bool, 0444);
28 MODULE_PARM_DESC(debug_support, "Enable debug command support");
1399 if (tlmi_priv.can_debug_cmd && debug_support) in tlmi_release_attr()
1496 if (tlmi_priv.can_debug_cmd && debug_support) { in tlmi_sysfs_init()