Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/cpia2/
Dcpia2.h343 struct framebuf { struct
351 struct framebuf *next; argument
397 struct framebuf *buffers;
398 struct framebuf * volatile curbuff;
399 struct framebuf *workbuff;
Dcpia2_v4l.c177 struct framebuf *frame = &cam->buffers[frame_nr]; in sync()
891 struct framebuf *cb=cam->curbuff; in cpia2_dqbuf()
Dcpia2_usb.c230 struct framebuf *ptr; in cpia2_usb_complete()
Dcpia2_core.c2243 u32 size = cam->num_frames*sizeof(struct framebuf); in cpia2_allocate_buffers()
2307 struct framebuf *frame; in cpia2_read()