Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhelpers.c24 struct intbuf { struct
25 struct list_head list;
26 u32 type;
27 size_t size;
28 void *va;
29 dma_addr_t da;
30 unsigned long attrs;
295 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local