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