Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
327 struct v4l2_ctrl_config { struct328 const struct v4l2_ctrl_ops *ops;329 const struct v4l2_ctrl_type_ops *type_ops;330 u32 id;331 const char *name;332 enum v4l2_ctrl_type type;333 s64 min;334 s64 max;335 u64 step;336 s64 def;[all …]