Home
last modified time | relevance | path

Searched refs:opp2 (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/opp/
H A Dcore.c1960 struct dev_pm_opp *opp1, struct dev_pm_opp *opp2) in _opp_compare_rate() argument
1965 if (opp1->rates[i] != opp2->rates[i]) in _opp_compare_rate()
1966 return opp1->rates[i] < opp2->rates[i] ? -1 : 1; in _opp_compare_rate()
1974 struct dev_pm_opp *opp2) in _opp_compare_bw() argument
1979 if (opp1->bandwidth[i].peak != opp2->bandwidth[i].peak) in _opp_compare_bw()
1980 return opp1->bandwidth[i].peak < opp2->bandwidth[i].peak ? -1 : 1; in _opp_compare_bw()
1994 struct dev_pm_opp *opp2) in _opp_compare_key() argument
1998 ret = _opp_compare_rate(opp_table, opp1, opp2); in _opp_compare_key()
2002 ret = _opp_compare_bw(opp_table, opp1, opp2); in _opp_compare_key()
2006 if (opp1->level != opp2->level) in _opp_compare_key()
[all …]
H A Dopp.h259 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);
/linux/drivers/firmware/
H A Darm_scpi.c609 static int opp_cmp_func(const void *opp1, const void *opp2) in opp_cmp_func() argument
611 const struct scpi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c999 struct dcn20_opp *opp2 = in dcn321_opp_create() local
1002 if (!opp2) { in dcn321_opp_create()
1014 dcn20_opp_construct(opp2, ctx, inst, in dcn321_opp_create()
1016 return &opp2->base; in dcn321_opp_create()
/linux/drivers/firmware/arm_scmi/
H A Dperf.c339 static int opp_cmp_func(const void *opp1, const void *opp2) in opp_cmp_func() argument
341 const struct scmi_opp *t1 = opp1, *t2 = opp2; in opp_cmp_func()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1005 struct dcn20_opp *opp2 = in dcn32_opp_create() local
1008 if (!opp2) { in dcn32_opp_create()
1020 dcn20_opp_construct(opp2, ctx, inst, in dcn32_opp_create()
1022 return &opp2->base; in dcn32_opp_create()
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-sdx65.dtsi769 rpmhpd_opp_min_svs: opp2 {
H A Dqcom-sdx55.dtsi835 rpmhpd_opp_min_svs: opp2 {
H A Dqcom-msm8226.dtsi186 rpmpd_opp_svs_krait: opp2 {
H A Dqcom-msm8974.dtsi163 rpmpd_opp_svs_krait: opp2 {
/linux/arch/arm64/boot/dts/qcom/
H A Dqcs404.dtsi141 cpr_opp2: opp2 {
202 rpmpd_opp_ret_plus: opp2 {
H A Dmsm8994.dtsi210 rpmpd_opp_svs_krait: opp2 {
H A Dsm6125.dtsi218 rpmpd_opp_ret_plus: opp2 {
H A Dmsm8917.dtsi247 rpmpd_opp_ret_plus: opp2 {
H A Dmsm8937.dtsi347 rpmpd_opp_ret_plus: opp2 {
H A Dqdu1000.dtsi1544 rpmhpd_opp_min_svs: opp2 {
H A Dmsm8976.dtsi273 rpmpd_opp_ret_plus: opp2 {
H A Dsdm670.dtsi2208 rpmhpd_opp_min_svs: opp2 {
H A Dmsm8953.dtsi243 rpmpd_opp_ret_plus: opp2 {
H A Dsm6375.dtsi678 rpmpd_opp_min_svs: opp2 {
H A Dsdm630.dtsi396 rpmpd_opp_ret_plus: opp2 {
H A Dmsm8916.dtsi337 rpmpd_opp_svs_krait: opp2 {
H A Dmsm8939.dtsi286 rpmpd_opp_svs_krait: opp2 {
H A Dagatti.dtsi245 rpmpd_opp_low_svs: opp2 {
H A Dmsm8998.dtsi378 rpmpd_opp_ret_plus: opp2 {

12