Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/
Dsh_vou.c794 struct sh_vou_file *vou_file = priv; in sh_vou_reqbufs() local
801 return videobuf_reqbufs(&vou_file->vbq, req); in sh_vou_reqbufs()
808 struct sh_vou_file *vou_file = priv; in sh_vou_querybuf() local
812 return videobuf_querybuf(&vou_file->vbq, b); in sh_vou_querybuf()
818 struct sh_vou_file *vou_file = priv; in sh_vou_qbuf() local
822 return videobuf_qbuf(&vou_file->vbq, b); in sh_vou_qbuf()
828 struct sh_vou_file *vou_file = priv; in sh_vou_dqbuf() local
832 return videobuf_dqbuf(&vou_file->vbq, b, file->f_flags & O_NONBLOCK); in sh_vou_dqbuf()
839 struct sh_vou_file *vou_file = priv; in sh_vou_streamon() local
850 return videobuf_streamon(&vou_file->vbq); in sh_vou_streamon()
[all …]