Lines Matching refs:go7007

80 static void get_resolution(struct go7007 *go, int *width, int *height)  in get_resolution()
99 static void set_formatting(struct go7007 *go) in set_formatting()
176 static int set_capture_size(struct go7007 *go, struct v4l2_format *fmt, int try) in set_capture_size()
277 struct go7007 *go = video_drvdata(file); in vidioc_querycap()
310 struct go7007 *go = video_drvdata(file); in vidioc_g_fmt_vid_cap()
327 struct go7007 *go = video_drvdata(file); in vidioc_try_fmt_vid_cap()
335 struct go7007 *go = video_drvdata(file); in vidioc_s_fmt_vid_cap()
359 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_queue()
385 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_finish()
399 struct go7007 *go = vb2_get_drv_priv(q); in go7007_start_streaming()
430 struct go7007 *go = vb2_get_drv_priv(q); in go7007_stop_streaming()
466 struct go7007 *go = video_drvdata(filp); in vidioc_g_parm()
485 struct go7007 *go = video_drvdata(filp); in vidioc_s_parm()
515 struct go7007 *go = video_drvdata(filp); in vidioc_enum_framesizes()
534 struct go7007 *go = video_drvdata(filp); in vidioc_enum_frameintervals()
561 struct go7007 *go = video_drvdata(file); in vidioc_g_std()
567 static int go7007_s_std(struct go7007 *go) in go7007_s_std()
584 struct go7007 *go = video_drvdata(file); in vidioc_s_std()
596 struct go7007 *go = video_drvdata(file); in vidioc_querystd()
604 struct go7007 *go = video_drvdata(file); in vidioc_enum_input()
635 struct go7007 *go = video_drvdata(file); in vidioc_g_input()
644 struct go7007 *go = video_drvdata(file); in vidioc_enumaudio()
656 struct go7007 *go = video_drvdata(file); in vidioc_g_audio()
668 struct go7007 *go = video_drvdata(file); in vidioc_s_audio()
678 static void go7007_s_input(struct go7007 *go) in go7007_s_input()
696 struct go7007 *go = video_drvdata(file); in vidioc_s_input()
712 struct go7007 *go = video_drvdata(file); in vidioc_g_tuner()
724 struct go7007 *go = video_drvdata(file); in vidioc_s_tuner()
735 struct go7007 *go = video_drvdata(file); in vidioc_g_frequency()
746 struct go7007 *go = video_drvdata(file); in vidioc_s_frequency()
756 struct go7007 *go = video_drvdata(file); in vidioc_log_status()
779 struct go7007 *go = in go7007_s_ctrl()
780 container_of(ctrl->handler, struct go7007, hdl); in go7007_s_ctrl()
1016 int go7007_v4l2_ctrl_init(struct go7007 *go) in go7007_v4l2_ctrl_init()
1074 int go7007_v4l2_init(struct go7007 *go) in go7007_v4l2_init()
1150 void go7007_v4l2_remove(struct go7007 *go) in go7007_v4l2_remove()