Home
last modified time | relevance | path

Searched refs:dib8000_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c35 struct dib8000_ops dib8000_ops; member
1235 return state->dib8000_ops.set_gpio(fe, 5, 0, !onoff); in dib80xx_tuner_reset()
1243 return state->dib8000_ops.set_gpio(fe, 0, 0, onoff); in dib80xx_tuner_sleep()
1300 state->dib8000_ops.set_wbd_ref(fe, offset); in dib807x_set_param_override()
1308 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, in dib807x_tuner_attach()
1331 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk80xx_pid_filter()
1339 return state->dib8000_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff); in stk80xx_pid_filter_ctrl()
1347 if (!dvb_attach(dib8000_attach, &state->dib8000_ops)) in stk807x_frontend_attach()
1365 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in stk807x_frontend_attach()
1368 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x80, in stk807x_frontend_attach()
[all …]
/linux/drivers/media/dvb-frontends/
H A Ddib8000.h43 struct dib8000_ops { struct
67 void *dib8000_attach(struct dib8000_ops *ops); argument
69 static inline void *dib8000_attach(struct dib8000_ops *ops) in dib8000_attach()
H A Ddib8000.c4410 static const struct dvb_frontend_ops dib8000_ops = { variable
4472 memcpy(&state->fe[0]->ops, &dib8000_ops, sizeof(struct dvb_frontend_ops)); in dib8000_init()
4504 void *dib8000_attach(struct dib8000_ops *ops) in dib8000_attach()