/Linux-v4.19/include/media/ |
D | dvb_demux.h | 85 struct dvb_demux_feed *feed; 130 struct dvb_demux_feed { struct 207 int (*start_feed)(struct dvb_demux_feed *feed); 208 int (*stop_feed)(struct dvb_demux_feed *feed); 209 int (*write_to_decoder)(struct dvb_demux_feed *feed, 211 u32 (*check_crc32)(struct dvb_demux_feed *feed, 213 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, 219 struct dvb_demux_feed *feed; 223 struct dvb_demux_feed *pesfilter[DMX_PES_OTHER];
|
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_demux.c | 98 static u32 dvb_dmx_crc32(struct dvb_demux_feed *f, const u8 *src, size_t len) in dvb_dmx_crc32() 103 static void dvb_dmx_memcopy(struct dvb_demux_feed *f, u8 *d, const u8 *s, in dvb_dmx_memcopy() 113 static inline int dvb_dmx_swfilter_payload(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_payload() 144 static int dvb_dmx_swfilter_sectionfilter(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_sectionfilter() 166 static inline int dvb_dmx_swfilter_section_feed(struct dvb_demux_feed *feed) in dvb_dmx_swfilter_section_feed() 198 static void dvb_dmx_swfilter_section_new(struct dvb_demux_feed *feed) in dvb_dmx_swfilter_section_new() 241 static int dvb_dmx_swfilter_section_copy_dump(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_section_copy_dump() 297 static int dvb_dmx_swfilter_section_packet(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_section_packet() 378 static inline void dvb_dmx_swfilter_packet_type(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_packet_type() 417 struct dvb_demux_feed *feed; in dvb_dmx_swfilter_packet() [all …]
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_av.h | 12 extern int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len); 18 struct dvb_demux_feed *dvbdmxfeed); 23 extern void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed);
|
D | av7110_av.c | 88 u8 *counter, struct dvb_demux_feed *feed); 94 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *) p2t->priv; in av7110_record_cb() 109 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *) priv; in dvb_filter_pes2ts_cb() 117 struct dvb_demux_feed *dvbdmxfeed) in av7110_av_start_record() 578 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed) in av7110_p2t_init() 776 struct dvb_demux_feed *feed) in p_to_t() 850 int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len) in av7110_write_to_decoder()
|
D | av7110.c | 117 static int budget_start_feed(struct dvb_demux_feed *feed); 118 static int budget_stop_feed(struct dvb_demux_feed *feed); 788 struct dvb_demux_feed *dvbdmxfeed = dvbdmxfilter->feed; in StartHWFilter() 875 static int dvb_feed_start_pid(struct dvb_demux_feed *dvbdmxfeed) in dvb_feed_start_pid() 918 static int dvb_feed_stop_pid(struct dvb_demux_feed *dvbdmxfeed) in dvb_feed_stop_pid() 959 static int av7110_start_feed(struct dvb_demux_feed *feed) in av7110_start_feed() 1027 static int av7110_stop_feed(struct dvb_demux_feed *feed) in av7110_stop_feed() 1078 struct dvb_demux_feed *feed; in restart_feeds() 1219 static int budget_start_feed(struct dvb_demux_feed *feed) in budget_start_feed() 1234 static int budget_stop_feed(struct dvb_demux_feed *feed) in budget_stop_feed()
|
D | av7110.h | 64 struct dvb_demux_feed *feed;
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | altera-ci.c | 132 int (*start_feed)(struct dvb_demux_feed *feed); 133 int (*stop_feed)(struct dvb_demux_feed *feed); 586 struct dvb_demux_feed *feed, int onoff) in altera_pid_feed_control() 606 static int altera_ci_start_feed(struct dvb_demux_feed *feed, int num) in altera_ci_start_feed() 613 static int altera_ci_stop_feed(struct dvb_demux_feed *feed, int num) in altera_ci_stop_feed() 620 static int altera_ci_start_feed_1(struct dvb_demux_feed *feed) in altera_ci_start_feed_1() 625 static int altera_ci_stop_feed_1(struct dvb_demux_feed *feed) in altera_ci_stop_feed_1() 630 static int altera_ci_start_feed_2(struct dvb_demux_feed *feed) in altera_ci_start_feed_2() 635 static int altera_ci_stop_feed_2(struct dvb_demux_feed *feed) in altera_ci_stop_feed_2()
|
D | altera-ci.h | 87 struct dvb_demux_feed *dvbdmxfeed, int onoff)
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 288 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed) in ngene_start_feed() 301 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in ngene_stop_feed() 316 int (*start_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 317 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument
|
D | ngene.h | 925 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed); 926 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed); 928 int (*start_feed)(struct dvb_demux_feed *), 929 int (*stop_feed)(struct dvb_demux_feed *),
|
/Linux-v4.19/drivers/media/firewire/ |
D | firedtv.h | 142 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed); 143 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed);
|
D | firedtv-dvb.c | 53 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed) in fdtv_start_feed() 123 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in fdtv_stop_feed()
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 201 static int pvr2_dvb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) in pvr2_dvb_ctrl_feed() 232 static int pvr2_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in pvr2_dvb_start_feed() 238 static int pvr2_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in pvr2_dvb_stop_feed()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dvb-usb-dvb.c | 14 static int dvb_usb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) in dvb_usb_ctrl_feed() 87 static int dvb_usb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in dvb_usb_start_feed() 94 static int dvb_usb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in dvb_usb_stop_feed()
|
/Linux-v4.19/drivers/media/pci/mantis/ |
D | mantis_dvb.c | 103 static int mantis_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in mantis_dvb_start_feed() 126 static int mantis_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in mantis_dvb_stop_feed()
|
/Linux-v4.19/drivers/media/usb/as102/ |
D | as102_drv.c | 142 static int as102_dvb_dmx_start_feed(struct dvb_demux_feed *dvbdmxfeed) in as102_dvb_dmx_start_feed() 162 static int as102_dvb_dmx_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in as102_dvb_dmx_stop_feed()
|
/Linux-v4.19/drivers/media/common/b2c2/ |
D | flexcop.c | 54 static int flexcop_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in flexcop_dvb_start_feed() 60 static int flexcop_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in flexcop_dvb_stop_feed()
|
D | flexcop-common.h | 178 struct dvb_demux_feed *dvbdmxfeed, int onoff);
|
/Linux-v4.19/drivers/media/common/videobuf2/ |
D | videobuf2-dvb.c | 39 static int vb2_dvb_start_feed(struct dvb_demux_feed *feed) in vb2_dvb_start_feed() 62 static int vb2_dvb_stop_feed(struct dvb_demux_feed *feed) in vb2_dvb_stop_feed()
|
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 184 static int tm6000_start_feed(struct dvb_demux_feed *feed) in tm6000_start_feed() 203 static int tm6000_stop_feed(struct dvb_demux_feed *feed) in tm6000_stop_feed()
|
/Linux-v4.19/drivers/media/pci/pluto2/ |
D | pluto2.c | 125 static inline struct pluto *feed_to_pluto(struct dvb_demux_feed *feed) in feed_to_pluto() 253 static int pluto_start_feed(struct dvb_demux_feed *f) in pluto_start_feed() 269 static int pluto_stop_feed(struct dvb_demux_feed *f) in pluto_stop_feed()
|
/Linux-v4.19/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 976 static int ttusb_dec_start_ts_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_ts_feed() 1044 static int ttusb_dec_start_sec_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_sec_feed() 1099 static int ttusb_dec_start_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_feed() 1127 static int ttusb_dec_stop_ts_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_ts_feed() 1141 static int ttusb_dec_stop_sec_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_sec_feed() 1162 static int ttusb_dec_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_feed()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 244 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() 315 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed()
|
/Linux-v4.19/drivers/media/pci/smipcie/ |
D | smipcie-main.c | 737 int (*start_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 738 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 819 static int smi_start_feed(struct dvb_demux_feed *dvbdmxfeed) in smi_start_feed() 836 static int smi_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in smi_stop_feed()
|
/Linux-v4.19/drivers/media/spi/ |
D | cxd2880-spi.c | 320 static int cxd2880_start_feed(struct dvb_demux_feed *feed) in cxd2880_start_feed() 418 static int cxd2880_stop_feed(struct dvb_demux_feed *feed) in cxd2880_stop_feed()
|