Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_mt9m111.c39 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable
44 .ops = &mt9m111_ctrl_ops,
137 sd->auto_white_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
141 sd->red_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
144 sd->blue_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls()
148 v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_GAIN, 0, in mt9m111_init_controls()
152 sd->hflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_HFLIP, in mt9m111_init_controls()
154 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP, in mt9m111_init_controls()
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dmt9m111.c831 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable
969 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
971 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
973 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
975 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe()
978 &mt9m111_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9m111_probe()