Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/qcom/venus/
Dcore.c202 core->cpucfg_path = of_icc_get(dev, "cpu-cfg"); in venus_probe()
203 if (IS_ERR(core->cpucfg_path)) in venus_probe()
204 return PTR_ERR(core->cpucfg_path); in venus_probe()
338 icc_put(core->cpucfg_path); in venus_remove()
358 ret = icc_set_bw(core->cpucfg_path, 0, 0); in venus_runtime_suspend()
380 ret = icc_set_bw(core->cpucfg_path, 0, kbps_to_icc(1000)); in venus_runtime_resume()
Dcore.h161 struct icc_path *cpucfg_path; member