Searched refs:msi001_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/tuners/ |
D | msi001.c | 418 static const struct v4l2_ctrl_ops msi001_ctrl_ops = { variable 442 s->bandwidth_auto = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe() 444 s->bandwidth = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe() 447 s->lna_gain = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe() 449 s->mixer_gain = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe() 451 s->if_gain = v4l2_ctrl_new_std(&s->hdl, &msi001_ctrl_ops, in msi001_probe()
|