Searched defs:v4l2_queryctrl (Results 1 – 5 of 5) sorted by relevance
1663 struct v4l2_queryctrl { struct1664 __u32 id;1665 __u32 type; /* enum v4l2_ctrl_type */1666 __u8 name[32]; /* Whatever */1667 __s32 minimum; /* Note signedness */1668 __s32 maximum;1669 __s32 step;1670 __s32 default_value;1671 __u32 flags;1672 __u32 reserved[2];
1798 struct v4l2_queryctrl { struct1799 __u32 id;1800 __u32 type; /* enum v4l2_ctrl_type */1801 __u8 name[32]; /* Whatever */1802 __s32 minimum; /* Note signedness */1803 __s32 maximum;1804 __s32 step;1805 __s32 default_value;1806 __u32 flags;1807 __u32 reserved[2];
1780 struct v4l2_queryctrl { struct1781 __u32 id;1782 __u32 type; /* enum v4l2_ctrl_type */1783 __u8 name[32]; /* Whatever */1784 __s32 minimum; /* Note signedness */1785 __s32 maximum;1786 __s32 step;1787 __s32 default_value;1788 __u32 flags;1789 __u32 reserved[2];
3409 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function