Searched refs:list1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/lib/ |
H A D | list-test.c | 21 struct list_head list1 = LIST_HEAD_INIT(list1); in list_test_list_init() local 188 LIST_HEAD(list1); in list_test_list_move() 207 LIST_HEAD(list1); in list_test_list_move_tail() 229 LIST_HEAD(list1); in list_test_list_bulk_move_tail() 303 LIST_HEAD(list1); in list_test_list_empty() 316 LIST_HEAD(list1); in list_test_list_empty_careful() 388 LIST_HEAD(list1); in list_test_list_cut_position() 416 LIST_HEAD(list1); in list_test_list_cut_before() 444 LIST_HEAD(list1); in list_test_list_splice() 469 LIST_HEAD(list1); in list_test_list_splice_tail() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | list_utils.robot | 32 [Arguments] ${list1} ${list2} 34 # list1 The first list to intersect. 37 ${length1}= Get Length ${list1} 42 @{larger_list}= Set Variable If ${length1} >= ${length2} ${list1} 45 ... ${length1} < ${length2} ${list1} 61 [Arguments] ${list1} ${list2} 63 # list1 The base list which is to be subtracted from. 64 # list2 The list which is to be subtracted from list1. 67 FOR ${item} IN @{list1}
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_hevc_dec.c | 306 u32 list1[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local 360 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list1); i++) in set_ref_pic_list() 361 list1[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list() 362 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list1); i++) in set_ref_pic_list() 363 list1[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list() 364 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list1); i++) in set_ref_pic_list() 365 list1[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list() 368 while (j < ARRAY_SIZE(list1)) in set_ref_pic_list() 369 list1[j++] = list1[i++]; in set_ref_pic_list() 373 hantro_reg_write(vpu, &ref_pic_regs1[i], list1[i]); in set_ref_pic_list()
|
/openbmc/linux/drivers/firewire/ |
H A D | core-topology.c | 409 struct list_head list0, list1; in update_tree() local 415 INIT_LIST_HEAD(&list1); in update_tree() 416 list_add_tail(&root->link, &list1); in update_tree() 419 node1 = fw_node(list1.next); in update_tree() 456 list_add_tail(&node1->ports[i]->link, &list1); in update_tree()
|
/openbmc/linux/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 484 const struct et8ek8_reglist **list1 = (const struct et8ek8_reglist **)a, in et8ek8_reglist_cmp() local 488 if ((*list1)->type == ET8EK8_REGLIST_MODE && in et8ek8_reglist_cmp() 491 if ((*list1)->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()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 843 ice_match_prop_lst(struct list_head *list1, struct list_head *list2) in ice_match_prop_lst() argument 851 list_for_each_entry(tmp1, list1, list) in ice_match_prop_lst() 858 tmp1 = list_first_entry(list1, struct ice_vsig_prof, list); in ice_match_prop_lst()
|