Home
last modified time | relevance | path

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

/Linux-v4.19/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;
292 const unsigned int *intbuf; in intbufs_alloc() local