Lines Matching refs:hdl
145 struct v4l2_ctrl_handler hdl; member
871 v4l2_ctrl_handler_free(&s->hdl); in airspy_video_release()
950 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl); in airspy_s_ctrl()
1046 v4l2_ctrl_handler_init(&s->hdl, 5); in airspy_probe()
1047 s->lna_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1049 s->lna_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1052 s->mixer_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1054 s->mixer_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1057 s->if_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1059 if (s->hdl.error) { in airspy_probe()
1060 ret = s->hdl.error; in airspy_probe()
1065 v4l2_ctrl_handler_setup(&s->hdl); in airspy_probe()
1067 s->v4l2_dev.ctrl_handler = &s->hdl; in airspy_probe()
1083 v4l2_ctrl_handler_free(&s->hdl); in airspy_probe()