Lines Matching refs:hdl
72 struct v4l2_ctrl_handler hdl; member
430 struct mt9t031, hdl); in mt9t031_g_volatile_ctrl()
449 struct mt9t031, hdl); in mt9t031_s_ctrl()
644 ret = v4l2_ctrl_handler_setup(&mt9t031->hdl); in mt9t031_video_probe()
760 v4l2_ctrl_handler_init(&mt9t031->hdl, 5); in mt9t031_probe()
761 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
763 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
765 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
772 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe()
775 mt9t031->exposure = v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
778 mt9t031->subdev.ctrl_handler = &mt9t031->hdl; in mt9t031_probe()
779 if (mt9t031->hdl.error) in mt9t031_probe()
780 return mt9t031->hdl.error; in mt9t031_probe()
804 v4l2_ctrl_handler_free(&mt9t031->hdl); in mt9t031_probe()
816 v4l2_ctrl_handler_free(&mt9t031->hdl); in mt9t031_remove()