Searched refs:streaming_ctrl (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | dvbsky.c | 648 .streaming_ctrl = dvbsky_streaming_ctrl, 675 .streaming_ctrl = dvbsky_streaming_ctrl, 702 .streaming_ctrl = dvbsky_streaming_ctrl, 729 .streaming_ctrl = dvbsky_streaming_ctrl, 756 .streaming_ctrl = dvbsky_streaming_ctrl,
|
D | dvb_usb_core.c | 318 if (d->props->streaming_ctrl) { in dvb_usb_start_feed() 319 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 1); in dvb_usb_start_feed() 369 if (d->props->streaming_ctrl) { in dvb_usb_stop_feed() 370 ret = d->props->streaming_ctrl(adap->fe[adap->active_fe], 0); in dvb_usb_stop_feed() 1063 if (d->props->streaming_ctrl) in dvb_usbv2_suspend() 1064 d->props->streaming_ctrl(fe, 0); in dvb_usbv2_suspend() 1093 if (d->props->streaming_ctrl) in dvb_usbv2_resume_common() 1094 d->props->streaming_ctrl(fe, 1); in dvb_usbv2_resume_common()
|
D | mxl111sf.c | 1098 .streaming_ctrl = mxl111sf_ep4_streaming_ctrl, 1140 .streaming_ctrl = mxl111sf_ep6_streaming_ctrl, 1182 .streaming_ctrl = mxl111sf_ep5_streaming_ctrl, 1251 .streaming_ctrl = mxl111sf_streaming_ctrl_atsc_mh, 1330 .streaming_ctrl = mxl111sf_streaming_ctrl_mercury, 1401 .streaming_ctrl = mxl111sf_streaming_ctrl_mercury_mh,
|
D | dvb_usb.h | 267 int (*streaming_ctrl) (struct dvb_frontend *, int); member
|
D | zd1301.c | 265 .streaming_ctrl = zd1301_streaming_ctrl,
|
D | ec168.c | 347 .streaming_ctrl = ec168_streaming_ctrl,
|
D | az6007.c | 911 .streaming_ctrl = az6007_streaming_ctrl, 933 .streaming_ctrl = az6007_streaming_ctrl,
|
D | gl861.c | 623 .streaming_ctrl = friio_streaming_ctrl,
|
D | anysee.c | 1402 .streaming_ctrl = anysee_streaming_ctrl,
|
D | lmedm04.c | 1302 .streaming_ctrl = lme2510_streaming_ctrl,
|
D | af9015.c | 1441 .streaming_ctrl = af9015_streaming_ctrl,
|