Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
427 struct v4l2_ctrl_config { struct428 const struct v4l2_ctrl_ops *ops;429 const struct v4l2_ctrl_type_ops *type_ops;430 u32 id;431 const char *name;432 enum v4l2_ctrl_type type;433 s64 min;434 s64 max;435 u64 step;436 s64 def;[all …]