/linux-6.8/Documentation/devicetree/bindings/power/ |
D | qcom,rpmpd.yaml | 99 rpmhpd_opp_min_svs: opp2 { 153 rpmpd_opp_ret: opp2 { 193 opp2 {
|
/linux-6.8/samples/bpf/ |
D | cpustat_kern.c | 152 * OPP2 in bpf_prog1() 185 * OPP2 in bpf_prog1() 259 * OPP2 | | in bpf_prog2()
|
/linux-6.8/Documentation/devicetree/bindings/opp/ |
D | opp-v2-qcom-level.yaml | 55 cpr_opp2: opp2 {
|
/linux-6.8/drivers/opp/ |
D | core.c | 1875 struct dev_pm_opp *opp1, struct dev_pm_opp *opp2) in _opp_compare_rate() argument 1880 if (opp1->rates[i] != opp2->rates[i]) in _opp_compare_rate() 1881 return opp1->rates[i] < opp2->rates[i] ? -1 : 1; in _opp_compare_rate() 1889 struct dev_pm_opp *opp2) in _opp_compare_bw() argument 1894 if (opp1->bandwidth[i].peak != opp2->bandwidth[i].peak) in _opp_compare_bw() 1895 return opp1->bandwidth[i].peak < opp2->bandwidth[i].peak ? -1 : 1; in _opp_compare_bw() 1904 * 0: opp1 == opp2 1905 * 1: opp1 > opp2 1906 * -1: opp1 < opp2 1909 struct dev_pm_opp *opp2) in _opp_compare_key() argument [all …]
|
D | opp.h | 260 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
|
/linux-6.8/Documentation/devicetree/bindings/power/avs/ |
D | qcom,cpr.yaml | 114 cpr_opp2: opp2 {
|
/linux-6.8/Documentation/devicetree/bindings/cpufreq/ |
D | qcom-cpufreq-nvmem.yaml | 202 cpr_opp2: opp2 {
|
/linux-6.8/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,rpmh-rsc.yaml | 228 rpmhpd_opp_min_svs: opp2 {
|
/linux-6.8/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 330 * with CPU freq enabled on device Nokia N900. Assumes OPP2 (main idle OPP,
|
/linux-6.8/drivers/firmware/ |
D | arm_scpi.c | 608 static int opp_cmp_func(const void *opp1, const void *opp2) in opp_cmp_func() argument 610 const struct scpi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func()
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
D | dcn321_resource.c | 969 struct dcn20_opp *opp2 = in dcn321_opp_create() local 972 if (!opp2) { in dcn321_opp_create() 984 dcn20_opp_construct(opp2, ctx, inst, in dcn321_opp_create() 986 return &opp2->base; in dcn321_opp_create()
|
/linux-6.8/drivers/firmware/arm_scmi/ |
D | perf.c | 307 static int opp_cmp_func(const void *opp1, const void *opp2) in opp_cmp_func() argument 309 const struct scmi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func()
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
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-6.8/arch/arm/boot/dts/qcom/ |
D | qcom-sdx65.dtsi | 760 rpmhpd_opp_min_svs: opp2 {
|
D | qcom-sdx55.dtsi | 816 rpmhpd_opp_min_svs: opp2 {
|
D | qcom-msm8226.dtsi | 98 rpmpd_opp_svs_krait: opp2 {
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | qcs404.dtsi | 141 cpr_opp2: opp2 { 202 rpmpd_opp_ret_plus: opp2 {
|
D | msm8994.dtsi | 210 rpmpd_opp_svs_krait: opp2 {
|
D | msm8976.dtsi | 266 rpmpd_opp_ret_plus: opp2 {
|
D | qdu1000.dtsi | 1404 rpmhpd_opp_min_svs: opp2 {
|
D | sm6125.dtsi | 217 rpmpd_opp_ret_plus: opp2 {
|
D | msm8953.dtsi | 224 rpmpd_opp_ret_plus: opp2 {
|
D | qcm2290.dtsi | 239 rpmpd_opp_low_svs: opp2 {
|
D | sdm670.dtsi | 1768 rpmhpd_opp_min_svs: opp2 {
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 1062 * Active, while OPP2 blend tree is responsible for processing right in calculate_recout() 1067 * tree. (i.e. DPP1 for OPP0 blend tree and DPP2 for OPP2 blend tree). in calculate_recout() 1084 * |OPP0(ODM slice0)^ |OPP2(ODM slice1) | in calculate_recout() 2124 * |DPP2----OPP2----| | <--- case 2 (OPP head pipe with plane)
|