Lines Matching full:hdl
780 container_of(ctrl->handler, struct go7007, hdl); in go7007_s_ctrl()
1018 struct v4l2_ctrl_handler *hdl = &go->hdl; in go7007_v4l2_ctrl_init() local
1021 v4l2_ctrl_handler_init(hdl, 22); in go7007_v4l2_ctrl_init()
1022 go->mpeg_video_gop_size = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1024 go->mpeg_video_gop_closure = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1026 go->mpeg_video_bitrate = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1029 go->mpeg_video_b_frames = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1031 go->mpeg_video_rep_seqheader = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1034 go->mpeg_video_aspect_ratio = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1038 ctrl = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1046 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1047 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1048 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1049 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1050 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1051 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1052 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1053 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1054 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1055 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1056 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1057 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1058 v4l2_ctrl_new_custom(hdl, &go7007_mb_regions_ctrl, NULL); in go7007_v4l2_ctrl_init()
1059 go->modet_mode = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1064 if (hdl->error) { in go7007_v4l2_ctrl_init()
1065 int rv = hdl->error; in go7007_v4l2_ctrl_init()
1070 go->v4l2_dev.ctrl_handler = hdl; in go7007_v4l2_ctrl_init()
1152 v4l2_ctrl_handler_free(&go->hdl); in go7007_v4l2_remove()