Lines Matching refs:hdl
55 struct v4l2_ctrl_handler hdl; member
70 return &container_of(ctrl->handler, struct bt819, hdl)->sd; in to_sd()
453 v4l2_ctrl_handler_init(&decoder->hdl, 4); in bt819_probe()
454 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops, in bt819_probe()
456 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops, in bt819_probe()
458 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops, in bt819_probe()
460 v4l2_ctrl_new_std(&decoder->hdl, &bt819_ctrl_ops, in bt819_probe()
462 sd->ctrl_handler = &decoder->hdl; in bt819_probe()
463 if (decoder->hdl.error) { in bt819_probe()
464 int err = decoder->hdl.error; in bt819_probe()
466 v4l2_ctrl_handler_free(&decoder->hdl); in bt819_probe()
469 v4l2_ctrl_handler_setup(&decoder->hdl); in bt819_probe()
479 v4l2_ctrl_handler_free(&decoder->hdl); in bt819_remove()