Home
last modified time | relevance | path

Searched refs:qctrl (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/
H A Dcx2341x.c537 static int cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, in cx2341x_ctrl_query_fill() argument
542 switch (qctrl->id) { in cx2341x_ctrl_query_fill()
556 cx2341x_ctrl_fill(qctrl->id, &name, &qctrl->type, in cx2341x_ctrl_query_fill()
557 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill()
558 qctrl->minimum = min; in cx2341x_ctrl_query_fill()
559 qctrl->maximum = max; in cx2341x_ctrl_query_fill()
560 qctrl->step = step; in cx2341x_ctrl_query_fill()
561 qctrl->default_value = def; in cx2341x_ctrl_query_fill()
562 qctrl in cx2341x_ctrl_query_fill()
571 cx2341x_ctrl_query(const struct cx2341x_mpeg_params *params, struct v4l2_queryctrl *qctrl) cx2341x_ctrl_query() argument
924 v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, const char * const *menu_items) v4l2_ctrl_check() argument
970 struct v4l2_queryctrl qctrl; cx2341x_ext_ctrls() local
[all...]
/kernel/linux/linux-6.6/drivers/media/common/
H A Dcx2341x.c537 static int cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, in cx2341x_ctrl_query_fill() argument
542 switch (qctrl->id) { in cx2341x_ctrl_query_fill()
556 cx2341x_ctrl_fill(qctrl->id, &name, &qctrl->type, in cx2341x_ctrl_query_fill()
557 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill()
558 qctrl->minimum = min; in cx2341x_ctrl_query_fill()
559 qctrl->maximum = max; in cx2341x_ctrl_query_fill()
560 qctrl->step = step; in cx2341x_ctrl_query_fill()
561 qctrl->default_value = def; in cx2341x_ctrl_query_fill()
562 qctrl in cx2341x_ctrl_query_fill()
571 cx2341x_ctrl_query(const struct cx2341x_mpeg_params *params, struct v4l2_queryctrl *qctrl) cx2341x_ctrl_query() argument
924 v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, const char * const *menu_items) v4l2_ctrl_check() argument
970 struct v4l2_queryctrl qctrl; cx2341x_ext_ctrls() local
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
73 v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type, in v4l2_ctrl_query_fill()
74 &min, &max, &step, &def, &qctrl->flags); in v4l2_ctrl_query_fill()
79 qctrl->minimum = min; in v4l2_ctrl_query_fill()
80 qctrl->maximum = max; in v4l2_ctrl_query_fill()
81 qctrl->step = step; in v4l2_ctrl_query_fill()
82 qctrl->default_value = def; in v4l2_ctrl_query_fill()
83 qctrl->reserved[0] = qctrl in v4l2_ctrl_query_fill()
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
73 v4l2_ctrl_fill(qctrl->id, &name, &qctrl->type, in v4l2_ctrl_query_fill()
74 &min, &max, &step, &def, &qctrl->flags); in v4l2_ctrl_query_fill()
79 qctrl->minimum = min; in v4l2_ctrl_query_fill()
80 qctrl->maximum = max; in v4l2_ctrl_query_fill()
81 qctrl->step = step; in v4l2_ctrl_query_fill()
82 qctrl->default_value = def; in v4l2_ctrl_query_fill()
83 qctrl->reserved[0] = qctrl in v4l2_ctrl_query_fill()
[all...]
/kernel/linux/linux-5.10/include/media/drv-intf/
H A Dcx2341x.h85 struct v4l2_queryctrl *qctrl);
/kernel/linux/linux-6.6/include/media/drv-intf/
H A Dcx2341x.h85 struct v4l2_queryctrl *qctrl);
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c787 struct v4l2_queryctrl qctrl = {}; in ctrl_cx2341x_getv4lflags() local
789 qctrl.id = cptr->info->v4l_id; in ctrl_cx2341x_getv4lflags()
790 cx2341x_ctrl_query(&cptr->hdw->enc_ctl_state,&qctrl); in ctrl_cx2341x_getv4lflags()
798 if (qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY) { in ctrl_cx2341x_getv4lflags()
807 return qctrl.flags; in ctrl_cx2341x_getv4lflags()
2356 struct v4l2_queryctrl qctrl; in pvr2_hdw_create() local
2468 qctrl.id = ciptr->v4l_id; in pvr2_hdw_create()
2469 cx2341x_ctrl_query(&hdw->enc_ctl_state,&qctrl); in pvr2_hdw_create()
2470 if (!(qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY)) { in pvr2_hdw_create()
2473 strscpy(hdw->mpeg_ctrl_info[idx].desc, qctrl in pvr2_hdw_create()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c787 struct v4l2_queryctrl qctrl = {}; in ctrl_cx2341x_getv4lflags() local
789 qctrl.id = cptr->info->v4l_id; in ctrl_cx2341x_getv4lflags()
790 cx2341x_ctrl_query(&cptr->hdw->enc_ctl_state,&qctrl); in ctrl_cx2341x_getv4lflags()
798 if (qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY) { in ctrl_cx2341x_getv4lflags()
807 return qctrl.flags; in ctrl_cx2341x_getv4lflags()
2356 struct v4l2_queryctrl qctrl; in pvr2_hdw_create() local
2468 qctrl.id = ciptr->v4l_id; in pvr2_hdw_create()
2469 cx2341x_ctrl_query(&hdw->enc_ctl_state,&qctrl); in pvr2_hdw_create()
2470 if (!(qctrl.flags & V4L2_CTRL_FLAG_READ_ONLY)) { in pvr2_hdw_create()
2473 strscpy(hdw->mpeg_ctrl_info[idx].desc, qctrl in pvr2_hdw_create()
[all...]
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-common.h80 * @qctrl: pointer to the &struct v4l2_queryctrl to be filled
90 * This function assumes that the @qctrl->id field is filled.
95 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl,
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-common.h80 * @qctrl: pointer to the &struct v4l2_queryctrl to be filled
90 * This function assumes that the @qctrl->id field is filled.
95 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl,
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1104 struct v4l2_queryctrl qctrl; in matroxfb_ioctl() local
1107 if (copy_from_user(&qctrl, argp, sizeof(qctrl))) in matroxfb_ioctl()
1114 err = minfo->outputs[1].output->getqueryctrl(minfo->outputs[1].data, &qctrl); in matroxfb_ioctl()
1120 copy_to_user(argp, &qctrl, sizeof(qctrl))) in matroxfb_ioctl()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1105 struct v4l2_queryctrl qctrl; in matroxfb_ioctl() local
1108 if (copy_from_user(&qctrl, argp, sizeof(qctrl))) in matroxfb_ioctl()
1115 err = minfo->outputs[1].output->getqueryctrl(minfo->outputs[1].data, &qctrl); in matroxfb_ioctl()
1121 copy_to_user(argp, &qctrl, sizeof(qctrl))) in matroxfb_ioctl()

Completed in 21 milliseconds