Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
476 struct v4l2_ctrl_config { struct477 const struct v4l2_ctrl_ops *ops;478 const struct v4l2_ctrl_type_ops *type_ops;479 u32 id;480 const char *name;481 enum v4l2_ctrl_type type;482 s64 min;483 s64 max;484 u64 step;485 s64 def;[all …]