Lines Matching full:hdl
29 struct v4l2_ctrl_handler hdl; member
137 return container_of(ctrl->handler, struct tw2804, hdl); in to_state_from_ctrl()
365 v4l2_ctrl_handler_init(&state->hdl, 10); in tw2804_probe()
366 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
368 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
370 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
372 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
374 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
376 v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
378 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
382 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
386 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
390 ctrl = v4l2_ctrl_new_std(&state->hdl, &tw2804_ctrl_ops, in tw2804_probe()
394 sd->ctrl_handler = &state->hdl; in tw2804_probe()
395 err = state->hdl.error; in tw2804_probe()
397 v4l2_ctrl_handler_free(&state->hdl); in tw2804_probe()
413 v4l2_ctrl_handler_free(&state->hdl); in tw2804_remove()