Home
last modified time | relevance | path

Searched refs:votes (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/soc/qcom/
H A Dqcom_stats.c116 struct appended_stats votes; in qcom_soc_sleep_stats_show() local
118 memcpy_fromio(&votes, reg + CLIENT_VOTES_OFFSET, sizeof(votes)); in qcom_soc_sleep_stats_show()
119 seq_printf(s, "Client Votes: %#x\n", votes.client_votes); in qcom_soc_sleep_stats_show()
H A DKconfig282 the fixed bandwidth votes from cpufreq (CPU nodes) thus achieve high
/linux-6.15/Documentation/arch/arm/
H A Dvlocks.rst16 writes to a single memory location. To arbitrate, every CPU "votes for
18 final value seen in that memory location when all the votes have been
34 int last_vote = -1; /* no votes yet */
181 * The "no votes yet" value used for the last_vote variable is 0 (not
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6873-dvfsrc-regulator.yaml11 are controlled with votes to the DVFSRC hardware.
/linux-6.15/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,rpmh-rsc.yaml38 resource state will be an aggregate of the sleep votes from each of those
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1458 static int a6xx_gmu_rpmh_arc_votes_init(struct device *dev, u32 *votes, in a6xx_gmu_rpmh_arc_votes_init() argument
1529 votes[i] = ((pri[pindex] & 0xffff) << 16) | in a6xx_gmu_rpmh_arc_votes_init()