Home
last modified time | relevance | path

Searched refs:icc_set_bw (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5.c55 ret = icc_set_bw(q6v5->path, 0, UINT_MAX); in qcom_q6v5_prepare()
63 icc_set_bw(q6v5->path, 0, 0); in qcom_q6v5_prepare()
91 icc_set_bw(q6v5->path, 0, 0); in qcom_q6v5_unprepare()
179 icc_set_bw(q6v5->path, 0, 0); in q6v5_handover_interrupt()
/linux-6.1.9/include/linux/
Dinterconnect.h52 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
101 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
/linux-6.1.9/drivers/media/platform/qcom/venus/
Dcore.c480 ret = icc_set_bw(core->cpucfg_path, 0, 0); in venus_runtime_suspend()
484 ret = icc_set_bw(core->video_path, 0, 0); in venus_runtime_suspend()
491 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_suspend()
505 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0); in venus_runtime_resume()
509 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_resume()
Dpm_helpers.c240 return icc_set_bw(core->video_path, total_avg, total_peak); in load_scale_bw()
/linux-6.1.9/drivers/interconnect/
Dtrace.h17 TRACE_EVENT(icc_set_bw,
Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
Dcore.c622 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
673 EXPORT_SYMBOL_GPL(icc_set_bw);
692 return icc_set_bw(path, path->reqs[0].avg_bw, in __icc_enable()
772 ret = icc_set_bw(path, 0, 0); in icc_put()
/linux-6.1.9/Documentation/devicetree/bindings/interconnect/
Dqcom,bcm-voter.yaml30 The AMC TCS is triggered immediately when icc_set_bw() is called. The
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c594 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
595 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
Da4xx_gpu.c721 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
722 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_kms.c922 icc_set_bw(path0, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
925 icc_set_bw(path1, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
927 icc_set_bw(path_rot, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
/linux-6.1.9/drivers/usb/dwc3/
Ddwc3-qcom.c270 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
273 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
281 ret = icc_set_bw(qcom->icc_path_apps, APPS_USB_AVG_BW, APPS_USB_PEAK_BW); in dwc3_qcom_interconnect_init()
/linux-6.1.9/drivers/spi/
Dspi-qcom-qspi.c248 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, avg_bw_cpu, avg_bw_cpu); in qcom_qspi_set_speed()
495 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
/linux-6.1.9/drivers/staging/media/imx/
Dimx8mq-mipi-csi2.c770 ret = icc_set_bw(state->icc_path, 0, 0); in imx8mq_mipi_csi_runtime_suspend()
783 ret = icc_set_bw(state->icc_path, 0, state->icc_path_bw); in imx8mq_mipi_csi_runtime_resume()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_mdss.c82 icc_set_bw(msm_mdss->path[i], 0, Bps_to_icc(bw)); in msm_mdss_icc_request_bw()
/linux-6.1.9/drivers/media/platform/qcom/camss/
Dcamss.c1760 ret = icc_set_bw(camss->icc_path[i], 0, 0); in camss_runtime_suspend()
1779 ret = icc_set_bw(camss->icc_path[i], in camss_runtime_resume()
/linux-6.1.9/drivers/gpu/drm/tegra/
Ddc.c2013 icc_set_bw(tegra->icc_mem, 0, 0); in tegra_crtc_update_memory_bandwidth()
2014 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth()
2070 icc_set_bw(tegra->icc_mem, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2073 icc_set_bw(tegra->icc_mem_vfilter, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2075 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth()
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c244 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()
Ddpu_kms.c1262 icc_set_bw(dpu_kms->path[i], 0, 0); in dpu_runtime_suspend()
/linux-6.1.9/drivers/firmware/
Dqcom_scm.c120 ret = icc_set_bw(__scm->path, 0, UINT_MAX); in qcom_scm_bw_enable()
140 icc_set_bw(__scm->path, 0, 0); in qcom_scm_bw_disable()
/linux-6.1.9/drivers/soc/qcom/
Dqcom-geni-se.c817 ret = icc_set_bw(se->icc_paths[i].path, in geni_icc_set_bw()
/linux-6.1.9/drivers/opp/
Dcore.c927 ret = icc_set_bw(opp_table->paths[i], avg, peak); in _set_opp_bw()