Searched refs:icc_set_bw (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/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) function
/linux-master/drivers/interconnect/
H A Dtrace.h17 TRACE_EVENT(icc_set_bw,
H A Dbulk.c68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw);
70 pr_err("icc_set_bw() failed on path %s (%d)\n", paths[i].name, ret);
H A Ddebugfs-client.c126 ret = icc_set_bw(cur_path, avg_bw, peak_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) function
743 EXPORT_SYMBOL_GPL(icc_set_bw); variable
762 return icc_set_bw(path, path->reqs[0].avg_bw,
794 ret = icc_set_bw(path, 0, 0);
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5.c49 ret = icc_set_bw(q6v5->path, 0, UINT_MAX);
57 icc_set_bw(q6v5->path, 0, 0);
85 icc_set_bw(q6v5->path, 0, 0);
173 icc_set_bw(q6v5->path, 0, 0);
/linux-master/drivers/crypto/qce/
H A Dcore.c228 ret = icc_set_bw(qce->mem_path, QCE_DEFAULT_MEM_BANDWIDTH, QCE_DEFAULT_MEM_BANDWIDTH);
275 icc_set_bw(qce->mem_path, 0, 0);
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.c481 ret = icc_set_bw(core->cpucfg_path, 0, 0);
485 ret = icc_set_bw(core->video_path, 0, 0);
492 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
506 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0);
510 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0);
H A Dpm_helpers.c240 return icc_set_bw(core->video_path, total_avg, total_peak);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_mdss.c289 icc_set_bw(msm_mdss->mdp_path[i], 0, Bps_to_icc(MIN_IB_BW));
292 icc_set_bw(msm_mdss->reg_bus_path, 0,
295 icc_set_bw(msm_mdss->reg_bus_path, 0,
353 icc_set_bw(msm_mdss->mdp_path[i], 0, 0);
356 icc_set_bw(msm_mdss->reg_bus_path, 0, 0);
/linux-master/drivers/usb/dwc3/
H A Ddwc3-qcom.c251 ret = icc_set_bw(qcom->icc_path_ddr,
254 ret = icc_set_bw(qcom->icc_path_ddr,
262 ret = icc_set_bw(qcom->icc_path_apps, APPS_USB_AVG_BW, APPS_USB_PEAK_BW);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c612 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
613 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
H A Da4xx_gpu.c731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c297 ret = icc_set_bw(pcie_ep->icc_mem, 0, width * QCOM_PCIE_LINK_SPEED_TO_BW(speed));
335 ret = icc_set_bw(pcie_ep->icc_mem, 0, QCOM_PCIE_LINK_SPEED_TO_BW(1));
356 icc_set_bw(pcie_ep->icc_mem, 0, 0);
H A Dpcie-qcom.c1419 ret = icc_set_bw(pcie->icc_mem, 0, QCOM_PCIE_LINK_SPEED_TO_BW(1));
1449 ret = icc_set_bw(pcie->icc_mem, 0, width * QCOM_PCIE_LINK_SPEED_TO_BW(speed));
1611 ret = icc_set_bw(pcie->icc_mem, 0, kBps_to_icc(1));
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c804 icc_set_bw(path0, 0, MBps_to_icc(6400));
807 icc_set_bw(path1, 0, MBps_to_icc(6400));
809 icc_set_bw(path_rot, 0, MBps_to_icc(6400));
/linux-master/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);
/linux-master/drivers/spi/
H A Dspi-qcom-qspi.c292 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, avg_bw_cpu, avg_bw_cpu);
733 ret = icc_set_bw(ctrl->icc_path_cpu_to_qspi, Bps_to_icc(1000),
H A Dspi-qup.c199 ret = icc_set_bw(controller->icc_path, 0, needed_peak_bw);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.c1847 ret = icc_set_bw(camss->icc_path[i], 0, 0);
1863 ret = icc_set_bw(camss->icc_path[i],
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c727 ret = icc_set_bw(state->icc_path, 0, 0);
729 dev_err(dev, "icc_set_bw failed with %d\n", ret);
740 ret = icc_set_bw(state->icc_path, 0, state->icc_path_bw);
742 dev_err(dev, "icc_set_bw failed with %d\n", ret);
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c2021 icc_set_bw(tegra->icc_mem, 0, 0);
2022 icc_set_bw(tegra->icc_mem_vfilter, 0, 0);
2078 icc_set_bw(tegra->icc_mem, new_avg_bw, new_peak_bw);
2081 icc_set_bw(tegra->icc_mem_vfilter, new_avg_bw, new_peak_bw);
2083 icc_set_bw(tegra->icc_mem_vfilter, 0, 0);
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c678 ret = icc_set_bw(host->icc_ddr, 0, mem_bw);
684 ret = icc_set_bw(host->icc_cpu, 0, cfg_bw);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c171 ret = icc_set_bw(__scm->path, 0, UINT_MAX);
191 icc_set_bw(__scm->path, 0, 0);
/linux-master/drivers/soc/qcom/
H A Dqcom-geni-se.c836 ret = icc_set_bw(se->icc_paths[i].path,

Completed in 543 milliseconds

12