Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cti-core.c101 if (config->hw_enabled || !config->hw_powered) in cti_enable_hw()
132 config->hw_powered = true; in cti_cpuhp_enable_hw()
165 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
674 drvdata->config.hw_powered = false; in cti_cpu_pm_notify()
680 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
689 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
737 drvdata->config.hw_powered = false; in cti_dying_cpu()
894 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()
175 if (drvdata->config.hw_powered) \
478 if (drvdata->config.hw_powered) \
496 if (drvdata->config.hw_powered) \
517 if (drvdata->config.hw_powered) \