Lines Matching refs:qctrl
797 struct v4l2_queryctrl qctrl; in ctrl_cx2341x_getv4lflags() local
799 qctrl.id = cptr->info->v4l_id; in ctrl_cx2341x_getv4lflags()
800 cx2341x_ctrl_query(&cptr->hdw->enc_ctl_state,&qctrl); in ctrl_cx2341x_getv4lflags()
808 if (qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY) { in ctrl_cx2341x_getv4lflags()
817 return qctrl.flags; in ctrl_cx2341x_getv4lflags()
2391 struct v4l2_queryctrl qctrl; in pvr2_hdw_create() local
2511 qctrl.id = ciptr->v4l_id; in pvr2_hdw_create()
2512 cx2341x_ctrl_query(&hdw->enc_ctl_state,&qctrl); in pvr2_hdw_create()
2513 if (!(qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY)) { in pvr2_hdw_create()
2516 strncpy(hdw->mpeg_ctrl_info[idx].desc,qctrl.name, in pvr2_hdw_create()
2519 ciptr->default_value = qctrl.default_value; in pvr2_hdw_create()
2520 switch (qctrl.type) { in pvr2_hdw_create()
2524 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
2525 ciptr->def.type_int.max_value = qctrl.maximum; in pvr2_hdw_create()