28 frontend_ops = &fe->
ops;
33 printk(
"%s: Invalid parameter\n", __func__);
36 *frequency = t_state.frequency;
37 printk(
"%s: Frequency=%d\n", __func__, t_state.frequency);
42 static int tda8261_set_frequency(
struct dvb_frontend *fe,
u32 frequency)
51 frontend_ops = &fe->
ops;
56 printk(
"%s: Invalid parameter\n", __func__);
60 printk(
"%s: Frequency=%d\n", __func__, t_state.frequency);
72 frontend_ops = &fe->
ops;
77 printk(
"%s: Invalid parameter\n", __func__);
80 *bandwidth = t_state.bandwidth;
82 printk(
"%s: Bandwidth=%d\n", __func__, t_state.bandwidth);