Home
last modified time | relevance | path

Searched refs:ts_type (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.c1064 u8 *ts_type, struct usb_data_stream_properties *stream) in mxl111sf_get_stream_config_dvbt() argument
1068 *ts_type = DVB_USB_FE_TS_TYPE_188; in mxl111sf_get_stream_config_dvbt()
1114 u8 *ts_type, struct usb_data_stream_properties *stream) in mxl111sf_get_stream_config_atsc() argument
1118 *ts_type = DVB_USB_FE_TS_TYPE_188; in mxl111sf_get_stream_config_atsc()
1156 u8 *ts_type, struct usb_data_stream_properties *stream) in mxl111sf_get_stream_config_mh() argument
1160 *ts_type = DVB_USB_FE_TS_TYPE_RAW; in mxl111sf_get_stream_config_mh()
1198 u8 *ts_type, struct usb_data_stream_properties *stream) in mxl111sf_get_stream_config_atsc_mh() argument
1203 *ts_type = DVB_USB_FE_TS_TYPE_188; in mxl111sf_get_stream_config_atsc_mh()
1209 *ts_type = DVB_USB_FE_TS_TYPE_188; in mxl111sf_get_stream_config_atsc_mh()
1215 *ts_type = DVB_USB_FE_TS_TYPE_RAW; in mxl111sf_get_stream_config_atsc_mh()
[all …]
Ddvb_usb.h334 u8 ts_type; member
Ddvb_usb_core.c283 &adap->ts_type, &stream_props); in dvb_usb_start_feed()
292 switch (adap->ts_type) { in dvb_usb_start_feed()
Dlmedm04.c1217 static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in lme2510_get_stream_config() argument
Daf9015.c547 static int af9015_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in af9015_get_stream_config() argument
Daf9035.c1910 static int af9035_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, in af9035_get_stream_config() argument
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_demux.c385 if (feed->ts_type & TS_PACKET) { in dvb_dmx_swfilter_packet_type()
386 if (feed->ts_type & TS_PAYLOAD_ONLY) in dvb_dmx_swfilter_packet_type()
393 if (feed->ts_type & TS_DECODER) in dvb_dmx_swfilter_packet_type()
413 (((f)->ts_type & (TS_PACKET | TS_DEMUX)) == TS_PACKET))
697 static int dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, in dmx_ts_feed_set() argument
709 if (ts_type & TS_DECODER) { in dmx_ts_feed_set()
729 feed->ts_type = ts_type; in dmx_ts_feed_set()
865 if (feed->ts_type & TS_DECODER && feed->pes_type < DMX_PES_OTHER) in dvbdmx_release_ts_feed()
Ddmxdev.c629 int ts_type; in dvb_dmxdev_start_feed() local
639 ts_type = TS_DECODER; in dvb_dmxdev_start_feed()
641 ts_type = 0; in dvb_dmxdev_start_feed()
644 ts_type |= TS_PACKET; in dvb_dmxdev_start_feed()
646 ts_type |= TS_PACKET | TS_DEMUX; in dvb_dmxdev_start_feed()
648 ts_type |= TS_PACKET | TS_DEMUX | TS_PAYLOAD_ONLY; in dvb_dmxdev_start_feed()
658 ret = tsfeed->set(tsfeed, feed->pid, ts_type, ts_pes, timeout); in dvb_dmxdev_start_feed()
/linux-4.19.296/include/media/
Ddvb_demux.h152 enum ts_filter_type ts_type; member