Searched refs:gc0308_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | gc0308.c | 984 static const struct v4l2_ctrl_ops gc0308_ctrl_ops = { variable 1240 gc0308->hblank = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1244 gc0308->vblank = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1248 gc0308->hflip = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1250 gc0308->vflip = v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1252 v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, V4L2_CID_PIXEL_RATE, in gc0308_init_controls() 1255 v4l2_ctrl_new_std(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1257 v4l2_ctrl_new_std_menu_items(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1261 v4l2_ctrl_new_std_menu(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() 1264 v4l2_ctrl_new_std_menu(&gc0308->hdl, &gc0308_ctrl_ops, in gc0308_init_controls() [all …]
|