Lines Matching refs:hdl
90 struct v4l2_ctrl_handler hdl; member
368 struct mt9m001, hdl); in mt9m001_g_volatile_ctrl()
385 struct mt9m001, hdl); in mt9m001_s_ctrl()
529 ret = v4l2_ctrl_handler_setup(&mt9m001->hdl); in mt9m001_video_probe()
659 v4l2_ctrl_handler_init(&mt9m001->hdl, 4); in mt9m001_probe()
660 v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
662 v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
664 mt9m001->exposure = v4l2_ctrl_new_std(&mt9m001->hdl, &mt9m001_ctrl_ops, in mt9m001_probe()
670 mt9m001->autoexposure = v4l2_ctrl_new_std_menu(&mt9m001->hdl, in mt9m001_probe()
673 mt9m001->subdev.ctrl_handler = &mt9m001->hdl; in mt9m001_probe()
674 if (mt9m001->hdl.error) in mt9m001_probe()
675 return mt9m001->hdl.error; in mt9m001_probe()
697 v4l2_ctrl_handler_free(&mt9m001->hdl); in mt9m001_probe()
710 v4l2_ctrl_handler_free(&mt9m001->hdl); in mt9m001_remove()