Home
last modified time | relevance | path

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

/linux-3.3/include/media/
Dvideobuf-core.h121 struct videobuf_qtype_ops { struct
122 u32 magic;
124 struct videobuf_buffer *(*alloc_vb)(size_t size);
125 void *(*vaddr) (struct videobuf_buffer *buf);
126 int (*iolock) (struct videobuf_queue *q,
151 struct videobuf_qtype_ops *int_ops; argument