Searched refs:gc0308_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | gc0308.c | 981 static const struct v4l2_ctrl_ops gc0308_ctrl_ops = { variable 1233 gc0308->hblank = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1237 gc0308->vblank = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1241 gc0308->hflip = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1243 gc0308->vflip = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1245 v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, V4L2_CID_PIXEL_RATE, in gc0308_init_controls() 1248 v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1250 v4l2_ctrl_new_std_menu_items(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1254 v4l2_ctrl_new_std_menu(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1257 v4l2_ctrl_new_std_menu(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() [all …]
|