Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c905 * coresight_find_sink - recursive function to walk trace connections from
921 coresight_find_sink(struct coresight_device *csdev, int *depth) in coresight_find_sink() function
944 sink = coresight_find_sink(child_dev, &child_depth); in coresight_find_sink()
983 csdev->def_sink = coresight_find_sink(csdev, &depth); in coresight_find_default_sink()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c976 * coresight_find_sink - recursive function to walk trace connections from
992 coresight_find_sink(struct coresight_device *csdev, int *depth) in coresight_find_sink() function
1015 sink = coresight_find_sink(child_dev, &child_depth); in coresight_find_sink()
1057 csdev->def_sink = coresight_find_sink(csdev, &depth); in coresight_find_default_sink()

Completed in 5 milliseconds