Lines Matching refs:fe_adap
301 struct dvb_frontend *fe = state->dev->adapter[0].fe_adap[0].fe; in technisat_usb2_green_led_control()
523 a->fe_adap[0].fe = dvb_attach(stv090x_attach, &technisat_usb2_stv090x_config, in technisat_usb2_frontend_attach()
526 if (a->fe_adap[0].fe) { in technisat_usb2_frontend_attach()
530 a->fe_adap[0].fe, in technisat_usb2_frontend_attach()
550 if (a->fe_adap[0].fe->ops.init) in technisat_usb2_frontend_attach()
551 a->fe_adap[0].fe->ops.init(a->fe_adap[0].fe); in technisat_usb2_frontend_attach()
566 a->fe_adap[0].fe->ops.set_voltage = technisat_usb2_set_voltage; in technisat_usb2_frontend_attach()
569 strscpy(a->fe_adap[0].fe->ops.info.name, in technisat_usb2_frontend_attach()
571 sizeof(a->fe_adap[0].fe->ops.info.name)); in technisat_usb2_frontend_attach()
573 dvb_frontend_detach(a->fe_adap[0].fe); in technisat_usb2_frontend_attach()
574 a->fe_adap[0].fe = NULL; in technisat_usb2_frontend_attach()
580 return a->fe_adap[0].fe == NULL ? -ENODEV : 0; in technisat_usb2_frontend_attach()