Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
304 struct v4l2_ctrl_config { struct305 const struct v4l2_ctrl_ops *ops;306 const struct v4l2_ctrl_type_ops *type_ops;307 u32 id;308 const char *name;309 enum v4l2_ctrl_type type;310 s64 min;311 s64 max;312 u64 step;313 s64 def;[all …]