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

/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.c304 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg");
305 if (IS_ERR(core->cpucfg_path))
306 return PTR_ERR(core->cpucfg_path);
481 ret = icc_set_bw(core->cpucfg_path, 0, 0);
492 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
510 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
H A Dcore.h134 * @cpucfg_path: an interconnect handle to cpu configuration path
187 struct icc_path *cpucfg_path; member in struct:venus_core

Completed in 110 milliseconds