Searched refs:gc05a2_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | gc05a2.c | 945 static const struct v4l2_ctrl_ops gc05a2_ctrl_ops = { variable 1128 const struct v4l2_ctrl_ops *ops = &gc05a2_ctrl_ops; in gc05a2_init_controls() 1139 gc05a2->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1141 gc05a2->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1147 &gc05a2_ctrl_ops, in gc05a2_init_controls() 1157 &gc05a2_ctrl_ops, in gc05a2_init_controls() 1165 &gc05a2_ctrl_ops, V4L2_CID_VBLANK, in gc05a2_init_controls() 1171 gc05a2->hblank = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1177 v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() 1183 gc05a2->exposure = v4l2_ctrl_new_std(ctrl_hdlr, &gc05a2_ctrl_ops, in gc05a2_init_controls() [all …]
|