Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcoresight.h491 extern bool coresight_loses_context_with_cpu(struct device *dev);
531 static inline bool coresight_loses_context_with_cpu(struct device *dev) in coresight_loses_context_with_cpu() function
/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-core.c1715 bool coresight_loses_context_with_cpu(struct device *dev) in coresight_loses_context_with_cpu() function
1720 EXPORT_SYMBOL_GPL(coresight_loses_context_with_cpu);
Dcoresight-etm4x-core.c1910 pm_save_enable = coresight_loses_context_with_cpu(dev) ? in etm4_probe()