/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 69 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()
|
/kernel/linux/linux-6.6/drivers/media/firewire/ |
H A D | firedtv-dvb.c | 69 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()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 698 enum dmx_ts_pes pes_type, ktime_t timeout) in dmx_ts_feed_set() 710 if (pes_type >= DMX_PES_OTHER) { in dmx_ts_feed_set() 715 if (demux->pesfilter[pes_type] && in dmx_ts_feed_set() 716 demux->pesfilter[pes_type] != feed) { in dmx_ts_feed_set() 721 demux->pesfilter[pes_type] = feed; in dmx_ts_feed_set() 722 demux->pids[pes_type] = pid; in dmx_ts_feed_set() 730 feed->pes_type = pes_type; in dmx_ts_feed_set() 865 if (feed->ts_type & TS_DECODER && feed->pes_type < DMX_PES_OTHER) in dvbdmx_release_ts_feed() 866 demux->pesfilter[feed->pes_type] in dvbdmx_release_ts_feed() 697 dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, enum dmx_ts_pes pes_type, ktime_t timeout) dmx_ts_feed_set() argument [all...] |
H A D | dmxdev.c | 636 ts_pes = para->pes_type; in dvb_dmxdev_start_feed() 956 if ((unsigned int)params->pes_type > DMX_PES_OTHER) in dvb_dmxdev_pes_filter_set()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 688 enum dmx_ts_pes pes_type, ktime_t timeout) in dmx_ts_feed_set() 700 if (pes_type >= DMX_PES_OTHER) { in dmx_ts_feed_set() 705 if (demux->pesfilter[pes_type] && in dmx_ts_feed_set() 706 demux->pesfilter[pes_type] != feed) { in dmx_ts_feed_set() 711 demux->pesfilter[pes_type] = feed; in dmx_ts_feed_set() 712 demux->pids[pes_type] = pid; in dmx_ts_feed_set() 720 feed->pes_type = pes_type; in dmx_ts_feed_set() 855 if (feed->ts_type & TS_DECODER && feed->pes_type < DMX_PES_OTHER) in dvbdmx_release_ts_feed() 856 demux->pesfilter[feed->pes_type] in dvbdmx_release_ts_feed() 687 dmx_ts_feed_set(struct dmx_ts_feed *ts_feed, u16 pid, int ts_type, enum dmx_ts_pes pes_type, ktime_t timeout) dmx_ts_feed_set() argument [all...] |
H A D | dmxdev.c | 626 ts_pes = para->pes_type; in dvb_dmxdev_start_feed() 946 if ((unsigned int)params->pes_type > DMX_PES_OTHER) in dvb_dmxdev_pes_filter_set()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110.c | 871 i = dvbdmxfeed->pes_type; in dvb_feed_start_pid() 880 if (dvbdmxfeed->pes_type <= 2 || dvbdmxfeed->pes_type == 4) { in dvb_feed_start_pid() 886 if (dvbdmxfeed->pes_type < 2 && npids[0]) in dvb_feed_start_pid() 895 if (dvbdmxfeed->pes_type == 0 && !(dvbdmx->pids[0] & 0x8000)) in dvb_feed_start_pid() 897 if (dvbdmxfeed->pes_type == 1 && !(dvbdmx->pids[1] & 0x8000)) in dvb_feed_start_pid() 914 if (dvbdmxfeed->pes_type <= 1) { in dvb_feed_stop_pid() 915 ret = av7110_av_stop(av7110, dvbdmxfeed->pes_type ? RP_VIDEO : RP_AUDIO); in dvb_feed_stop_pid() 924 i = dvbdmxfeed->pes_type; in dvb_feed_stop_pid() 960 (feed->pes_type < in av7110_start_feed() [all...] |
H A D | av7110_av.c | 846 switch (feed->pes_type) { in av7110_write_to_decoder() 859 return write_ts_to_decoder(av7110, feed->pes_type, buf, len); in av7110_write_to_decoder()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110.c | 871 i = dvbdmxfeed->pes_type; in dvb_feed_start_pid() 880 if (dvbdmxfeed->pes_type <= 2 || dvbdmxfeed->pes_type == 4) { in dvb_feed_start_pid() 886 if (dvbdmxfeed->pes_type < 2 && npids[0]) in dvb_feed_start_pid() 895 if (dvbdmxfeed->pes_type == 0 && !(dvbdmx->pids[0] & 0x8000)) in dvb_feed_start_pid() 897 if (dvbdmxfeed->pes_type == 1 && !(dvbdmx->pids[1] & 0x8000)) in dvb_feed_start_pid() 914 if (dvbdmxfeed->pes_type <= 1) { in dvb_feed_stop_pid() 915 ret = av7110_av_stop(av7110, dvbdmxfeed->pes_type ? RP_VIDEO : RP_AUDIO); in dvb_feed_stop_pid() 924 i = dvbdmxfeed->pes_type; in dvb_feed_stop_pid() 960 (feed->pes_type < in av7110_start_feed() [all...] |
H A D | av7110_av.c | 847 switch (feed->pes_type) { in av7110_write_to_decoder() 860 return write_ts_to_decoder(av7110, feed->pes_type, buf, len); in av7110_write_to_decoder()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_demux.h | 121 * @pes_type: type of PES, as defined by &enum dmx_ts_pes. 153 enum dmx_ts_pes pes_type; member
|
H A D | demux.h | 101 enum dmx_ts_pes pes_type,
|
/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | dmx.h | 190 * @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type. 197 enum dmx_ts_pes pes_type; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | demux.h | 101 enum dmx_ts_pes pes_type,
|
H A D | dvb_demux.h | 121 * @pes_type: type of PES, as defined by &enum dmx_ts_pes. 153 enum dmx_ts_pes pes_type; member
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | dmx.h | 175 * @pes_type: Type of the pes filter, as specified by &enum dmx_pes_type. 182 enum dmx_ts_pes pes_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | dmx.h | 80 enum dmx_ts_pes pes_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | dmx.h | 80 enum dmx_ts_pes pes_type; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | dmx.h | 69 enum dmx_ts_pes pes_type; member
|
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-dec/ |
H A D | ttusb_dec.c | 989 switch (dvbdmxfeed->pes_type) { in ttusb_dec_start_ts_feed() 992 dprintk(" pes_type: DMX_PES_VIDEO\n"); in ttusb_dec_start_ts_feed() 1000 dprintk(" pes_type: DMX_PES_AUDIO\n"); in ttusb_dec_start_ts_feed() 1008 dprintk(" pes_type: DMX_PES_TELETEXT(not supported)\n"); in ttusb_dec_start_ts_feed() 1012 dprintk(" pes_type: DMX_PES_PCR\n"); in ttusb_dec_start_ts_feed() 1018 dprintk(" pes_type: DMX_PES_OTHER(not supported)\n"); in ttusb_dec_start_ts_feed() 1022 dprintk(" pes_type: unknown (%d)\n", dvbdmxfeed->pes_type); in ttusb_dec_start_ts_feed()
|
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/ |
H A D | ttusb_dec.c | 986 switch (dvbdmxfeed->pes_type) { in ttusb_dec_start_ts_feed() 989 dprintk(" pes_type: DMX_PES_VIDEO\n"); in ttusb_dec_start_ts_feed() 997 dprintk(" pes_type: DMX_PES_AUDIO\n"); in ttusb_dec_start_ts_feed() 1005 dprintk(" pes_type: DMX_PES_TELETEXT(not supported)\n"); in ttusb_dec_start_ts_feed() 1009 dprintk(" pes_type: DMX_PES_PCR\n"); in ttusb_dec_start_ts_feed() 1015 dprintk(" pes_type: DMX_PES_OTHER(not supported)\n"); in ttusb_dec_start_ts_feed() 1019 dprintk(" pes_type: unknown (%d)\n", dvbdmxfeed->pes_type); in ttusb_dec_start_ts_feed()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 156 switch (dvbdmxfeed->pes_type) { in c8sectpfe_start_feed()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 159 switch (dvbdmxfeed->pes_type) { in c8sectpfe_start_feed()
|
/kernel/linux/linux-5.10/drivers/media/usb/ttusb-budget/ |
H A D | dvb-ttusb-budget.c | 875 switch (dvbdmxfeed->pes_type) { in ttusb_start_feed()
|
/kernel/linux/linux-6.6/drivers/media/usb/ttusb-budget/ |
H A D | dvb-ttusb-budget.c | 875 switch (dvbdmxfeed->pes_type) { in ttusb_start_feed()
|