Searched refs:mt9m111_ctrl_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/usb/gspca/m5602/ |
D | m5602_mt9m111.c | 183 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable 188 .ops = &mt9m111_ctrl_ops, 281 sd->auto_white_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls() 285 sd->red_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls() 288 sd->blue_bal = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, in mt9m111_init_controls() 292 v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_GAIN, 0, in mt9m111_init_controls() 296 sd->hflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_HFLIP, in mt9m111_init_controls() 298 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP, in mt9m111_init_controls()
|
/Linux-v4.19/drivers/media/i2c/ |
D | mt9m111.c | 860 static const struct v4l2_ctrl_ops mt9m111_ctrl_ops = { variable 983 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe() 985 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe() 987 v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe() 989 mt9m111->gain = v4l2_ctrl_new_std(&mt9m111->hdl, &mt9m111_ctrl_ops, in mt9m111_probe() 992 &mt9m111_ctrl_ops, V4L2_CID_EXPOSURE_AUTO, 1, 0, in mt9m111_probe() 995 &mt9m111_ctrl_ops, V4L2_CID_TEST_PATTERN, in mt9m111_probe()
|