Searched refs:GO7007_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
310 if (gobuf != NULL && gobuf->bytesused < GO7007_BUF_SIZE) { in store_byte()330 if (go->active_buf->bytesused + 216 < GO7007_BUF_SIZE) { in frame_boundary()391 go->active_buf->bytesused >= GO7007_BUF_SIZE - 3) { in go7007_parse_video_stream()
238 fmt->fmt.pix.sizeimage = GO7007_BUF_SIZE; in set_capture_size()660 fmt->fmt.pix.sizeimage = GO7007_BUF_SIZE; in vidioc_g_fmt_vid_cap()793 buf->m.offset = index * GO7007_BUF_SIZE; in vidioc_querybuf()794 buf->length = GO7007_BUF_SIZE; in vidioc_querybuf()923 buf->m.offset = gobuf->index * GO7007_BUF_SIZE; in vidioc_dqbuf()924 buf->length = GO7007_BUF_SIZE; in vidioc_dqbuf()1690 if (vma->vm_end - vma->vm_start != GO7007_BUF_SIZE) in go7007_mmap()
116 #define GO7007_BUF_SIZE (GO7007_BUF_PAGES << PAGE_SHIFT) macro