Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A 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()
169 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
684 drvdata->config.hw_powered = false; in cti_cpu_pm_notify()
690 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
699 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
747 drvdata->config.hw_powered = false; in cti_dying_cpu()
904 drvdata->config.hw_powered = true; in cti_probe()
H A Dcoresight-cti.h147 bool hw_powered; member
240 return cfg->hw_powered && cfg->hw_enabled; in cti_active()