Home
last modified time | relevance | path

Searched refs:hw_powered (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-cti.h123 * @hw_powered: true if associated cpu powered on, or no cpu.
146 bool hw_powered; member
238 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
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()
161 if (!config->hw_enabled || !config->hw_powered) in cti_disable_hw()
669 drvdata->config.hw_powered = false; in cti_cpu_pm_notify()
675 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
684 drvdata->config.hw_powered = true; in cti_cpu_pm_notify()
732 drvdata->config.hw_powered = false; in cti_dying_cpu()
887 drvdata->config.hw_powered = true; in cti_probe()
H A 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) \
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-cti.h123 * @hw_powered: true if associated cpu powered on, or no cpu.
146 bool hw_powered; member
238 return cfg->hw_powered && cfg->hw_enabled; in cti_active()
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()
903 drvdata->config.hw_powered = true; in cti_probe()
H A Dcoresight-cti-sysfs.c89 powered = drvdata->config.hw_powered; in enable_show()
138 powered = drvdata->config.hw_powered; in powered_show()
185 if (drvdata->config.hw_powered) in coresight_cti_reg_show()
206 if (drvdata->config.hw_powered) in coresight_cti_reg_store()

Completed in 7 milliseconds