Searched defs:v4l2_queryctrl (Results 1 – 3 of 3) sorted by relevance
1267 struct v4l2_queryctrl v4l2_queryctrl; in easycap_unlocked_ioctl() local
1145 struct v4l2_queryctrl { struct1146 __u32 id;1147 enum v4l2_ctrl_type type;1148 __u8 name[32]; /* Whatever */1149 __s32 minimum; /* Note signedness */1150 __s32 maximum;1151 __s32 step;1152 __s32 default_value;1153 __u32 flags;1154 __u32 reserved[2];
1701 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function