Searched refs:dib7000p_ops (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 34 struct dib7000p_ops dib7000p_ops; member 277 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700P2_frontend_attach() 290 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in stk7700P2_frontend_attach() 294 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700P2_frontend_attach() 299 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700P2_frontend_attach() 310 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700d_frontend_attach() 324 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18, in stk7700d_frontend_attach() 328 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700d_frontend_attach() 333 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700d_frontend_attach() 345 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in stk7700d_tuner_attach() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib7000p.h | 48 struct dib7000p_ops { struct 69 void *dib7000p_attach(struct dib7000p_ops *ops); argument 71 static inline void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
|
| H A D | dib7000p.c | 2739 static const struct dvb_frontend_ops dib7000p_ops; variable 2762 memcpy(&st->demod.ops, &dib7000p_ops, sizeof(struct dvb_frontend_ops)); in dib7000p_init() 2804 void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach() 2830 static const struct dvb_frontend_ops dib7000p_ops = { variable
|