| /Linux-v5.4/drivers/media/usb/dvb-usb/ | 
| D | dvb-usb-dvb.c | 32 		usb_urb_kill(&adap->fe_adap[adap->active_fe].stream);  in dvb_usb_ctrl_feed() 47 		adap->fe_adap[adap->active_fe].pid_filtering ?  in dvb_usb_ctrl_feed() 51 		adap->fe_adap[adap->active_fe].pid_filtering &&  in dvb_usb_ctrl_feed() 65 				adap->fe_adap[adap->active_fe].pid_filtering);  in dvb_usb_ctrl_feed() 81 		usb_urb_submit(&adap->fe_adap[adap->active_fe].stream);  in dvb_usb_ctrl_feed() 177 		if (adap->demux.filternum < adap->fe_adap[i].max_feed_count)  in dvb_usb_adapter_dvb_init() 178 			adap->demux.filternum = adap->fe_adap[i].max_feed_count;  in dvb_usb_adapter_dvb_init() 258 	if (adap->fe_adap[fe->id].fe_init)  in dvb_usb_fe_wakeup() 259 		adap->fe_adap[fe->id].fe_init(fe);  in dvb_usb_fe_wakeup() 268 	if (adap->fe_adap[fe->id].fe_sleep)  in dvb_usb_fe_sleep() [all …] 
 | 
