Home
last modified time | relevance | path

Searched refs:list0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c290 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
332 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
333 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_before[i]); in set_ref_pic_list()
334 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
335 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_st_curr_after[i]); in set_ref_pic_list()
336 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
337 list0[j++] = find_ref_pic_index(dpb, decode_params->poc_lt_curr[i]); in set_ref_pic_list()
341 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
342 list0[j++] = list0[i++]; in set_ref_pic_list()
357 hantro_reg_write(vpu, &ref_pic_regs0[i], list0[i]); in set_ref_pic_list()
/Linux-v5.15/drivers/firewire/
Dcore-topology.c412 struct list_head list0, list1; in update_tree() local
416 INIT_LIST_HEAD(&list0); in update_tree()
417 list_add_tail(&card->local_node->link, &list0); in update_tree()
421 node0 = fw_node(list0.next); in update_tree()
424 while (&node0->link != &list0) { in update_tree()
458 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()