Searched refs:list2 (Results 1 – 3 of 3) sorted by relevance
485 **list2 = (const struct et8ek8_reglist **)b; in et8ek8_reglist_cmp() local489 (*list2)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()492 (*list2)->type == ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp()498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp()501 if ((*list1)->mode.window_height > (*list2)->mode.window_height) in et8ek8_reglist_cmp()503 if ((*list1)->mode.window_height < (*list2)->mode.window_height) in et8ek8_reglist_cmp()
417 struct acpi_handle_list *list2) in acpi_handle_list_equal() argument419 return list1->count == list2->count && in acpi_handle_list_equal()420 !memcmp(list1->handles, list2->handles, in acpi_handle_list_equal()
843 ice_match_prop_lst(struct list_head *list1, struct list_head *list2) in ice_match_prop_lst() argument853 list_for_each_entry(tmp2, list2, list) in ice_match_prop_lst()859 tmp2 = list_first_entry(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()
Completed in 21 milliseconds