Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c100 int of_coresight_get_cpu(const struct device_node *node) in of_coresight_get_cpu() function
115 EXPORT_SYMBOL_GPL(of_coresight_get_cpu);
191 pdata->cpu = of_coresight_get_cpu(node); in of_get_coresight_platform_data()
Dcoresight-cpu-debug.c582 drvdata->cpu = np ? of_coresight_get_cpu(np) : 0; in debug_probe()
/Linux-v4.19/include/linux/
Dcoresight.h285 extern int of_coresight_get_cpu(const struct device_node *node);
290 static inline int of_coresight_get_cpu(const struct device_node *node) in of_coresight_get_cpu() function