Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c599 type = (csdev == coresight_get_sink(path)) ? in coresight_disable_path_from_to()
694 type = (csdev == coresight_get_sink(path)) ? in coresight_enable_path_from_to()
755 struct coresight_device *coresight_get_sink(struct coresight_path *path) in coresight_get_sink() function
774 EXPORT_SYMBOL_GPL(coresight_get_sink);
948 struct coresight_device *sink = coresight_get_sink(path); in coresight_path_assign_trace_id()
1886 sink = coresight_get_sink(path); in coresight_pm_is_needed()
1947 coresight_pm_device_save(coresight_get_sink(path)); in coresight_pm_save()
1954 struct coresight_device *sink = coresight_get_sink(path); in coresight_pm_restore()
H A Dcoresight-ctcu-core.c139 struct coresight_device *sink = coresight_get_sink(path); in ctcu_set_etr_traceid()