Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/gspca/m5602/
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-6.1.9/drivers/media/i2c/
Dmt9m111.c1039 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable
1289 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1291 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1293 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1295 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
1298 &mt9m111_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9m111_probe()
1301 &mt9m111_ctrl_ops, V4L2_CID_TEST_PATTERN, in mt9m111_probe()
1304 v4l2_ctrl_new_std_menu(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()