Searched refs:fe_slave (Results 1 – 5 of 5) sorted by relevance
/drivers/media/dvb-frontends/ |
D | dib9000.h | 40 extern int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave); 94 static inline int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave) in dib9000_set_slave_frontend() argument
|
D | dib8000.h | 56 int (*set_slave_frontend)(struct dvb_frontend *fe, struct dvb_frontend *fe_slave);
|
D | dib9000.c | 2444 int dib9000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave) in dib9000_set_slave_frontend() argument 2452 dprintk("set slave fe %p to index %i\n", fe_slave, index_frontend); in dib9000_set_slave_frontend() 2453 state->fe[index_frontend] = fe_slave; in dib9000_set_slave_frontend()
|
D | dib8000.c | 4238 static int dib8000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave) in dib8000_set_slave_frontend() argument 4246 dprintk("set slave fe %p to index %i\n", fe_slave, index_frontend); in dib8000_set_slave_frontend() 4247 state->fe[index_frontend] = fe_slave; in dib8000_set_slave_frontend()
|
/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 1802 struct dvb_frontend *fe_slave = st->dib8000_ops.get_slave_frontend(adap->fe_adap[0].fe, 1); in nim8096md_tuner_attach() local 1804 if (fe_slave) { in nim8096md_tuner_attach() 1805 tun_i2c = st->dib8000_ops.get_i2c_master(fe_slave, DIBX000_I2C_INTERFACE_TUNER, 1); in nim8096md_tuner_attach() 1806 if (dvb_attach(dib0090_register, fe_slave, tun_i2c, &dib809x_dib0090_config) == NULL) in nim8096md_tuner_attach() 1808 fe_slave->dvb = adap->fe_adap[0].fe->dvb; in nim8096md_tuner_attach() 1809 fe_slave->ops.tuner_ops.set_params = dib8096_set_param_override; in nim8096md_tuner_attach() 1823 struct dvb_frontend *fe_slave; in nim8096md_frontend_attach() local 1856 fe_slave = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x82, &dib809x_dib8000_config[1]); in nim8096md_frontend_attach() 1857 state->dib8000_ops.set_slave_frontend(adap->fe_adap[0].fe, fe_slave); in nim8096md_frontend_attach() 1859 return fe_slave == NULL ? -ENODEV : 0; in nim8096md_frontend_attach() [all …]
|