Searched refs:coresight_get_sink (Results 1 – 3 of 3) sorted by relevance
136 sink = coresight_get_sink(etm_event_cpu_path(event_data, cpu)); in free_sink_buffer()315 sink = coresight_get_sink(path); in etm_event_start()362 sink = coresight_get_sink(path); in etm_event_stop()
149 struct coresight_device *coresight_get_sink(struct list_head *path);
397 type = (csdev == coresight_get_sink(path)) ? in coresight_disable_path_from()448 type = (csdev == coresight_get_sink(path)) ? in coresight_enable_path()486 struct coresight_device *coresight_get_sink(struct list_head *path) in coresight_get_sink() function