Searched refs:icc_set_bw (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | interconnect.h | 53 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw); 96 static inline int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | core.c | 593 ret = icc_set_bw(core->cpucfg_path, 0, 0); in venus_runtime_suspend() 597 ret = icc_set_bw(core->video_path, 0, 0); in venus_runtime_suspend() 604 icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_suspend() 638 ret = icc_set_bw(core->video_path, kbps_to_icc(20000), 0); in venus_runtime_resume() 642 ret = icc_set_bw(core->cpucfg_path, kbps_to_icc(1000), 0); in venus_runtime_resume()
|
| /linux/drivers/interconnect/ |
| H A D | bulk.c | 68 ret = icc_set_bw(paths[i].path, paths[i].avg_bw, paths[i].peak_bw); in icc_bulk_set_bw()
|
| H A D | core.c | 694 int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) in icc_set_bw() function 745 EXPORT_SYMBOL_GPL(icc_set_bw); 764 return icc_set_bw(path, path->reqs[0].avg_bw, in __icc_enable() 796 ret = icc_set_bw(path, 0, 0); in icc_put()
|
| H A D | debugfs-client.c | 131 ret = icc_set_bw(cur_path, avg_bw, peak_bw); in icc_commit_set()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra_isomgr_bw.c | 75 return icc_set_bw(adma_isomgr->icc_path_handle, in tegra_isomgr_adma_setbw()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-qcom-legacy.c | 265 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init() 268 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init() 276 ret = icc_set_bw(qcom->icc_path_apps, APPS_USB_AVG_BW, APPS_USB_PEAK_BW); in dwc3_qcom_interconnect_init()
|
| /linux/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu-qcom-debug.c | 280 ret = icc_set_bw(tbu->path, 0, UINT_MAX); in qcom_iova_to_phys() 343 icc_set_bw(tbu->path, 0, 0); in qcom_iova_to_phys()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a3xx_gpu.c | 583 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init() 584 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
|
| /linux/drivers/crypto/qce/ |
| H A D | core.c | 226 ret = icc_set_bw(qce->mem_path, QCE_DEFAULT_MEM_BANDWIDTH, QCE_DEFAULT_MEM_BANDWIDTH); in qce_crypto_probe()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 2030 icc_set_bw(tegra->icc_mem, 0, 0); in tegra_crtc_update_memory_bandwidth() 2031 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth() 2087 icc_set_bw(tegra->icc_mem, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth() 2090 icc_set_bw(tegra->icc_mem_vfilter, new_avg_bw, new_peak_bw); in tegra_crtc_update_memory_bandwidth() 2092 icc_set_bw(tegra->icc_mem_vfilter, 0, 0); in tegra_crtc_update_memory_bandwidth()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qup.c | 475 ret = icc_set_bw(qup->icc_path, 0, needed_peak_bw); in qup_i2c_vote_bw()
|