Lines Matching refs:ctrls

193 	struct v4l2_ctrl_handler ctrls;  member
344 return v4l2_ctrl_handler_setup(&mt9v032->ctrls); in __mt9v032_set_power()
644 container_of(ctrl->handler, struct mt9v032, ctrls); in mt9v032_s_ctrl()
1073 v4l2_ctrl_handler_init(&mt9v032->ctrls, 11 + in mt9v032_probe()
1076 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1078 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1081 v4l2_ctrl_new_std_menu(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1084 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1088 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1092 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1096 mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls, in mt9v032_probe()
1100 mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1103 v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1107 v4l2_ctrl_new_custom(&mt9v032->ctrls, &mt9v032_aegc_controls[i], in mt9v032_probe()
1113 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1125 v4l2_ctrl_new_int_menu(&mt9v032->ctrls, in mt9v032_probe()
1133 mt9v032->subdev.ctrl_handler = &mt9v032->ctrls; in mt9v032_probe()
1135 if (mt9v032->ctrls.error) { in mt9v032_probe()
1137 mt9v032->ctrls.error); in mt9v032_probe()
1138 ret = mt9v032->ctrls.error; in mt9v032_probe()
1183 v4l2_ctrl_handler_free(&mt9v032->ctrls); in mt9v032_probe()
1193 v4l2_ctrl_handler_free(&mt9v032->ctrls); in mt9v032_remove()