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