Searched defs:v4l2_queryctrl (Results 1 – 1 of 1) sorted by relevance
2639 struct v4l2_queryctrl { struct2640 u_int32_t id;2641 u_int32_t type; /* enum v4l2_ctrl_type */2642 u_int8_t name[32]; /* Whatever */2643 int32_t minimum; /* Note signedness */2644 int32_t maximum;2645 int32_t step;2646 int32_t default_value;2647 u_int32_t flags;2648 u_int32_t reserved[2];