Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/media/easycap/
Deasycap_ioctl.c1267 struct v4l2_queryctrl v4l2_queryctrl; in easycap_unlocked_ioctl() local
/linux-3.3/include/linux/
Dvideodev2.h1145 struct v4l2_queryctrl { struct
1146 __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];
/linux-3.3/drivers/media/video/
Dv4l2-ctrls.c1701 int v4l2_queryctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_queryctrl *qc) in v4l2_queryctrl() function