Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-cti-core.c99 if (config->hw_enabled || !config->hw_powered) in cti_enable_hw()
129 config->hw_powered = true; in cti_cpuhp_enable_hw()
162 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
673 drvdata->config.hw_powered = false; in cti_cpu_pm_notify()
679 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
688 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
736 drvdata->config.hw_powered = false; in cti_dying_cpu()
892 drvdata->config.hw_powered = true; in cti_probe()
Dcoresight-cti.h146 bool hw_powered; member
238 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
Dcoresight-cti-sysfs.c89 powered = drvdata->config.hw_powered; in enable_show()
129 powered = drvdata->config.hw_powered; in powered_show()
176 if (drvdata->config.hw_powered) in coresight_cti_reg_show()
197 if (drvdata->config.hw_powered) in coresight_cti_reg_store()