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()
283 struct go7007 *go = video_drvdata(file); in vidioc_querycap()
336 struct go7007 *go = video_drvdata(file); in vidioc_g_fmt_vid_cap()
353 struct go7007 *go = video_drvdata(file); in vidioc_try_fmt_vid_cap()
361 struct go7007 *go = video_drvdata(file); in vidioc_s_fmt_vid_cap()
386 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_queue()
410 struct go7007 *go = vb2_get_drv_priv(vq); in go7007_buf_finish()
424 struct go7007 *go = vb2_get_drv_priv(q); in go7007_start_streaming()
455 struct go7007 *go = vb2_get_drv_priv(q); in go7007_stop_streaming()
491 struct go7007 *go = video_drvdata(filp); in vidioc_g_parm()
510 struct go7007 *go = video_drvdata(filp); in vidioc_s_parm()
540 struct go7007 *go = video_drvdata(filp); in vidioc_enum_framesizes()
559 struct go7007 *go = video_drvdata(filp); in vidioc_enum_frameintervals()
586 struct go7007 *go = video_drvdata(file); in vidioc_g_std()
592 static int go7007_s_std(struct go7007 *go) in go7007_s_std()
609 struct go7007 *go = video_drvdata(file); in vidioc_s_std()
621 struct go7007 *go = video_drvdata(file); in vidioc_querystd()
629 struct go7007 *go = video_drvdata(file); in vidioc_enum_input()
660 struct go7007 *go = video_drvdata(file); in vidioc_g_input()
669 struct go7007 *go = video_drvdata(file); in vidioc_enumaudio()
681 struct go7007 *go = video_drvdata(file); in vidioc_g_audio()
693 struct go7007 *go = video_drvdata(file); in vidioc_s_audio()
703 static void go7007_s_input(struct go7007 *go) in go7007_s_input()
721 struct go7007 *go = video_drvdata(file); in vidioc_s_input()
737 struct go7007 *go = video_drvdata(file); in vidioc_g_tuner()
749 struct go7007 *go = video_drvdata(file); in vidioc_s_tuner()
760 struct go7007 *go = video_drvdata(file); in vidioc_g_frequency()
771 struct go7007 *go = video_drvdata(file); in vidioc_s_frequency()
781 struct go7007 *go = video_drvdata(file); in vidioc_log_status()
805 struct go7007 *go = in go7007_s_ctrl()
806 container_of(ctrl->handler, struct go7007, hdl); in go7007_s_ctrl()
1042 int go7007_v4l2_ctrl_init(struct go7007 *go) in go7007_v4l2_ctrl_init()
1100 int go7007_v4l2_init(struct go7007 *go) in go7007_v4l2_init()
1170 void go7007_v4l2_remove(struct go7007 *go) in go7007_v4l2_remove()