Searched refs:streaming_ctrl (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/media/usb/dvb-usb/
H A Ddtt200u.c204 .streaming_ctrl = dtt200u_streaming_ctrl,
256 .streaming_ctrl = dtt200u_streaming_ctrl,
308 .streaming_ctrl = dtt200u_streaming_ctrl,
360 .streaming_ctrl = dtt200u_streaming_ctrl,
H A Ddibusb-mb.c212 .streaming_ctrl = dibusb_streaming_ctrl,
302 .streaming_ctrl = dibusb_streaming_ctrl,
371 .streaming_ctrl = dibusb2_0_streaming_ctrl,
434 .streaming_ctrl = dibusb2_0_streaming_ctrl,
H A Ddvb-usb-dvb.c34 if (adap->props.fe[adap->active_fe].streaming_ctrl != NULL) {
35 ret = adap->props.fe[adap->active_fe].streaming_ctrl(adap, 0);
72 if (adap->props.fe[adap->active_fe].streaming_ctrl != NULL) {
73 ret = adap->props.fe[adap->active_fe].streaming_ctrl(adap, 1);
H A Dumt-010.c108 .streaming_ctrl = dibusb2_0_streaming_ctrl,
H A Ddibusb-mc.c81 .streaming_ctrl = dibusb2_0_streaming_ctrl,
H A Da800.c101 .streaming_ctrl = dibusb2_0_streaming_ctrl,
H A Dcxusb.c1735 .streaming_ctrl = cxusb_streaming_ctrl,
1786 .streaming_ctrl = cxusb_streaming_ctrl,
1846 .streaming_ctrl = cxusb_streaming_ctrl,
1913 .streaming_ctrl = cxusb_streaming_ctrl,
1972 .streaming_ctrl = cxusb_streaming_ctrl,
2025 .streaming_ctrl = cxusb_streaming_ctrl,
2079 .streaming_ctrl = cxusb_streaming_ctrl,
2136 .streaming_ctrl = cxusb_streaming_ctrl,
2190 .streaming_ctrl = cxusb_aver_streaming_ctrl,
2236 .streaming_ctrl
[all...]
H A Dttusb2.c665 .streaming_ctrl = NULL, // ttusb2_streaming_ctrl,
720 .streaming_ctrl = NULL,
781 .streaming_ctrl = NULL,
800 .streaming_ctrl = NULL,
H A Dnova-t-usb2.c190 .streaming_ctrl = dibusb2_0_streaming_ctrl,
H A DcinergyT2-core.c214 .streaming_ctrl = cinergyt2_streaming_ctrl,
H A Ddvb-usb.h129 * @streaming_ctrl: called to start and stop the MPEG2-TS streaming of the
132 * will be submitted only after streaming_ctrl(1) returns successfully and
133 * they will be killed before streaming_ctrl(0) gets called.
152 int (*streaming_ctrl) (struct dvb_usb_adapter *, int); member in struct:dvb_usb_adapter_fe_properties
H A Dgp8psk.c345 .streaming_ctrl = gp8psk_streaming_ctrl,
H A Dvp702x.c401 .streaming_ctrl = vp702x_streaming_ctrl,
H A Ddw2102.c2341 .streaming_ctrl = su3000_streaming_ctrl,
2422 .streaming_ctrl = su3000_streaming_ctrl,
2475 .streaming_ctrl = su3000_streaming_ctrl,
2524 .streaming_ctrl = su3000_streaming_ctrl,
H A Dopera1.c528 .streaming_ctrl = opera1_streaming_ctrl,
H A Daz6027.c1137 .streaming_ctrl = az6027_streaming_ctrl,
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c306 if (d->props->streaming_ctrl) {
307 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 1);
310 "%s: streaming_ctrl() failed=%d\n",
357 if (d->props->streaming_ctrl) {
358 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 0);
361 "%s: streaming_ctrl() failed=%d\n",
1049 if (d->props->streaming_ctrl)
1050 d->props->streaming_ctrl(fe, 0);
1079 if (d->props->streaming_ctrl)
1080 d->props->streaming_ctrl(f
[all...]
H A Ddvbsky.c640 .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,
H A Dmxl111sf.c1097 .streaming_ctrl = mxl111sf_ep4_streaming_ctrl,
1139 .streaming_ctrl = mxl111sf_ep6_streaming_ctrl,
1181 .streaming_ctrl = mxl111sf_ep5_streaming_ctrl,
1250 .streaming_ctrl = mxl111sf_streaming_ctrl_atsc_mh,
1329 .streaming_ctrl = mxl111sf_streaming_ctrl_mercury,
1400 .streaming_ctrl = mxl111sf_streaming_ctrl_mercury_mh,
H A Dzd1301.c256 .streaming_ctrl = zd1301_streaming_ctrl,
H A Ddvb_usb.h215 * @streaming_ctrl: called to start/stop the usb streaming of adapter
259 int (*streaming_ctrl) (struct dvb_frontend *, int); member in struct:dvb_usb_device_properties
H A Dec168.c337 .streaming_ctrl = ec168_streaming_ctrl,
H A Daz6007.c903 .streaming_ctrl = az6007_streaming_ctrl,
925 .streaming_ctrl = az6007_streaming_ctrl,
H A Dgl861.c540 .streaming_ctrl = friio_streaming_ctrl,
H A Danysee.c1378 .streaming_ctrl = anysee_streaming_ctrl,

Completed in 301 milliseconds

12