Home
last modified time | relevance | path

Searched refs:fe_slave (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/media/dvb-frontends/
Ddib9000.h40 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
Ddib8000.h56 int (*set_slave_frontend)(struct dvb_frontend *fe, struct dvb_frontend *fe_slave);
Ddib9000.c2444 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()
Ddib8000.c4262 static int dib8000_set_slave_frontend(struct dvb_frontend *fe, struct dvb_frontend *fe_slave) in dib8000_set_slave_frontend() argument
4270 dprintk("set slave fe %p to index %i\n", fe_slave, index_frontend); in dib8000_set_slave_frontend()
4271 state->fe[index_frontend] = fe_slave; in dib8000_set_slave_frontend()
/linux-6.1.9/drivers/media/usb/dvb-usb/
Ddib0700_devices.c1797 struct dvb_frontend *fe_slave = st->dib8000_ops.get_slave_frontend(adap->fe_adap[0].fe, 1); in nim8096md_tuner_attach() local
1799 if (fe_slave) { in nim8096md_tuner_attach()
1800 tun_i2c = st->dib8000_ops.get_i2c_master(fe_slave, DIBX000_I2C_INTERFACE_TUNER, 1); in nim8096md_tuner_attach()
1801 if (dvb_attach(dib0090_register, fe_slave, tun_i2c, &dib809x_dib0090_config) == NULL) in nim8096md_tuner_attach()
1803 fe_slave->dvb = adap->fe_adap[0].fe->dvb; in nim8096md_tuner_attach()
1804 fe_slave->ops.tuner_ops.set_params = dib8096_set_param_override; in nim8096md_tuner_attach()
1818 struct dvb_frontend *fe_slave; in nim8096md_frontend_attach() local
1851 fe_slave = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x82, &dib809x_dib8000_config[1]); in nim8096md_frontend_attach()
1852 state->dib8000_ops.set_slave_frontend(adap->fe_adap[0].fe, fe_slave); in nim8096md_frontend_attach()
1854 return fe_slave == NULL ? -ENODEV : 0; in nim8096md_frontend_attach()
[all …]