Lines Matching refs:fe

1183 	state->af9033_config[adap->id].fe = &adap->fe[0];  in af9035_frontend_attach()
1190 if (adap->fe[0] == NULL) { in af9035_frontend_attach()
1196 adap->fe[0]->ops.i2c_gate_ctrl = NULL; in af9035_frontend_attach()
1197 adap->fe[0]->callback = af9035_frontend_callback; in af9035_frontend_attach()
1271 si2168_config.fe = &adap->fe[0]; in it930x_frontend_attach()
1274 state->af9033_config[adap->id].fe = &adap->fe[0]; in it930x_frontend_attach()
1282 if (adap->fe[0] == NULL) { in it930x_frontend_attach()
1362 struct dvb_frontend *fe; in af9035_tuner_attach() local
1376 .dvb_frontend = adap->fe[0], in af9035_tuner_attach()
1407 fe = adap->fe[0]; in af9035_tuner_attach()
1411 fe = dvb_attach(fc0011_attach, adap->fe[0], in af9035_tuner_attach()
1466 fe = dvb_attach(mxl5007t_attach, adap->fe[0], &d->i2c_adap, in af9035_tuner_attach()
1471 fe = dvb_attach(tda18218_attach, adap->fe[0], in af9035_tuner_attach()
1476 .dvb_frontend = adap->fe[0], in af9035_tuner_attach()
1499 fe = adap->fe[0]; in af9035_tuner_attach()
1539 fe = dvb_attach(fc0012_attach, adap->fe[0], &d->i2c_adap, in af9035_tuner_attach()
1553 .fe = adap->fe[0], in af9035_tuner_attach()
1597 fe = adap->fe[0]; in af9035_tuner_attach()
1601 fe = NULL; in af9035_tuner_attach()
1604 if (fe == NULL) { in af9035_tuner_attach()
1628 si2157_config.fe = adap->fe[0]; in it930x_tuner_attach()
1936 static int af9035_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in af9035_get_stream_config() argument
1939 struct dvb_usb_device *d = fe_to_d(fe); in af9035_get_stream_config()
1942 dev_dbg(&intf->dev, "adap=%d\n", fe_to_adap(fe)->id); in af9035_get_stream_config()
1954 return state->ops.pid_filter_ctrl(adap->fe[0], onoff); in af9035_pid_filter_ctrl()
1962 return state->ops.pid_filter(adap->fe[0], index, pid, onoff); in af9035_pid_filter()