Searched refs:ctrl_ops (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-lm3554.c486 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
493 .ops = &ctrl_ops,
504 .ops = &ctrl_ops,
515 .ops = &ctrl_ops,
526 .ops = &ctrl_ops,
537 .ops = &ctrl_ops,
548 .ops = &ctrl_ops,
559 .ops = &ctrl_ops,
570 .ops = &ctrl_ops,
H A Datomisp-mt9m114.c1157 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
1164 .ops = &ctrl_ops,
1174 .ops = &ctrl_ops,
1184 .ops = &ctrl_ops,
1195 .ops = &ctrl_ops,
1206 .ops = &ctrl_ops,
1217 .ops = &ctrl_ops,
1228 .ops = &ctrl_ops,
H A Datomisp-gc0310.c354 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
583 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_EXPOSURE, 0, 4095, 1, 1023);
587 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_GAIN, 0, 95, 1, 31);
H A Datomisp-ov2722.c436 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
442 .ops = &ctrl_ops,
453 .ops = &ctrl_ops,
H A Datomisp-gc2235.c348 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
354 .ops = &ctrl_ops,
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c259 static const struct serdev_controller_ops ctrl_ops = { variable in typeref:struct:serdev_controller_ops
295 ctrl->ops = &ctrl_ops;
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c619 static const struct v4l2_ctrl_ops ctrl_ops = { variable in typeref:struct:v4l2_ctrl_ops
1244 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops,
1246 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops,
1248 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops,
1250 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops,
/linux-master/include/media/
H A Dv4l2-ctrls.h1527 * @ctrl_ops: pointer to &struct v4l2_ctrl_ops to register controls with
1545 const struct v4l2_ctrl_ops *ctrl_ops,
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2564 const struct v4l2_ctrl_ops *ctrl_ops,
2583 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops,
2591 if (!v4l2_ctrl_new_std(hdl, ctrl_ops,
2563 v4l2_ctrl_new_fwnode_properties(struct v4l2_ctrl_handler *hdl, const struct v4l2_ctrl_ops *ctrl_ops, const struct v4l2_fwnode_device_properties *p) argument

Completed in 155 milliseconds