Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_enc.c1119 while (!list_empty(&ctx->ref_queue)) { in cleanup_ref_queue()
1120 mb_entry = list_entry((&ctx->ref_queue)->next, in cleanup_ref_queue()
1129 INIT_LIST_HEAD(&ctx->ref_queue); in cleanup_ref_queue()
1245 list_for_each_entry(mb_entry, &ctx->ref_queue, list) { in enc_post_frame_start()
1266 list_add_tail(&mb_entry->list, &ctx->ref_queue); in enc_post_frame_start()
Ds5p_mfc_common.h709 struct list_head ref_queue; member
Ds5p_mfc.c669 list_empty(&ctx->ref_queue)) { in s5p_mfc_irq()
805 INIT_LIST_HEAD(&ctx->ref_queue); in s5p_mfc_open()