Lines Matching defs:ops
32 ((sd) && (sd)->ops && (sd)->ops->o && (sd)->ops->o->f)
514 if (fe->ops.tuner_ops.get_if_frequency)
515 ret = fe->ops.tuner_ops.get_if_frequency(fe, &f_if);
812 if (fe->ops.tuner_ops.set_params)
813 fe->ops.tuner_ops.set_params(fe);
827 if (fe->ops.tuner_ops.init)
828 fe->ops.tuner_ops.init(fe);
841 if (fe->ops.tuner_ops.sleep)
842 fe->ops.tuner_ops.sleep(fe);
1278 if (fe->ops.tuner_ops.set_params)
1279 ret = fe->ops.tuner_ops.set_params(fe);
1312 const struct v4l2_ctrl_ops *ops = &rtl2832_sdr_ctrl_ops;
1364 dev->vb_queue.ops = &rtl2832_sdr_vb2_ops;
1384 dev->bandwidth_auto = v4l2_ctrl_new_std(&dev->hdl, ops,
1387 dev->bandwidth = v4l2_ctrl_new_std(&dev->hdl, ops,
1395 dev->bandwidth_auto = v4l2_ctrl_new_std(&dev->hdl, ops,
1398 dev->bandwidth = v4l2_ctrl_new_std(&dev->hdl, ops,