Lines Matching refs:hdl
90 struct v4l2_ctrl_handler hdl; member
381 struct mt9m001, hdl); in mt9m001_g_volatile_ctrl()
398 struct mt9m001, hdl); in mt9m001_s_ctrl()
542 ret = v4l2_ctrl_handler_setup(&mt9m001->hdl); in mt9m001_video_probe()
676 v4l2_ctrl_handler_init(&mt9m001->hdl, 4); in mt9m001_probe()
677 v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
679 v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
681 mt9m001->exposure = v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
687 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe()
690 mt9m001->subdev.ctrl_handler = &mt9m001->hdl; in mt9m001_probe()
691 if (mt9m001->hdl.error) in mt9m001_probe()
692 return mt9m001->hdl.error; in mt9m001_probe()
714 v4l2_ctrl_handler_free(&mt9m001->hdl); in mt9m001_probe()
727 v4l2_ctrl_handler_free(&mt9m001->hdl); in mt9m001_remove()