Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c25 static bool debug_support; variable
26 module_param(debug_support, bool, 0444);
27 MODULE_PARM_DESC(debug_support, "Enable debug command support");
1224 if (tlmi_priv.can_debug_cmd && debug_support) in tlmi_release_attr()
1321 if (tlmi_priv.can_debug_cmd && debug_support) { in tlmi_sysfs_init()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py173 def debug_support(self): member in RecipeImage