Searched refs:airspy_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/usb/airspy/ |
H A D | airspy.c | 957 static const struct v4l2_ctrl_ops airspy_ctrl_ops = { variable 1040 s->lna_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe() 1042 s->lna_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe() 1045 s->mixer_gain_auto = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe() 1047 s->mixer_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe() 1050 s->if_gain = v4l2_ctrl_new_std(&s->hdl, &airspy_ctrl_ops, in airspy_probe()
|