Searched refs:mt9p031_ctrls (Results 1 – 1 of 1) sorted by relevance
921 static const struct v4l2_ctrl_config mt9p031_ctrls[] = { variable1146 v4l2_ctrl_handler_init(&mt9p031->ctrls, ARRAY_SIZE(mt9p031_ctrls) + 6); in mt9p031_probe()1167 for (i = 0; i < ARRAY_SIZE(mt9p031_ctrls); ++i) in mt9p031_probe()1168 v4l2_ctrl_new_custom(&mt9p031->ctrls, &mt9p031_ctrls[i], NULL); in mt9p031_probe()