Home
last modified time | relevance | path

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

/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