Home
last modified time | relevance | path

Searched defs:intbuf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c30 struct intbuf { struct
31 struct list_head list;
32 u32 type;
33 size_t size;
34 void *va;
35 dma_addr_t da;
36 unsigned long attrs;
37 enum dpb_buf_owner owned_by;
38 u32 dpb_out_tag;
342 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local