Searched refs:fe_slave (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A 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
|
H A D | dib8000.h | 56 int (*set_slave_frontend)(struct dvb_frontend *fe, struct dvb_frontend *fe_slave);
|
H A 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()
|
H A D | dib8000.c | 4262 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()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 1799 if (fe_slave) { in nim8096md_tuner_attach() 1803 fe_slave->dvb = adap->fe_adap[0].fe->dvb; in nim8096md_tuner_attach() 1818 struct dvb_frontend *fe_slave; in nim8096md_frontend_attach() local 1854 return fe_slave == NULL ? -ENODEV : 0; in nim8096md_frontend_attach() 2456 struct dvb_frontend *fe_slave; in nim9090md_frontend_attach() local 2504 if (!fe_slave) { in nim9090md_frontend_attach() 2516 struct dvb_frontend *fe_slave; in nim9090md_tuner_attach() local 2540 if (fe_slave != NULL) { in nim9090md_tuner_attach() 2542 dib9000_set_i2c_adapter(fe_slave, i2c); in nim9090md_tuner_attach() 2544 i2c = dib9000_get_tuner_interface(fe_slave); in nim9090md_tuner_attach() [all …]
|