Searched refs:opp2 (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/opp/ |
H A D | core.c | 1929 struct dev_pm_opp *opp1, struct dev_pm_opp *opp2) in _opp_compare_rate() argument 1934 if (opp1->rates[i] != opp2->rates[i]) in _opp_compare_rate() 1935 return opp1->rates[i] < opp2->rates[i] ? -1 : 1; in _opp_compare_rate() 1943 struct dev_pm_opp *opp2) in _opp_compare_bw() argument 1948 if (opp1->bandwidth[i].peak != opp2->bandwidth[i].peak) in _opp_compare_bw() 1949 return opp1->bandwidth[i].peak < opp2->bandwidth[i].peak ? -1 : 1; in _opp_compare_bw() 1963 struct dev_pm_opp *opp2) in _opp_compare_key() argument 1967 ret = _opp_compare_rate(opp_table, opp1, opp2); in _opp_compare_key() 1971 ret = _opp_compare_bw(opp_table, opp1, opp2); in _opp_compare_key() 1975 if (opp1->level != opp2->level) in _opp_compare_key() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
H A D | dcn321_resource.c | 968 struct dcn20_opp *opp2 = in dcn321_opp_create() local 971 if (!opp2) { in dcn321_opp_create() 983 dcn20_opp_construct(opp2, ctx, inst, in dcn321_opp_create() 985 return &opp2->base; in dcn321_opp_create()
|
/linux/drivers/firmware/arm_scmi/ |
H A D | perf.c | 341 static int opp_cmp_func(const void *opp1, const void *opp2) in opp_cmp_func() argument 343 const struct scmi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
H A D | dcn32_resource.c | 972 struct dcn20_opp *opp2 = in dcn32_opp_create() local 975 if (!opp2) { in dcn32_opp_create() 987 dcn20_opp_construct(opp2, ctx, inst, in dcn32_opp_create() 989 return &opp2->base; in dcn32_opp_create()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8226.dtsi | 185 rpmpd_opp_svs_krait: opp2 {
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8976.dtsi | 272 rpmpd_opp_ret_plus: opp2 {
|
H A D | msm8953.dtsi | 224 rpmpd_opp_ret_plus: opp2 {
|
H A D | qcm2290.dtsi | 240 rpmpd_opp_low_svs: opp2 {
|
H A D | msm8998.dtsi | 377 rpmpd_opp_ret_plus: opp2 {
|
H A D | sa8775p.dtsi | 4621 rpmhpd_opp_low_svs: opp2 {
|