Lines Matching refs:fe_adap
295 struct dvb_frontend *fe = state->dev->adapter[0].fe_adap[0].fe; in technisat_usb2_green_led_control()
511 a->fe_adap[0].fe = dvb_attach(stv090x_attach, &technisat_usb2_stv090x_config, in technisat_usb2_frontend_attach()
514 if (a->fe_adap[0].fe) { in technisat_usb2_frontend_attach()
518 a->fe_adap[0].fe, in technisat_usb2_frontend_attach()
538 if (a->fe_adap[0].fe->ops.init) in technisat_usb2_frontend_attach()
539 a->fe_adap[0].fe->ops.init(a->fe_adap[0].fe); in technisat_usb2_frontend_attach()
554 a->fe_adap[0].fe->ops.set_voltage = technisat_usb2_set_voltage; in technisat_usb2_frontend_attach()
557 strlcpy(a->fe_adap[0].fe->ops.info.name, a->dev->desc->name, in technisat_usb2_frontend_attach()
558 sizeof(a->fe_adap[0].fe->ops.info.name)); in technisat_usb2_frontend_attach()
560 dvb_frontend_detach(a->fe_adap[0].fe); in technisat_usb2_frontend_attach()
561 a->fe_adap[0].fe = NULL; in technisat_usb2_frontend_attach()
567 return a->fe_adap[0].fe == NULL ? -ENODEV : 0; in technisat_usb2_frontend_attach()