Home
last modified time | relevance | path

Searched refs:dvb_demux_feed (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/include/media/
Ddvb_demux.h85 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/
Ddvb_demux.c98 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/
Dav7110_av.h12 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);
Dav7110_av.c88 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()
Dav7110.c117 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()
Dav7110.h64 struct dvb_demux_feed *feed;
/Linux-v4.19/drivers/media/pci/cx23885/
Daltera-ci.c132 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()
Daltera-ci.h87 struct dvb_demux_feed *dvbdmxfeed, int onoff)
/Linux-v4.19/drivers/media/pci/ngene/
Dngene-dvb.c288 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
Dngene.h925 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/
Dfiredtv.h142 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed);
143 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed);
Dfiredtv-dvb.c53 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/
Dpvrusb2-dvb.c201 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/
Ddvb-usb-dvb.c14 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/
Dmantis_dvb.c103 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/
Das102_drv.c142 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/
Dflexcop.c54 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()
Dflexcop-common.h178 struct dvb_demux_feed *dvbdmxfeed, int onoff);
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-dvb.c39 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/
Dtm6000-dvb.c184 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/
Dpluto2.c125 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/
Dttusb_dec.c976 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/
Dcx18-dvb.c244 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/
Dsmipcie-main.c737 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/
Dcxd2880-spi.c320 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()

12