Lines Matching refs:hdl
41 struct v4l2_ctrl_handler hdl; member
149 return container_of(ctrl->handler, struct tw2804, hdl); in to_state_from_ctrl()
378 v4l2_ctrl_handler_init(&state->hdl, 10); in tw2804_probe()
379 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
381 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
383 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
385 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
387 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
389 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
391 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
395 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
399 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
403 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
407 sd->ctrl_handler = &state->hdl; in tw2804_probe()
408 err = state->hdl.error; in tw2804_probe()
410 v4l2_ctrl_handler_free(&state->hdl); in tw2804_probe()
426 v4l2_ctrl_handler_free(&state->hdl); in tw2804_remove()