Searched refs:gc08a3_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | gc08a3.c | 915 static const struct v4l2_ctrl_ops gc08a3_ctrl_ops = { variable 1072 const struct v4l2_ctrl_ops *ops = &gc08a3_ctrl_ops; in gc08a3_init_controls() 1083 gc08a3->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1085 gc08a3->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1091 &gc08a3_ctrl_ops, in gc08a3_init_controls() 1101 &gc08a3_ctrl_ops, in gc08a3_init_controls() 1109 &gc08a3_ctrl_ops, V4L2_CID_VBLANK, in gc08a3_init_controls() 1115 gc08a3->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1121 v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() 1127 gc08a3->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &gc08a3_ctrl_ops, in gc08a3_init_controls() [all …]
|