Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.c21 struct intbuf { struct
22 struct list_head list;
23 u32 type;
24 size_t size;
25 void *va;
26 dma_addr_t da;
27 unsigned long attrs;
284 const unsigned int *intbuf; in venus_helper_intbufs_alloc() local