Home
last modified time | relevance | path

Searched refs:pes_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/firewire/
H A Dfiredtv-dvb.c69 switch (dvbdmxfeed->pes_type) { in fdtv_start_feed()
80 dvbdmxfeed->pes_type); in fdtv_start_feed()
131 if (dvbdmxfeed->pes_type >= DMX_PES_OTHER || in fdtv_stop_feed()
132 !demux->pesfilter[dvbdmxfeed->pes_type]) in fdtv_stop_feed()
135 demux->pids[dvbdmxfeed->pes_type] |= 0x8000; in fdtv_stop_feed()
136 demux->pesfilter[dvbdmxfeed->pes_type] = NULL; in fdtv_stop_feed()
140 dvbdmxfeed->pes_type < DMX_PES_OTHER)) in fdtv_stop_feed()
/linux/include/uapi/linux/dvb/
H A Ddmx.h182 enum dmx_ts_pes pes_type; member
/linux/include/media/
H A Ddvb_demux.h153 enum dmx_ts_pes pes_type; member
H A Ddemux.h101 enum dmx_ts_pes pes_type,
/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c986 switch (dvbdmxfeed->pes_type) { in ttusb_dec_start_ts_feed()
1019 dprintk(" pes_type: unknown (%d)\n", dvbdmxfeed->pes_type); in ttusb_dec_start_ts_feed()
/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c875 switch (dvbdmxfeed->pes_type) { in ttusb_start_feed()