Home
last modified time | relevance | path

Searched full:icc_set_bw (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5.c49 ret = icc_set_bw(q6v5->path, 0, UINT_MAX); in qcom_q6v5_prepare()
57 icc_set_bw(q6v5->path, 0, 0); in qcom_q6v5_prepare()
85 icc_set_bw(q6v5->path, 0, 0); in qcom_q6v5_unprepare()
173 icc_set_bw(q6v5->path, 0, 0); in q6v5_handover_interrupt()
/openbmc/linux/include/linux/
H A Dinterconnect.h50 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw);
93 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
/openbmc/linux/drivers/interconnect/
H A Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
70 pr_err("icc_set_bw() failed on path %s (%d)\n", paths[i].name, ret); in icc_bulk_set_bw()
H A Dtrace.h17 TRACE_EVENT(icc_set_bw,
H A Dcore.c678 * icc_set_bw() - set bandwidth constraints on an interconnect path
692 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
743 EXPORT_SYMBOL_GPL(icc_set_bw);
762 return icc_set_bw(path, path->reqs[0].avg_bw, in __icc_enable()
794 ret = icc_set_bw(path, 0, 0); in icc_put()
H A Ddebugfs-client.c126 ret = icc_set_bw(cur_path, avg_bw, peak_bw); in icc_commit_set()
/openbmc/linux/include/dt-bindings/interconnect/
H A Dqcom,icc.h11 * icc_set_bw() completes, whereas the WAKE and SLEEP constraints are applied
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_mdss.c82 icc_set_bw(msm_mdss->mdp_path[i], 0, Bps_to_icc(bw)); in msm_mdss_icc_request_bw()
248 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()
251 icc_set_bw(msm_mdss->reg_bus_path, 0, in msm_mdss_enable()
308 icc_set_bw(msm_mdss->reg_bus_path, 0, 0); in msm_mdss_disable()
/openbmc/linux/drivers/crypto/qce/
H A Dcore.c231 ret = icc_set_bw(qce->mem_path, QCE_DEFAULT_MEM_BANDWIDTH, QCE_DEFAULT_MEM_BANDWIDTH); in qce_crypto_probe()
278 icc_set_bw(qce->mem_path, 0, 0); in qce_crypto_probe()
/openbmc/linux/Documentation/devicetree/bindings/interconnect/
H A Dqcom,bcm-voter.yaml30 The AMC TCS is triggered immediately when icc_set_bw() is called. The
/openbmc/linux/drivers/media/platform/qcom/venus/
H A 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()
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c723 ret = icc_set_bw(state->icc_path, 0, 0); in imx8mq_mipi_csi_runtime_suspend()
725 dev_err(dev, "icc_set_bw failed with %d\n", ret); in imx8mq_mipi_csi_runtime_suspend()
736 ret = icc_set_bw(state->icc_path, 0, state->icc_path_bw); in imx8mq_mipi_csi_runtime_resume()
738 dev_err(dev, "icc_set_bw failed with %d\n", ret); in imx8mq_mipi_csi_runtime_resume()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c316 ret = icc_set_bw(pcie_ep->icc_mem, 0, width * bw); in qcom_pcie_ep_icc_update()
354 ret = icc_set_bw(pcie_ep->icc_mem, 0, MBps_to_icc(PCIE_GEN1_BW_MBPS)); in qcom_pcie_enable_resources()
375 icc_set_bw(pcie_ep->icc_mem, 0, 0); in qcom_pcie_disable_resources()
H A Dpcie-qcom.c1358 ret = icc_set_bw(pcie->icc_mem, 0, MBps_to_icc(250)); in qcom_pcie_icc_init()
1403 ret = icc_set_bw(pcie->icc_mem, 0, width * bw); in qcom_pcie_icc_update()
1565 ret = icc_set_bw(pcie->icc_mem, 0, kBps_to_icc(1)); in qcom_pcie_suspend_noirq()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A 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()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c269 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
272 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
280 ret = icc_set_bw(qcom->icc_path_apps, APPS_USB_AVG_BW, APPS_USB_PEAK_BW); in dwc3_qcom_interconnect_init()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c605 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
606 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
H A Da4xx_gpu.c731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
/openbmc/linux/drivers/spi/
H A Dspi-qcom-qspi.c292 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, avg_bw_cpu, avg_bw_cpu); in qcom_qspi_set_speed()
733 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000), in qcom_qspi_probe()
/openbmc/linux/drivers/memory/tegra/
H A Dtegra186-emc.c360 * request is made by client with 'icc_set_bw()' call. in tegra186_emc_probe()
H A Dtegra234.c940 * icc_set_bw() makes set_bw calls for both MC and EMC providers in
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c242 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c2014 icc_set_bw(tegra->icc_mem, 0, 0); in tegra_crtc_update_memory_bandwidth()
2015 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth()
2071 icc_set_bw(tegra->icc_mem, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2074 icc_set_bw(tegra->icc_mem_vfilter, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth()
2076 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth()
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c123 ret = icc_set_bw(__scm->path, 0, UINT_MAX); in qcom_scm_bw_enable()
143 icc_set_bw(__scm->path, 0, 0); in qcom_scm_bw_disable()
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss.c1771 ret = icc_set_bw(camss->icc_path[i], 0, 0); in camss_runtime_suspend()
1790 ret = icc_set_bw(camss->icc_path[i], in camss_runtime_resume()

12