Home
last modified time | relevance | path

Searched refs:found_sink (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c924 struct coresight_device *found_sink = NULL; in coresight_find_sink() local
928 found_sink = csdev; in coresight_find_sink()
947 found_sink = coresight_select_best_sink(found_sink, in coresight_find_sink()
955 if (found_sink) in coresight_find_sink()
957 return found_sink; in coresight_find_sink()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c995 struct coresight_device *found_sink = NULL; in coresight_find_sink() local
999 found_sink = csdev; in coresight_find_sink()
1018 found_sink = coresight_select_best_sink(found_sink, in coresight_find_sink()
1026 if (found_sink) in coresight_find_sink()
1028 return found_sink; in coresight_find_sink()

Completed in 5 milliseconds