Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_config_rk.c216 if (opp_info->data && opp_info->data->set_read_margin) in rk_pm_callback_runtime_on()
217 opp_info->data->set_read_margin(kbdev->dev, opp_info, in rk_pm_callback_runtime_on()
614 .set_read_margin = rk3588_gpu_set_read_margin,
/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_opp_select.h47 int (*set_read_margin)(struct device *dev, member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_opp_select.c1725 if (!opp_info->data || !opp_info->data->set_read_margin) in rockchip_set_read_margin()
1730 return opp_info->data->set_read_margin(dev, opp_info, rm); in rockchip_set_read_margin()
1800 if (!opp_info->data || !opp_info->data->set_read_margin) in rockchip_set_intermediate_rate()
1879 if (info->data && info->data->set_read_margin) { in rockchip_init_opp_table()
H A Drockchip_system_monitor.c1321 if (opp_info && opp_info->data && opp_info->data->set_read_margin) { in rockchip_monitor_check_rate_volt()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Drockchip-cpufreq.c367 .set_read_margin = rk3588_cpu_set_read_margin,
591 if (opp_info->data && opp_info->data->set_read_margin) { in rockchip_cpufreq_cluster_init()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_drv.c1298 .set_read_margin = rk3588_npu_set_read_margin,
2069 if (opp_info->data && opp_info->data->set_read_margin) in rknpu_runtime_resume()
2070 opp_info->data->set_read_margin(dev, opp_info, in rknpu_runtime_resume()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvenc2.c1749 .set_read_margin = rk3588_venc_set_read_margin,