Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dcore.h292 struct list_head internalbufs; member
Dhelpers.c230 list_add_tail(&buf->list, &inst->internalbufs); in intbufs_set_buffer()
248 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in intbufs_unset_buffers()
323 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in venus_helper_intbufs_realloc()
Dvenc.c1152 INIT_LIST_HEAD(&inst->internalbufs); in venc_open()
Dvdec.c1326 INIT_LIST_HEAD(&inst->internalbufs); in vdec_open()