Lines Matching refs:hdl
206 struct v4l2_ctrl_handler hdl; member
702 struct mt9m111, hdl); in mt9m111_s_ctrl()
746 v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_restore_state()
924 ret = v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_video_probe()
968 v4l2_ctrl_handler_init(&mt9m111->hdl, 5); in mt9m111_probe()
969 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
971 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
973 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
975 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
977 v4l2_ctrl_new_std_menu(&mt9m111->hdl, in mt9m111_probe()
980 mt9m111->subdev.ctrl_handler = &mt9m111->hdl; in mt9m111_probe()
981 if (mt9m111->hdl.error) { in mt9m111_probe()
982 ret = mt9m111->hdl.error; in mt9m111_probe()
1011 v4l2_ctrl_handler_free(&mt9m111->hdl); in mt9m111_probe()
1024 v4l2_ctrl_handler_free(&mt9m111->hdl); in mt9m111_remove()