Searched defs:ts_type (Results 1 - 9 of 9) sorted by relevance

/drivers/media/dvb-core/
H A Ddvb_demux.h89 int ts_type; member in struct:dvb_demux_feed
H A Ddmxdev.c565 int ts_type; local
575 ts_type = TS_DECODER;
577 ts_type = 0;
580 ts_type |= TS_PACKET;
582 ts_type |= TS_PACKET | TS_DEMUX;
584 ts_type |= TS_PACKET | TS_DEMUX | TS_PAYLOAD_ONLY;
594 ret = tsfeed->set(tsfeed, feed->pid, ts_type, ts_pes, 32768, timeout);
H A Ddvb_demux.c366 if (feed->ts_type & TS_PACKET) {
367 if (feed->ts_type & TS_PAYLOAD_ONLY)
373 if (feed->ts_type & TS_DECODER)
393 (((f)->ts_type & (TS_PACKET | TS_DEMUX)) == TS_PACKET))
668 static int dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, argument
681 if (ts_type & TS_DECODER) {
702 feed->ts_type = ts_type;
854 if (feed->ts_type & TS_DECODER && feed->pes_type < DMX_PES_OTHER)
/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c608 static int af9015_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, argument
H A Dmxl111sf.c1038 u8 *ts_type, struct usb_data_stream_properties *stream)
1042 *ts_type = DVB_USB_FE_TS_TYPE_188;
1079 u8 *ts_type, struct usb_data_stream_properties *stream)
1083 *ts_type = DVB_USB_FE_TS_TYPE_188;
1120 u8 *ts_type, struct usb_data_stream_properties *stream)
1124 *ts_type = DVB_USB_FE_TS_TYPE_RAW;
1161 u8 *ts_type, struct usb_data_stream_properties *stream)
1166 *ts_type = DVB_USB_FE_TS_TYPE_188;
1172 *ts_type = DVB_USB_FE_TS_TYPE_188;
1178 *ts_type
1037 mxl111sf_get_stream_config_dvbt(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
1078 mxl111sf_get_stream_config_atsc(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
1119 mxl111sf_get_stream_config_mh(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
1160 mxl111sf_get_stream_config_atsc_mh(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
1230 mxl111sf_get_stream_config_mercury(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
1308 mxl111sf_get_stream_config_mercury_mh(struct dvb_frontend *fe, u8 *ts_type, struct usb_data_stream_properties *stream) argument
[all...]
H A Daf9035.c1851 static int af9035_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, argument
H A Ddvb_usb.h311 * @ts_type: transport stream, input stream, type
329 u8 ts_type; member in struct:dvb_usb_adapter
H A Dlmedm04.c1242 static int lme2510_get_stream_config(struct dvb_frontend *fe, u8 *ts_type, argument
/drivers/media/pci/saa7134/
H A Dsaa7134.h404 enum saa7134_mpeg_ts_type ts_type; member in struct:saa7134_board

Completed in 220 milliseconds