Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
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
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhelpers.c19 struct intbuf { struct
20 struct list_head list;
21 u32 type;
22 size_t size;
23 void *va;
24 dma_addr_t da;
25 unsigned long attrs;
282 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local