Searched refs:vote_scale (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | icc-rpmh.c | 171 if (!bcm->vote_scale) in qcom_icc_bcm_init() 172 bcm->vote_scale = 1000; in qcom_icc_bcm_init()
|
H A D | icc-rpmh.h | 83 * @vote_scale: scaling factor for vote_x and vote_y 100 u64 vote_scale; member
|
H A D | bcm-voter.c | 88 temp = agg_avg[bucket] * bcm->vote_scale; in bcm_aggregate() 91 temp = agg_peak[bucket] * bcm->vote_scale; in bcm_aggregate()
|
/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | icc-rpmh.c | 148 if (!bcm->vote_scale) in qcom_icc_bcm_init() 149 bcm->vote_scale = 1000; in qcom_icc_bcm_init()
|
H A D | icc-rpmh.h | 83 * @vote_scale: scaling factor for vote_x and vote_y 100 u64 vote_scale; member
|
H A D | bcm-voter.c | 111 temp = agg_avg[bucket] * bcm->vote_scale; in bcm_aggregate() 114 temp = agg_peak[bucket] * bcm->vote_scale; in bcm_aggregate()
|
H A D | sm8450.c | 1424 .vote_scale = 1, 1432 .vote_scale = 1, 1440 .vote_scale = 1,
|
H A D | sc7280.c | 1389 .vote_scale = 1, 1396 .vote_scale = 1,
|
H A D | sm8550.c | 1568 .vote_scale = 1, 1576 .vote_scale = 1, 1584 .vote_scale = 1,
|
H A D | sa8775p.c | 2020 .vote_scale = 1, 2027 .vote_scale = 1, 2034 .vote_scale = 1,
|
H A D | sc8280xp.c | 1903 .vote_scale = 1, 1910 .vote_scale = 1, 1917 .vote_scale = 1,
|
Completed in 13 milliseconds