Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-core.c817 static int _coresight_build_path(struct coresight_device *csdev, in _coresight_build_path() function
831 if (_coresight_build_path(sink, sink, path) == 0) { in _coresight_build_path()
843 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()
888 rc = _coresight_build_path(source, sink, path); in coresight_build_path()