Lines Matching refs:opp_key
493 unsigned long opp_key, unsigned long key) in _compare_exact() argument
495 if (opp_key == key) { in _compare_exact()
504 unsigned long opp_key, unsigned long key) in _compare_ceil() argument
506 if (opp_key >= key) { in _compare_ceil()
515 unsigned long opp_key, unsigned long key) in _compare_floor() argument
517 if (opp_key > key) in _compare_floor()
525 struct dev_pm_opp *temp_opp, struct dev_pm_opp_key *opp_key, in _compare_opp_key_exact() argument
528 bool level_match = (key->level == OPP_LEVEL_UNSET || opp_key->level == key->level); in _compare_opp_key_exact()
529 bool freq_match = (key->freq == 0 || opp_key->freq == key->freq); in _compare_opp_key_exact()
530 bool bw_match = (key->bw == 0 || opp_key->bw == key->bw); in _compare_opp_key_exact()
545 unsigned long opp_key, unsigned long key), in _opp_table_find_key() argument
577 struct dev_pm_opp_key *opp_key, struct dev_pm_opp_key *key), in _opp_table_find_opp_key() argument
607 unsigned long opp_key, unsigned long key), in _find_key() argument