Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance
429 struct v4l2_ctrl_config { struct430 const struct v4l2_ctrl_ops *ops;431 const struct v4l2_ctrl_type_ops *type_ops;432 u32 id;433 const char *name;434 enum v4l2_ctrl_type type;435 s64 min;436 s64 max;437 u64 step;438 s64 def;[all …]