Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dcore.h396 struct list_head internalbufs; member
Dhelpers.c233 list_add_tail(&buf->list, &inst->internalbufs); in intbufs_set_buffer()
251 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in intbufs_unset_buffers()
337 list_for_each_entry_safe(buf, n, &inst->internalbufs, list) { in venus_helper_intbufs_realloc()
Dvenc.c1237 INIT_LIST_HEAD(&inst->internalbufs); in venc_open()
Dvdec.c1557 INIT_LIST_HEAD(&inst->internalbufs); in vdec_open()