Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c57 static int pm_save_enable = PARAM_PM_SAVE_FIRMWARE; variable
58 module_param(pm_save_enable, int, 0444);
59 MODULE_PARM_DESC(pm_save_enable,
2078 if (pm_save_enable == PARAM_PM_SAVE_FIRMWARE) in etm4_probe()
2079 pm_save_enable = coresight_loses_context_with_cpu(dev) ? in etm4_probe()
2082 if (pm_save_enable != PARAM_PM_SAVE_NEVER) { in etm4_probe()