Lines Matching refs:go7007
88 static void get_resolution(struct go7007 *go, int *width, int *height) in get_resolution()
107 static void set_formatting(struct go7007 *go) in set_formatting()
184 static int set_capture_size(struct go7007 *go, struct v4l2_format *fmt, int try) in set_capture_size()
285 struct go7007 *go = video_drvdata(file); in vidioc_querycap()
338 struct go7007 *go = video_drvdata(file); in vidioc_g_fmt_vid_cap()
355 struct go7007 *go = video_drvdata(file); in vidioc_try_fmt_vid_cap()
363 struct go7007 *go = video_drvdata(file); in vidioc_s_fmt_vid_cap()
388 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_queue()
414 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_finish()
428 struct go7007 *go = vb2_get_drv_priv(q); in go7007_start_streaming()
459 struct go7007 *go = vb2_get_drv_priv(q); in go7007_stop_streaming()
495 struct go7007 *go = video_drvdata(filp); in vidioc_g_parm()
514 struct go7007 *go = video_drvdata(filp); in vidioc_s_parm()
544 struct go7007 *go = video_drvdata(filp); in vidioc_enum_framesizes()
563 struct go7007 *go = video_drvdata(filp); in vidioc_enum_frameintervals()
590 struct go7007 *go = video_drvdata(file); in vidioc_g_std()
596 static int go7007_s_std(struct go7007 *go) in go7007_s_std()
613 struct go7007 *go = video_drvdata(file); in vidioc_s_std()
625 struct go7007 *go = video_drvdata(file); in vidioc_querystd()
633 struct go7007 *go = video_drvdata(file); in vidioc_enum_input()
664 struct go7007 *go = video_drvdata(file); in vidioc_g_input()
673 struct go7007 *go = video_drvdata(file); in vidioc_enumaudio()
685 struct go7007 *go = video_drvdata(file); in vidioc_g_audio()
697 struct go7007 *go = video_drvdata(file); in vidioc_s_audio()
707 static void go7007_s_input(struct go7007 *go) in go7007_s_input()
725 struct go7007 *go = video_drvdata(file); in vidioc_s_input()
741 struct go7007 *go = video_drvdata(file); in vidioc_g_tuner()
753 struct go7007 *go = video_drvdata(file); in vidioc_s_tuner()
764 struct go7007 *go = video_drvdata(file); in vidioc_g_frequency()
775 struct go7007 *go = video_drvdata(file); in vidioc_s_frequency()
785 struct go7007 *go = video_drvdata(file); in vidioc_log_status()
809 struct go7007 *go = in go7007_s_ctrl()
810 container_of(ctrl->handler, struct go7007, hdl); in go7007_s_ctrl()
1046 int go7007_v4l2_ctrl_init(struct go7007 *go) in go7007_v4l2_ctrl_init()
1104 int go7007_v4l2_init(struct go7007 *go) in go7007_v4l2_init()
1174 void go7007_v4l2_remove(struct go7007 *go) in go7007_v4l2_remove()