Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
444 struct v4l2_ctrl_config { struct445 const struct v4l2_ctrl_ops *ops;446 const struct v4l2_ctrl_type_ops *type_ops;447 u32 id;448 const char *name;449 enum v4l2_ctrl_type type;450 s64 min;451 s64 max;452 u64 step;453 s64 def;[all …]