Searched refs:streaming_ctrl (Results  1 – 25 of 28) sorted by relevance
12
| /Linux-v5.15/drivers/media/usb/dvb-usb/ | 
| D | dtt200u.c | 190 	.streaming_ctrl  = dtt200u_streaming_ctrl,242 	.streaming_ctrl  = dtt200u_streaming_ctrl,
 294 	.streaming_ctrl  = dtt200u_streaming_ctrl,
 346 			.streaming_ctrl  = dtt200u_streaming_ctrl,
 
 | 
| D | dibusb-mb.c | 191 			.streaming_ctrl   = dibusb_streaming_ctrl,281 			.streaming_ctrl   = dibusb_streaming_ctrl,
 350 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 413 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 
 | 
| D | dvb-usb-dvb.c | 34 		if (adap->props.fe[adap->active_fe].streaming_ctrl != NULL) {  in dvb_usb_ctrl_feed()35 			ret = adap->props.fe[adap->active_fe].streaming_ctrl(adap, 0);  in dvb_usb_ctrl_feed()
 72 		if (adap->props.fe[adap->active_fe].streaming_ctrl != NULL) {  in dvb_usb_ctrl_feed()
 73 			ret = adap->props.fe[adap->active_fe].streaming_ctrl(adap, 1);  in dvb_usb_ctrl_feed()
 
 | 
| D | cxusb.c | 1777 			.streaming_ctrl   = cxusb_streaming_ctrl,1828 			.streaming_ctrl   = cxusb_streaming_ctrl,
 1888 			.streaming_ctrl   = cxusb_streaming_ctrl,
 1955 			.streaming_ctrl   = cxusb_streaming_ctrl,
 2014 			.streaming_ctrl   = cxusb_streaming_ctrl,
 2067 			.streaming_ctrl   = cxusb_streaming_ctrl,
 2121 			.streaming_ctrl   = cxusb_streaming_ctrl,
 2178 			.streaming_ctrl   = cxusb_streaming_ctrl,
 2232 			.streaming_ctrl   = cxusb_aver_streaming_ctrl,
 2278 			.streaming_ctrl  = cxusb_streaming_ctrl,
 [all …]
 
 | 
| D | ttusb2.c | 659 			.streaming_ctrl   = NULL, // ttusb2_streaming_ctrl,714 			.streaming_ctrl   = NULL,
 775 			.streaming_ctrl   = NULL,
 794 			.streaming_ctrl   = NULL,
 
 | 
| D | dibusb-mc.c | 61 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 | 
| D | a800.c | 95 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 | 
| D | umt-010.c | 102 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 | 
| D | nova-t-usb2.c | 184 			.streaming_ctrl   = dibusb2_0_streaming_ctrl,
 | 
| D | cinergyT2-core.c | 210 			.streaming_ctrl   = cinergyt2_streaming_ctrl,
 | 
| D | dvb-usb.h | 154 	int (*streaming_ctrl)  (struct dvb_usb_adapter *, int);  member
 | 
| D | gp8psk.c | 335 			.streaming_ctrl   = gp8psk_streaming_ctrl,
 | 
| D | vp702x.c | 394 			.streaming_ctrl   = vp702x_streaming_ctrl,
 | 
| D | opera1.c | 519 			.streaming_ctrl = opera1_streaming_ctrl,
 | 
| D | dw2102.c | 2220 			.streaming_ctrl   = su3000_streaming_ctrl,2301 			.streaming_ctrl   = su3000_streaming_ctrl,
 2350 			.streaming_ctrl   = su3000_streaming_ctrl,
 
 | 
| D | az6027.c | 1109 			.streaming_ctrl   = az6027_streaming_ctrl,
 | 
| /Linux-v5.15/drivers/media/usb/dvb-usb-v2/ | 
| D | dvb_usb_core.c | 306 	if (d->props->streaming_ctrl) {  in dvb_usb_start_feed()307 		ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 1);  in dvb_usb_start_feed()
 357 	if (d->props->streaming_ctrl) {  in dvb_usb_stop_feed()
 358 		ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 0);  in dvb_usb_stop_feed()
 1049 			if (d->props->streaming_ctrl)  in dvb_usbv2_suspend()
 1050 				d->props->streaming_ctrl(fe, 0);  in dvb_usbv2_suspend()
 1079 			if (d->props->streaming_ctrl)  in dvb_usbv2_resume_common()
 1080 				d->props->streaming_ctrl(fe, 1);  in dvb_usbv2_resume_common()
 
 | 
| D | dvbsky.c | 640 	.streaming_ctrl   = dvbsky_streaming_ctrl,667 	.streaming_ctrl   = dvbsky_streaming_ctrl,
 694 	.streaming_ctrl   = dvbsky_streaming_ctrl,
 721 	.streaming_ctrl   = dvbsky_streaming_ctrl,
 748 	.streaming_ctrl   = dvbsky_streaming_ctrl,
 
 | 
| D | mxl111sf.c | 1090 	.streaming_ctrl    = mxl111sf_ep4_streaming_ctrl,1131 	.streaming_ctrl    = mxl111sf_ep6_streaming_ctrl,
 1172 	.streaming_ctrl    = mxl111sf_ep5_streaming_ctrl,
 1240 	.streaming_ctrl    = mxl111sf_streaming_ctrl_atsc_mh,
 1318 	.streaming_ctrl    = mxl111sf_streaming_ctrl_mercury,
 1388 	.streaming_ctrl    = mxl111sf_streaming_ctrl_mercury_mh,
 
 | 
| D | dvb_usb.h | 259 	int (*streaming_ctrl) (struct dvb_frontend *, int);  member
 | 
| D | zd1301.c | 256 	.streaming_ctrl  = zd1301_streaming_ctrl,
 | 
| D | ec168.c | 325 	.streaming_ctrl = ec168_streaming_ctrl,
 | 
| D | az6007.c | 894 	.streaming_ctrl      = az6007_streaming_ctrl,916 	.streaming_ctrl      = az6007_streaming_ctrl,
 
 | 
| D | gl861.c | 540 	.streaming_ctrl = friio_streaming_ctrl,
 | 
| D | anysee.c | 1378 	.streaming_ctrl   = anysee_streaming_ctrl,
 | 
        12