Searched refs:ctrl_hdl (Results 1 - 2 of 2) sorted by relevance

/drivers/media/i2c/
H A Dadv7180.c124 struct v4l2_ctrl_handler ctrl_hdl; member in struct:adv7180_state
135 ctrl_hdl)->sd)
394 v4l2_ctrl_handler_init(&state->ctrl_hdl, 4);
396 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,
399 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,
402 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,
405 v4l2_ctrl_new_std(&state->ctrl_hdl, &adv7180_ctrl_ops,
408 state->sd.ctrl_handler = &state->ctrl_hdl;
409 if (state->ctrl_hdl.error) {
410 int err = state->ctrl_hdl
[all...]
/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c108 * @ctrl_hdl: handler for control framework
135 struct v4l2_ctrl_handler ctrl_hdl; member in struct:sta2x11_vip
892 v4l2_ctrl_handler_init(&vip->ctrl_hdl, 0);
894 vip->v4l2_dev.ctrl_handler = &vip->ctrl_hdl;
895 if (vip->ctrl_hdl.error) {
896 int err = vip->ctrl_hdl.error;
898 v4l2_ctrl_handler_free(&vip->ctrl_hdl);

Completed in 65 milliseconds