Home
last modified time | relevance | path

Searched refs:GO7007_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-driver.c389 if (vb && vb->vb.vb2_buf.planes[0].bytesused < GO7007_BUF_SIZE) { in store_byte()
464 if (vb->modet_active && *bytesused + 216 < GO7007_BUF_SIZE) in frame_boundary()
524 GO7007_BUF_SIZE - 3) { in go7007_parse_video_stream()
Dgo7007-priv.h136 #define GO7007_BUF_SIZE (GO7007_BUF_PAGES << PAGE_SHIFT) macro
Dgo7007-v4l2.c238 fmt->fmt.pix.sizeimage = GO7007_BUF_SIZE; in set_capture_size()
346 fmt->fmt.pix.sizeimage = GO7007_BUF_SIZE; in vidioc_g_fmt_vid_cap()
376 sizes[0] = GO7007_BUF_SIZE; in go7007_queue_setup()