Home
last modified time | relevance | path

Searched refs:first_hint (Results 1 – 4 of 4) sorted by relevance

/device/huawei/angler/power/
Dhint-data.c32 int hint_compare(struct hint_data *first_hint, in hint_compare() argument
34 if (first_hint == other_hint) { in hint_compare()
36 } else if ((first_hint && other_hint) && in hint_compare()
37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
Dhint-data.h41 int hint_compare(struct hint_data *first_hint,
/device/lge/bullhead/power/
Dhint-data.c32 int hint_compare(struct hint_data *first_hint, in hint_compare() argument
34 if (first_hint == other_hint) { in hint_compare()
36 } else if ((first_hint && other_hint) && in hint_compare()
37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
Dhint-data.h41 int hint_compare(struct hint_data *first_hint,