Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
409 struct v4l2_ctrl_config { struct410 const struct v4l2_ctrl_ops *ops;411 const struct v4l2_ctrl_type_ops *type_ops;412 u32 id;413 const char *name;414 enum v4l2_ctrl_type type;415 s64 min;416 s64 max;417 u64 step;418 s64 def;[all …]