Home
last modified time | relevance | path

Searched defs:v4l2_ctrl_config (Results 1 – 1 of 1) sorted by relevance

/include/media/
Dv4l2-ctrls.h378 struct v4l2_ctrl_config { struct
379 const struct v4l2_ctrl_ops *ops;
380 const struct v4l2_ctrl_type_ops *type_ops;
381 u32 id;
382 const char *name;
383 enum v4l2_ctrl_type type;
384 s64 min;
385 s64 max;
386 u64 step;
387 s64 def;
[all …]