Lines Matching refs:hdl
72 struct v4l2_ctrl_handler hdl; member
438 struct mt9t031, hdl); in mt9t031_g_volatile_ctrl()
457 struct mt9t031, hdl); in mt9t031_s_ctrl()
652 ret = v4l2_ctrl_handler_setup(&mt9t031->hdl); in mt9t031_video_probe()
772 v4l2_ctrl_handler_init(&mt9t031->hdl, 5); in mt9t031_probe()
773 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
775 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
777 v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
784 mt9t031->autoexposure = v4l2_ctrl_new_std_menu(&mt9t031->hdl, in mt9t031_probe()
787 mt9t031->exposure = v4l2_ctrl_new_std(&mt9t031->hdl, &mt9t031_ctrl_ops, in mt9t031_probe()
790 mt9t031->subdev.ctrl_handler = &mt9t031->hdl; in mt9t031_probe()
791 if (mt9t031->hdl.error) in mt9t031_probe()
792 return mt9t031->hdl.error; in mt9t031_probe()
816 v4l2_ctrl_handler_free(&mt9t031->hdl); in mt9t031_probe()
828 v4l2_ctrl_handler_free(&mt9t031->hdl); in mt9t031_remove()