Lines Matching refs:hdl
806 container_of(ctrl->handler, struct go7007, hdl); in go7007_s_ctrl()
1044 struct v4l2_ctrl_handler *hdl = &go->hdl; in go7007_v4l2_ctrl_init() local
1047 v4l2_ctrl_handler_init(hdl, 22); in go7007_v4l2_ctrl_init()
1048 go->mpeg_video_gop_size = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1050 go->mpeg_video_gop_closure = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1052 go->mpeg_video_bitrate = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1055 go->mpeg_video_b_frames = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1057 go->mpeg_video_rep_seqheader = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1060 go->mpeg_video_aspect_ratio = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1064 ctrl = v4l2_ctrl_new_std(hdl, NULL, in go7007_v4l2_ctrl_init()
1072 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1073 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1074 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold0_ctrl, NULL); in go7007_v4l2_ctrl_init()
1075 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1076 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1077 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold1_ctrl, NULL); in go7007_v4l2_ctrl_init()
1078 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1079 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1080 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold2_ctrl, NULL); in go7007_v4l2_ctrl_init()
1081 v4l2_ctrl_new_custom(hdl, &go7007_pixel_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1082 v4l2_ctrl_new_custom(hdl, &go7007_motion_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1083 v4l2_ctrl_new_custom(hdl, &go7007_mb_threshold3_ctrl, NULL); in go7007_v4l2_ctrl_init()
1084 v4l2_ctrl_new_custom(hdl, &go7007_mb_regions_ctrl, NULL); in go7007_v4l2_ctrl_init()
1085 go->modet_mode = v4l2_ctrl_new_std_menu(hdl, NULL, in go7007_v4l2_ctrl_init()
1090 if (hdl->error) { in go7007_v4l2_ctrl_init()
1091 int rv = hdl->error; in go7007_v4l2_ctrl_init()
1096 go->v4l2_dev.ctrl_handler = hdl; in go7007_v4l2_ctrl_init()
1172 v4l2_ctrl_handler_free(&go->hdl); in go7007_v4l2_remove()