Searched refs:mt9m111_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/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()
|