Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
288 struct v4l2_ctrl_config { struct289 const struct v4l2_ctrl_ops *ops;290 const struct v4l2_ctrl_type_ops *type_ops;291 u32 id;292 const char *name;293 enum v4l2_ctrl_type type;294 s64 min;295 s64 max;296 u64 step;297 s64 def;[all …]