Home
last modified time | relevance | path

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

/drivers/staging/media/hantro/
Dhantro_g2_hevc_dec.c272 u32 list0[V4L2_HEVC_DPB_ENTRIES_NUM_MAX] = {}; in set_ref_pic_list() local
314 for (i = 0; i < decode_params->num_poc_st_curr_before && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
315 list0[j++] = decode_params->poc_st_curr_before[i]; in set_ref_pic_list()
316 for (i = 0; i < decode_params->num_poc_st_curr_after && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
317 list0[j++] = decode_params->poc_st_curr_after[i]; in set_ref_pic_list()
318 for (i = 0; i < decode_params->num_poc_lt_curr && j < ARRAY_SIZE(list0); i++) in set_ref_pic_list()
319 list0[j++] = decode_params->poc_lt_curr[i]; in set_ref_pic_list()
323 while (j < ARRAY_SIZE(list0)) in set_ref_pic_list()
324 list0[j++] = list0[i++]; in set_ref_pic_list()
339 hantro_reg_write(vpu, &ref_pic_regs0[i], list0[i]); in set_ref_pic_list()
/drivers/firewire/
Dcore-topology.c409 struct list_head list0, list1; in update_tree() local
413 INIT_LIST_HEAD(&list0); in update_tree()
414 list_add_tail(&card->local_node->link, &list0); in update_tree()
418 node0 = fw_node(list0.next); in update_tree()
421 while (&node0->link != &list0) { in update_tree()
455 list_add_tail(&node0->ports[i]->link, &list0); in update_tree()