Lines Matching refs:hdl
206 struct v4l2_ctrl_handler hdl; member
701 struct mt9m111, hdl); in mt9m111_s_ctrl()
745 v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_restore_state()
919 ret = v4l2_ctrl_handler_setup(&mt9m111->hdl); in mt9m111_video_probe()
963 v4l2_ctrl_handler_init(&mt9m111->hdl, 5); in mt9m111_probe()
964 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
966 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
968 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
970 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
972 v4l2_ctrl_new_std_menu(&mt9m111->hdl, in mt9m111_probe()
975 mt9m111->subdev.ctrl_handler = &mt9m111->hdl; in mt9m111_probe()
976 if (mt9m111->hdl.error) { in mt9m111_probe()
977 ret = mt9m111->hdl.error; in mt9m111_probe()
1006 v4l2_ctrl_handler_free(&mt9m111->hdl); in mt9m111_probe()
1019 v4l2_ctrl_handler_free(&mt9m111->hdl); in mt9m111_remove()