Home
last modified time | relevance | path

Searched refs:dpbbufs (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.c96 list_for_each_entry(buf, &inst->dpbbufs, list) { in venus_helper_queue_dpb_bufs()
117 list_for_each_entry_safe(buf, n, &inst->dpbbufs, list) { in venus_helper_free_dpb_bufs()
124 INIT_LIST_HEAD(&inst->dpbbufs); in venus_helper_free_dpb_bufs()
180 list_add_tail(&buf->list, &inst->dpbbufs); in venus_helper_alloc_dpb_bufs()
Dcore.h271 struct list_head dpbbufs; member
Dvdec.c1030 INIT_LIST_HEAD(&inst->dpbbufs); in vdec_open()
Dvenc.c1135 INIT_LIST_HEAD(&inst->dpbbufs); in venc_open()