Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dvideobuf-core.h120 struct videobuf_qtype_ops { struct
121 u32 magic;
123 struct videobuf_buffer *(*alloc_vb)(size_t size);
124 void *(*vaddr) (struct videobuf_buffer *buf);
125 int (*iolock) (struct videobuf_queue *q,
149 struct videobuf_qtype_ops *int_ops; argument