Lines Matching refs:hdl
147 struct v4l2_ctrl_handler hdl; member
875 v4l2_ctrl_handler_free(&s->hdl); in airspy_video_release()
951 struct airspy *s = container_of(ctrl->handler, struct airspy, hdl); in airspy_s_ctrl()
1047 v4l2_ctrl_handler_init(&s->hdl, 5); in airspy_probe()
1048 s->lna_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1050 s->lna_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1053 s->mixer_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1055 s->mixer_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1058 s->if_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
1060 if (s->hdl.error) { in airspy_probe()
1061 ret = s->hdl.error; in airspy_probe()
1066 v4l2_ctrl_handler_setup(&s->hdl); in airspy_probe()
1068 s->v4l2_dev.ctrl_handler = &s->hdl; in airspy_probe()
1084 v4l2_ctrl_handler_free(&s->hdl); in airspy_probe()