Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_queue.h31 struct uvc_buffer { struct
35 enum uvc_buffer_state state; argument
36 void *mem;
37 struct sg_table *sgt;
38 struct scatterlist *sg;
39 unsigned int offset;
40 unsigned int length;
41 unsigned int bytesused;
/openbmc/linux/drivers/media/usb/uvc/
H A Duvcvideo.h298 struct uvc_buffer { struct
302 enum uvc_buffer_state state; argument
303 unsigned int error;
305 void *mem;
306 unsigned int length;
307 unsigned int bytesused;
309 u32 pts;
312 struct kref ref;