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

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

Completed in 167 milliseconds