Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
436 struct v4l2_ctrl_config { struct437 const struct v4l2_ctrl_ops *ops;438 const struct v4l2_ctrl_type_ops *type_ops;439 u32 id;440 const char *name;441 enum v4l2_ctrl_type type;442 s64 min;443 s64 max;444 u64 step;445 s64 def;[all …]