Home
last modified time | relevance | path

Searched refs:list2 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/i2c/et8ek8/
A Det8ek8_driver.c485 **list2 = (const struct et8ek8_reglist **)b; in et8ek8_reglist_cmp() local
489 (*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()
/drivers/acpi/
A Dutils.c417 struct acpi_handle_list *list2) in acpi_handle_list_equal() argument
419 return list1->count == list2->count && in acpi_handle_list_equal()
420 !memcmp(list1->handles, list2->handles, in acpi_handle_list_equal()
/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c843 ice_match_prop_lst(struct list_head *list1, struct list_head *list2) in ice_match_prop_lst() argument
853 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