Searched refs:opp1 (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/firmware/arm_scmi/
H A Dperf.c341 static int opp_cmp_func(const void *opp1, const void *opp2) argument
343 const struct scmi_opp *t1 = opp1, *t2 = opp2;
/linux-master/drivers/firmware/
H A Darm_scpi.c608 static int opp_cmp_func(const void *opp1, const void *opp2) argument
610 const struct scpi_opp *t1 = opp1, *t2 = opp2;
/linux-master/drivers/opp/
H A Dcore.c1875 struct dev_pm_opp *opp1, struct dev_pm_opp *opp2)
1880 if (opp1->rates[i] != opp2->rates[i])
1881 return opp1->rates[i] < opp2->rates[i] ? -1 : 1;
1888 static int _opp_compare_bw(struct opp_table *opp_table, struct dev_pm_opp *opp1, argument
1894 if (opp1->bandwidth[i].peak != opp2->bandwidth[i].peak)
1895 return opp1->bandwidth[i].peak < opp2->bandwidth[i].peak ? -1 : 1;
1904 * 0: opp1 == opp2
1905 * 1: opp1 > opp2
1906 * -1: opp1 < opp2
1908 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, argument
1874 _opp_compare_rate(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2) argument
[all...]
H A Dopp.h260 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, struct dev_pm_opp *opp2);

Completed in 239 milliseconds