Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dcore.c301 core->cpucfg_path = devm_of_icc_get(dev, "cpu-cfg"); in venus_probe()
302 if (IS_ERR(core->cpucfg_path)) in venus_probe()
303 return PTR_ERR(core->cpucfg_path); in venus_probe()
480 ret = icc_set_bw(core->cpucfg_path, 0, 0); in venus_runtime_suspend()
491 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_suspend()
509 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_resume()
Dcore.h162 struct icc_path *cpucfg_path; member