Lines Matching refs:hdl
961 struct v4l2_ctrl_handler *hdl = &gspca_dev->ctrl_handler; in sd_init_controls() local
963 gspca_dev->vdev.ctrl_handler = hdl; in sd_init_controls()
964 v4l2_ctrl_handler_init(hdl, 12); in sd_init_controls()
965 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
967 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
969 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
971 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
975 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
978 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
980 sd->awb = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
982 sd->gain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
984 sd->blue_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
986 sd->red_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
988 v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
990 v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
998 sd->freq = v4l2_ctrl_new_std_menu(hdl, &sd_ctrl_ops, in sd_init_controls()
1003 if (hdl->error) { in sd_init_controls()
1005 return hdl->error; in sd_init_controls()