| D | dib0700_devices.c | 105 	return (adap->fe_adap[0].fe = dvb_attach(dib3000mc_attach, &adap->dev->i2c_adap,  in bristol_frontend_attach() 122 	struct i2c_adapter *tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe_adap[0].fe, 1);  in bristol_tuner_attach() 129 	return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c,  in bristol_tuner_attach() 299 	adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap,  in stk7700P2_frontend_attach() 303 	return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;  in stk7700P2_frontend_attach() 333 	adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap,  in stk7700d_frontend_attach() 337 	return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;  in stk7700d_frontend_attach() 345 	tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe,  in stk7700d_tuner_attach() 347 	return dvb_attach(mt2266_attach, adap->fe_adap[0].fe, tun_i2c,  in stk7700d_tuner_attach() 428 		state->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 0);  in stk7700ph_xc3028_callback() [all …] 
 | 
| D | dibusb-mc-common.c | 91 	adap->fe_adap[0].fe = dvb_attach(dib3000mc_attach,  in dibusb_dib3000mc_frontend_attach() 95 	if ((adap->fe_adap[0].fe) == NULL)  in dibusb_dib3000mc_frontend_attach() 96 		adap->fe_adap[0].fe = dvb_attach(dib3000mc_attach,  in dibusb_dib3000mc_frontend_attach() 100 	if ((adap->fe_adap[0].fe) != NULL) {  in dibusb_dib3000mc_frontend_attach() 154 	tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe_adap[0].fe, 1);  in dibusb_dib3000mc_tuner_attach() 155 …if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL)…  in dibusb_dib3000mc_tuner_attach() 157 		if (dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, tun_i2c, DVB_PLL_ENV57H1XD5) == NULL)  in dibusb_dib3000mc_tuner_attach() 162 		dib3000mc_set_config(adap->fe_adap[0].fe, &stk3000p_dib3000p_config);  in dibusb_dib3000mc_tuner_attach()
  | 
| D | dw2102.c | 1188 		d->fe_adap[0].fe = dvb_attach(stv0900_attach, &dw2104a_stv0900_config,  in dw2104_frontend_attach() 1190 		if (d->fe_adap[0].fe != NULL) {  in dw2104_frontend_attach() 1191 			if (dvb_attach(stb6100_attach, d->fe_adap[0].fe,  in dw2104_frontend_attach() 1194 				tuner_ops = &d->fe_adap[0].fe->ops.tuner_ops;  in dw2104_frontend_attach() 1199 				d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage;  in dw2104_frontend_attach() 1207 		d->fe_adap[0].fe = dvb_attach(stv0900_attach, &dw2104_stv0900_config,  in dw2104_frontend_attach() 1209 		if (d->fe_adap[0].fe != NULL) {  in dw2104_frontend_attach() 1210 			if (dvb_attach(stv6110_attach, d->fe_adap[0].fe,  in dw2104_frontend_attach() 1213 				d->fe_adap[0].fe->ops.set_voltage = dw210x_set_voltage;  in dw2104_frontend_attach() 1221 		d->fe_adap[0].fe = dvb_attach(cx24116_attach, &dw2104_config,  in dw2104_frontend_attach() [all …] 
 | 
| D | dvb-usb-urb.c | 97 		adap->fe_adap[i].stream.udev      = adap->dev->udev;  in dvb_usb_adapter_stream_init() 99 			adap->fe_adap[i].stream.complete =  in dvb_usb_adapter_stream_init() 103 			adap->fe_adap[i].stream.complete =  in dvb_usb_adapter_stream_init() 106 		adap->fe_adap[i].stream.complete  = dvb_usb_data_complete;  in dvb_usb_adapter_stream_init() 107 		adap->fe_adap[i].stream.user_priv = adap;  in dvb_usb_adapter_stream_init() 108 		ret = usb_urb_init(&adap->fe_adap[i].stream,  in dvb_usb_adapter_stream_init() 120 		usb_urb_exit(&adap->fe_adap[i].stream);  in dvb_usb_adapter_stream_exit()
  | 
| D | dibusb-mb.c | 31 	adap->fe_adap[0].fe = dvb_attach(dib3000mb_attach, &demod_cfg,  in dibusb_dib3000mb_frontend_attach() 33 	if ((adap->fe_adap[0].fe) == NULL)  in dibusb_dib3000mb_frontend_attach() 36 	adap->fe_adap[0].fe->ops.i2c_gate_ctrl = dib3000mb_i2c_gate_ctrl;  in dibusb_dib3000mb_frontend_attach() 47 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x61, &adap->dev->i2c_adap,  in dibusb_thomson_tuner_attach() 58 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, &adap->dev->i2c_adap,  in dibusb_panasonic_tuner_attach() 79 	if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl)  in dibusb_tuner_probe_and_attach() 80 		adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe, 1);  in dibusb_tuner_probe_and_attach() 87 	if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl)  in dibusb_tuner_probe_and_attach() 88 		adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe, 0);  in dibusb_tuner_probe_and_attach()
  | 
| D | cxusb.c | 706 	dvb_attach(simple_tuner_attach, adap->fe_adap[0].fe,  in cxusb_fmd1216me_tuner_attach() 710 	if (is_medion && adap->fe_adap[0].fe)  in cxusb_fmd1216me_tuner_attach() 715 		adap->fe_adap[0].fe->ops.tuner_ops.sleep = NULL;  in cxusb_fmd1216me_tuner_attach() 722 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x61,  in cxusb_dee1601_tuner_attach() 729 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x61,  in cxusb_lgz201_tuner_attach() 736 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60,  in cxusb_dtt7579_tuner_attach() 743 	dvb_attach(simple_tuner_attach, adap->fe_adap[0].fe,  in cxusb_lgh064f_tuner_attach() 787 	adap->fe_adap[0].fe->callback = dvico_bluebird_xc2028_callback;  in cxusb_dvico_xc3028_tuner_attach() 789 	fe = dvb_attach(xc2028_attach, adap->fe_adap[0].fe, &cfg);  in cxusb_dvico_xc3028_tuner_attach() 800 	dvb_attach(mxl5005s_attach, adap->fe_adap[0].fe,  in cxusb_mxl5003s_tuner_attach() [all …] 
 | 
| D | dvb-usb-init.c | 49 				adap->fe_adap[o].pid_filtering  = 1;  in dvb_usb_adapter_init() 50 				adap->fe_adap[o].max_feed_count = props->pid_filter_count;  in dvb_usb_adapter_init() 53 				adap->fe_adap[o].pid_filtering  = 0;  in dvb_usb_adapter_init() 54 				adap->fe_adap[o].max_feed_count = 255;  in dvb_usb_adapter_init() 57 			if (!adap->fe_adap[o].pid_filtering &&  in dvb_usb_adapter_init() 61 				adap->fe_adap[o].pid_filtering  = 1;  in dvb_usb_adapter_init() 62 				adap->fe_adap[o].max_feed_count = props->pid_filter_count;  in dvb_usb_adapter_init() 66 				adap->fe_adap[o].priv = kzalloc(props->size_of_priv, GFP_KERNEL);  in dvb_usb_adapter_init() 67 				if (adap->fe_adap[o].priv == NULL) {  in dvb_usb_adapter_init() 89 		if (adap->fe_adap[1].fe)  in dvb_usb_adapter_init()
  | 
| D | ttusb2.c | 527 …if ((adap->fe_adap[0].fe = dvb_attach(tda10086_attach, &tda10086_config, &adap->dev->i2c_adap)) ==…  in ttusb2_frontend_tda10086_attach() 539 	return adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe, enable);  in ttusb2_ct3650_i2c_gate_ctrl() 547 	if (adap->fe_adap[0].fe == NULL) {  in ttusb2_frontend_tda10023_attach() 549 		adap->fe_adap[0].fe = dvb_attach(tda10023_attach,  in ttusb2_frontend_tda10023_attach() 552 		if (adap->fe_adap[0].fe == NULL) {  in ttusb2_frontend_tda10023_attach() 558 		adap->fe_adap[1].fe = dvb_attach(tda10048_attach,  in ttusb2_frontend_tda10023_attach() 561 		if (adap->fe_adap[1].fe == NULL) {  in ttusb2_frontend_tda10023_attach() 567 		adap->fe_adap[1].fe->ops.i2c_gate_ctrl = ttusb2_ct3650_i2c_gate_ctrl;  in ttusb2_frontend_tda10023_attach() 579 	if (adap->fe_adap[1].fe == NULL)  in ttusb2_tuner_tda827x_attach() 580 		fe = adap->fe_adap[0].fe;  in ttusb2_tuner_tda827x_attach() [all …] 
 | 
| D | technisat-usb2.c | 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() [all …] 
 | 
| D | digitv.c | 144 	adap->fe_adap[0].fe = dvb_attach(mt352_attach, &digitv_mt352_config,  in digitv_frontend_attach() 146 	if ((adap->fe_adap[0].fe) != NULL) {  in digitv_frontend_attach() 150 	adap->fe_adap[0].fe = dvb_attach(nxt6000_attach,  in digitv_frontend_attach() 153 	if ((adap->fe_adap[0].fe) != NULL) {  in digitv_frontend_attach() 164 	if (!dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, NULL, DVB_PLL_TDED4))  in digitv_tuner_attach() 168 		adap->fe_adap[0].fe->ops.tuner_ops.set_params = digitv_nxt6000_tuner_set_params;  in digitv_tuner_attach()
  | 
| D | dtv5100.c | 111 	adap->fe_adap[0].fe = dvb_attach(zl10353_attach, &dtv5100_zl10353_config,  in dtv5100_frontend_attach() 113 	if (adap->fe_adap[0].fe == NULL)  in dtv5100_frontend_attach() 117 	adap->fe_adap[0].fe->ops.i2c_gate_ctrl = NULL;  in dtv5100_frontend_attach() 129 			  adap->fe_adap[0].fe, &adap->dev->i2c_adap,  in dtv5100_tuner_attach()
  | 
| D | m920x.c | 555 	adap->fe_adap[0].fe = dvb_attach(mt352_attach,  in m920x_mt352_frontend_attach() 558 	if ((adap->fe_adap[0].fe) == NULL)  in m920x_mt352_frontend_attach() 599 	adap->fe_adap[0].fe = dvb_attach(tda10046_attach,  in m920x_tda10046_08_frontend_attach() 602 	if ((adap->fe_adap[0].fe) == NULL)  in m920x_tda10046_08_frontend_attach() 612 	adap->fe_adap[0].fe = dvb_attach(tda10046_attach,  in m920x_tda10046_0b_frontend_attach() 615 	if ((adap->fe_adap[0].fe) == NULL)  in m920x_tda10046_0b_frontend_attach() 625 …if (dvb_attach(qt1010_attach, adap->fe_adap[0].fe, &adap->dev->i2c_adap, &m920x_qt1010_config) == …  in m920x_qt1010_tuner_attach() 635 	if (dvb_attach(tda827x_attach, adap->fe_adap[0].fe, 0x60, &adap->dev->i2c_adap, NULL) == NULL)  in m920x_tda8275_60_tuner_attach() 645 	if (dvb_attach(tda827x_attach, adap->fe_adap[0].fe, 0x61, &adap->dev->i2c_adap, NULL) == NULL)  in m920x_tda8275_61_tuner_attach() 653 	dvb_attach(simple_tuner_attach, adap->fe_adap[0].fe,  in m920x_fmd1216me_tuner_attach() [all …] 
 | 
| D | umt-010.c | 60 	adap->fe_adap[0].fe = dvb_attach(mt352_attach, &umt_config, &adap->dev->i2c_adap);  in umt_mt352_frontend_attach() 67 	dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x61, NULL, DVB_PLL_TUA6034);  in umt_tuner_attach()
  | 
| D | opera1.c | 264 	d->fe_adap[0].fe = dvb_attach(stv0299_attach, &opera1_stv0299_config,  in opera1_frontend_attach() 266 	if ((d->fe_adap[0].fe) != NULL) {  in opera1_frontend_attach() 267 		d->fe_adap[0].fe->ops.set_voltage = opera1_set_voltage;  in opera1_frontend_attach() 277 		dvb_pll_attach, adap->fe_adap[0].fe, 0xc0>>1,  in opera1_tuner_attach()
  | 
| D | dibusb-common.c | 27 			if (st->ops.fifo_ctrl(adap->fe_adap[0].fe, onoff)) {  in dibusb_streaming_ctrl() 41 			st->ops.pid_ctrl(adap->fe_adap[0].fe,  in dibusb_pid_filter() 53 			if (st->ops.pid_parse(adap->fe_adap[0].fe, onoff) < 0)  in dibusb_pid_filter_ctrl()
  | 
| D | pctv452e.c | 908 	a->fe_adap[0].fe = dvb_attach(stb0899_attach, &stb0899_config,  in pctv452e_frontend_attach() 910 	if (!a->fe_adap[0].fe)  in pctv452e_frontend_attach() 912 	if ((dvb_attach(lnbp22_attach, a->fe_adap[0].fe,  in pctv452e_frontend_attach() 927 	if (!a->fe_adap[0].fe)  in pctv452e_tuner_attach() 929 	if (dvb_attach(stb6100_attach, a->fe_adap[0].fe, &stb6100_config,  in pctv452e_tuner_attach()
  | 
| D | az6027.c | 910 	adap->fe_adap[0].fe = stb0899_attach(&az6027_stb0899_config, &adap->dev->i2c_adap);  in az6027_frontend_attach() 912 	if (adap->fe_adap[0].fe) {  in az6027_frontend_attach() 914 		if (stb6100_attach(adap->fe_adap[0].fe, &az6027_stb6100_config, &adap->dev->i2c_adap)) {  in az6027_frontend_attach() 916 			adap->fe_adap[0].fe->ops.set_voltage = az6027_set_voltage;  in az6027_frontend_attach() 919 			adap->fe_adap[0].fe = NULL;  in az6027_frontend_attach()
  | 
| D | dib0700_core.c | 614 	if ((adap->fe_adap[0].stream.props.endpoint != 2)  in dib0700_streaming_ctrl() 615 			&& (adap->fe_adap[0].stream.props.endpoint != 3)) {  in dib0700_streaming_ctrl() 616 …deb_info("the endpoint number (%i) is not correct, use the adapter id instead", adap->fe_adap[0].s…  in dib0700_streaming_ctrl() 623 			st->channel_state |=	1 << (adap->fe_adap[0].stream.props.endpoint-2);  in dib0700_streaming_ctrl() 625 			st->channel_state |=	1 << (3-adap->fe_adap[0].stream.props.endpoint);  in dib0700_streaming_ctrl()
  | 
| D | cinergyT2-core.c | 74 	adap->fe_adap[0].fe = cinergyt2_fe_attach(adap->dev);  in cinergyt2_frontend_attach()
  | 
| D | vp7045.c | 154 	adap->fe_adap[0].fe = vp7045_fe_attach(adap->dev);  in vp7045_frontend_attach()
  | 
| D | dvb-usb.h | 402 	struct dvb_usb_fe_adapter fe_adap[MAX_NO_OF_FE_PER_ADAP];  member
  | 
| D | dtt200u.c | 133 	adap->fe_adap[0].fe = dtt200u_fe_attach(adap->dev);  in dtt200u_frontend_attach()
  | 
| D | gp8psk.c | 292 	adap->fe_adap[0].fe = dvb_attach(gp8psk_fe_attach,  in gp8psk_frontend_attach()
  | 
| D | vp702x.c | 321 	adap->fe_adap[0].fe = vp702x_fe_attach(adap->dev);  in vp702x_frontend_attach()
  |