Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h487 extern bool coresight_loses_context_with_cpu(struct device *dev);
527 static inline bool coresight_loses_context_with_cpu(struct device *dev) in coresight_loses_context_with_cpu() function
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-core.c1712 bool coresight_loses_context_with_cpu(struct device *dev) in coresight_loses_context_with_cpu() function
1717 EXPORT_SYMBOL_GPL(coresight_loses_context_with_cpu);
H A Dcoresight-etm4x-core.c1917 pm_save_enable = coresight_loses_context_with_cpu(dev) ? in etm4_probe()