Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-file.c434 char cpath[PATH_MAX]; in probe_cache__open() local
481 snprintf(cpath, PATH_MAX, "%s/probes", dir_name); in probe_cache__open()
482 fd = open(cpath, O_CREAT | O_RDWR, 0644); in probe_cache__open()
484 pr_debug("Failed to open cache(%d): %s\n", fd, cpath); in probe_cache__open()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c918 static int mtk_drm_of_ddp_path_build_one(struct device *dev, enum mtk_crtc_path cpath, in mtk_drm_of_ddp_path_build_one() argument
930 ret = mtk_drm_of_get_ddp_ep_cid(vdo, 0, cpath, &next, &temp_path[idx]); in mtk_drm_of_ddp_path_build_one()
939 dev_err(dev, "Cannot find first endpoint for path %d\n", cpath); in mtk_drm_of_ddp_path_build_one()
952 ret = mtk_drm_of_get_ddp_ep_cid(next, 1, cpath, &next, &temp_path[idx]); in mtk_drm_of_ddp_path_build_one()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py5739 cpath, spath, info = '/proc/cpuinfo', '/sys/class/dmi/id', {
5760 if 'processor-version' not in out and os.path.exists(cpath):
5761 with open(cpath, 'r') as fp: