Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/rockchip/
H A Ddw_hdmi_qp-rockchip.c97 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member
395 const struct rockchip_hdmi_qp_ctrl_ops *ctrl_ops; member
404 .ctrl_ops = &rk3576_hdmi_ctrl_ops,
414 .ctrl_ops = &rk3588_hdmi_ctrl_ops,
459 if (!cfg->ctrl_ops || !cfg->ctrl_ops->io_init || in dw_hdmi_qp_rockchip_bind()
460 !cfg->ctrl_ops->irq_callback || !cfg->ctrl_ops->hardirq_callback) { in dw_hdmi_qp_rockchip_bind()
465 hdmi->ctrl_ops = cfg->ctrl_ops; in dw_hdmi_qp_rockchip_bind()
534 cfg->ctrl_ops->io_init(hdmi); in dw_hdmi_qp_rockchip_bind()
547 cfg->ctrl_ops->hardirq_callback, in dw_hdmi_qp_rockchip_bind()
548 cfg->ctrl_ops->irq_callback, in dw_hdmi_qp_rockchip_bind()
[all …]
/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-mt9m114.c1148 static const struct v4l2_ctrl_ops ctrl_ops = { variable
1155 .ops = &ctrl_ops,
1165 .ops = &ctrl_ops,
1175 .ops = &ctrl_ops,
1186 .ops = &ctrl_ops,
1197 .ops = &ctrl_ops,
1208 .ops = &ctrl_ops,
1220 .ops = &ctrl_ops,
H A Datomisp-gc0310.c344 static const struct v4l2_ctrl_ops ctrl_ops = { variable
573 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_EXPOSURE, 0, 4095, 1, 1023); in gc0310_init_controls()
577 v4l2_ctrl_new_std(hdl, &ctrl_ops, V4L2_CID_GAIN, 0, 95, 1, 31); in gc0310_init_controls()
H A Datomisp-ov2722.c426 static const struct v4l2_ctrl_ops ctrl_ops = { variable
432 .ops = &ctrl_ops,
443 .ops = &ctrl_ops,
H A Datomisp-gc2235.c338 static const struct v4l2_ctrl_ops ctrl_ops = { variable
344 .ops = &ctrl_ops,
/linux-6.15/drivers/tty/serdev/
H A Dserdev-ttyport.c251 static const struct serdev_controller_ops ctrl_ops = { variable
286 ctrl->ops = &ctrl_ops; in serdev_tty_port_register()
/linux-6.15/drivers/media/pci/tw686x/
H A Dtw686x-video.c617 static const struct v4l2_ctrl_ops ctrl_ops = { variable
1242 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
1244 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
1246 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
1248 v4l2_ctrl_new_std(&vc->ctrl_handler, &ctrl_ops, in tw686x_video_init()
/linux-6.15/include/media/
H A Dv4l2-ctrls.h1585 const struct v4l2_ctrl_ops *ctrl_ops,
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2678 const struct v4l2_ctrl_ops *ctrl_ops, in v4l2_ctrl_new_fwnode_properties() argument
2700 if (!v4l2_ctrl_new_std_menu(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()
2708 if (!v4l2_ctrl_new_std(hdl, ctrl_ops, in v4l2_ctrl_new_fwnode_properties()