Lines Matching refs:ctrls

196 	struct v4l2_ctrl_handler ctrls;  member
347 return v4l2_ctrl_handler_setup(&mt9v032->ctrls); in __mt9v032_set_power()
641 container_of(ctrl->handler, struct mt9v032, ctrls); in mt9v032_s_ctrl()
1070 v4l2_ctrl_handler_init(&mt9v032->ctrls, 11 + in mt9v032_probe()
1073 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1075 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1078 v4l2_ctrl_new_std_menu(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1081 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1085 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1089 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1093 mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls, in mt9v032_probe()
1097 mt9v032->test_pattern_color = v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1100 v4l2_ctrl_new_custom(&mt9v032->ctrls, in mt9v032_probe()
1104 v4l2_ctrl_new_custom(&mt9v032->ctrls, &mt9v032_aegc_controls[i], in mt9v032_probe()
1110 v4l2_ctrl_new_std(&mt9v032->ctrls, &mt9v032_ctrl_ops, in mt9v032_probe()
1122 v4l2_ctrl_new_int_menu(&mt9v032->ctrls, in mt9v032_probe()
1130 mt9v032->subdev.ctrl_handler = &mt9v032->ctrls; in mt9v032_probe()
1132 if (mt9v032->ctrls.error) { in mt9v032_probe()
1134 mt9v032->ctrls.error); in mt9v032_probe()
1135 ret = mt9v032->ctrls.error; in mt9v032_probe()
1180 v4l2_ctrl_handler_free(&mt9v032->ctrls); in mt9v032_probe()
1190 v4l2_ctrl_handler_free(&mt9v032->ctrls); in mt9v032_remove()