Lines Matching refs:hdl

810 		container_of(ctrl->handler, struct go7007, hdl);  in go7007_s_ctrl()
1048 struct v4l2_ctrl_handler *hdl = &go->hdl; in go7007_v4l2_ctrl_init() local
1051 v4l2_ctrl_handler_init(hdl, 22); in go7007_v4l2_ctrl_init()
1052 go->mpeg_video_gop_size = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1054 go->mpeg_video_gop_closure = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1056 go->mpeg_video_bitrate = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1059 go->mpeg_video_b_frames = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1061 go->mpeg_video_rep_seqheader = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1064 go->mpeg_video_aspect_ratio = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1068 ctrl = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1076 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1077 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1078 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1079 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1080 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1081 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1082 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1083 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1084 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1085 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1086 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1087 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1088 v4l2_ctrl_new_custom(hdl, &go7007_mb_regions_ctrl, NULL); in go7007_v4l2_ctrl_init()
1089 go->modet_mode = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1094 if (hdl->error) { in go7007_v4l2_ctrl_init()
1095 int rv = hdl->error; in go7007_v4l2_ctrl_init()
1100 go->v4l2_dev.ctrl_handler = hdl; in go7007_v4l2_ctrl_init()
1176 v4l2_ctrl_handler_free(&go->hdl); in go7007_v4l2_remove()