Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/verisilicon/
Dhantro_g2_hevc_dec.c291 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
333 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
334 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()
335 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
336 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()
337 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
338 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()
342 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
343 list0[j++] = list0[i++]; in set_ref_pic_list()
358 hantro_reg_write(vpu, &ref_pic_regs0[i], list0[i]); in set_ref_pic_list()
/linux-6.12.1/drivers/firewire/
Dcore-topology.c359 struct list_head list0, list1; in update_tree() local
363 INIT_LIST_HEAD(&list0); in update_tree()
364 list_add_tail(&card->local_node->link, &list0); in update_tree()
368 node0 = fw_node(list0.next); in update_tree()
371 while (&node0->link != &list0) { in update_tree()
405 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()