Searched refs:stb0899_attach (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/media/dvb-frontends/ |
D | stb0899_drv.h | 134 extern struct dvb_frontend *stb0899_attach(struct stb0899_config *config, 139 static inline struct dvb_frontend *stb0899_attach(struct stb0899_config *config, in stb0899_attach() function
|
D | stb0899_drv.c | 1612 struct dvb_frontend *stb0899_attach(struct stb0899_config *config, struct i2c_adapter *i2c) in stb0899_attach() function 1641 EXPORT_SYMBOL(stb0899_attach);
|
/linux-5.19.10/drivers/media/pci/mantis/ |
D | mantis_vp1041.c | 306 mantis->fe = dvb_attach(stb0899_attach, &vp1041_stb0899_config, adapter); in vp1041_frontend_init()
|
/linux-5.19.10/drivers/media/usb/dvb-usb/ |
D | pctv452e.c | 916 a->fe_adap[0].fe = dvb_attach(stb0899_attach, &stb0899_config, in pctv452e_frontend_attach()
|
D | az6027.c | 911 adap->fe_adap[0].fe = stb0899_attach(&az6027_stb0899_config, &adap->dev->i2c_adap); in az6027_frontend_attach()
|
/linux-5.19.10/drivers/media/pci/ttpci/ |
D | budget-av.c | 1273 if ((fe = dvb_attach(stb0899_attach, &knc1_dvbs2_config, &budget_av->budget.i2c_adap))) in frontend_init()
|
D | budget-ci.c | 1421 …budget_ci->budget.dvb_frontend = dvb_attach(stb0899_attach, &tt3200_config, &budget_ci->budget.i2c… in frontend_init()
|