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.h296 struct uvc_buffer { struct
300 enum uvc_buffer_state state; argument
301 unsigned int error;
303 void *mem;
304 unsigned int length;
305 unsigned int bytesused;
307 u32 pts;
310 struct kref ref;