Home
last modified time | relevance | path

Searched refs:mt9m111_ctrl_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c179 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable
184 .ops = &mt9m111_ctrl_ops,
279 sd->auto_white_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
283 sd->red_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
286 sd->blue_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
290 v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_GAIN, 0, in mt9m111_init_controls()
294 sd->hflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_HFLIP, in mt9m111_init_controls()
296 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP, in mt9m111_init_controls()
/linux/drivers/media/i2c/
H A Dmt9m111.c1033 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable
1302 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1304 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1306 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1308 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1311 &mt9m111_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9m111_probe()
1314 &mt9m111_ctrl_ops, V4L2_CID_TEST_PATTERN, in mt9m111_probe()
1317 v4l2_ctrl_new_std_menu(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()