Home
last modified time | relevance | path

Searched refs:framebuf (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2.h356 struct framebuf { struct
364 struct framebuf *next; argument
410 struct framebuf *buffers;
411 struct framebuf * volatile curbuff;
412 struct framebuf *workbuff;
Dcpia2_v4l.c190 struct framebuf *frame = &cam->buffers[frame_nr]; in sync()
932 struct framebuf *cb=cam->curbuff; in cpia2_dqbuf()
Dcpia2_usb.c243 struct framebuf *ptr; in cpia2_usb_complete()
Dcpia2_core.c2238 u32 size = cam->num_frames*sizeof(struct framebuf); in cpia2_allocate_buffers()
2302 struct framebuf *frame; in cpia2_read()