/linux-6.12.1/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-6.12.1/drivers/media/dvb-core/ |
D | dvb_demux.c | 88 static u32 dvb_dmx_crc32(struct dvb_demux_feed *f, const u8 *src, size_t len) in dvb_dmx_crc32() 93 static void dvb_dmx_memcopy(struct dvb_demux_feed *f, u8 *d, const u8 *s, in dvb_dmx_memcopy() 103 static inline int dvb_dmx_swfilter_payload(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_payload() 134 static int dvb_dmx_swfilter_sectionfilter(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_sectionfilter() 156 static inline int dvb_dmx_swfilter_section_feed(struct dvb_demux_feed *feed) in dvb_dmx_swfilter_section_feed() 188 static void dvb_dmx_swfilter_section_new(struct dvb_demux_feed *feed) in dvb_dmx_swfilter_section_new() 231 static int dvb_dmx_swfilter_section_copy_dump(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_section_copy_dump() 287 static int dvb_dmx_swfilter_section_packet(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_section_packet() 368 static inline void dvb_dmx_swfilter_packet_type(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_packet_type() 407 struct dvb_demux_feed *feed; in dvb_dmx_swfilter_packet() [all …]
|
/linux-6.12.1/drivers/staging/media/av7110/ |
D | av7110_av.h | 12 int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len); 18 struct dvb_demux_feed *dvbdmxfeed); 23 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed);
|
D | av7110_av.c | 75 u8 *counter, struct dvb_demux_feed *feed); 80 struct dvb_demux_feed *dvbdmxfeed = p2t->priv; in av7110_record_cb() 97 struct dvb_demux_feed *dvbdmxfeed = (struct dvb_demux_feed *)priv; in dvb_filter_pes2ts_cb() 105 struct dvb_demux_feed *dvbdmxfeed) in av7110_av_start_record() 570 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed) in av7110_p2t_init() 767 struct dvb_demux_feed *feed) in p_to_t() 839 int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len) in av7110_write_to_decoder()
|
D | av7110.c | 100 static int budget_start_feed(struct dvb_demux_feed *feed); 101 static int budget_stop_feed(struct dvb_demux_feed *feed); 760 struct dvb_demux_feed *dvbdmxfeed = dvbdmxfilter->feed; in StartHWFilter() 844 static int dvb_feed_start_pid(struct dvb_demux_feed *dvbdmxfeed) in dvb_feed_start_pid() 890 static int dvb_feed_stop_pid(struct dvb_demux_feed *dvbdmxfeed) in dvb_feed_stop_pid() 935 static int av7110_start_feed(struct dvb_demux_feed *feed) in av7110_start_feed() 1002 static int av7110_stop_feed(struct dvb_demux_feed *feed) in av7110_stop_feed() 1052 struct dvb_demux_feed *feed; in restart_feeds() 1192 static int budget_start_feed(struct dvb_demux_feed *feed) in budget_start_feed() 1207 static int budget_stop_feed(struct dvb_demux_feed *feed) in budget_stop_feed()
|
D | av7110.h | 67 struct dvb_demux_feed *feed;
|
/linux-6.12.1/drivers/media/pci/cx23885/ |
D | altera-ci.c | 122 int (*start_feed)(struct dvb_demux_feed *feed); 123 int (*stop_feed)(struct dvb_demux_feed *feed); 576 struct dvb_demux_feed *feed, int onoff) in altera_pid_feed_control() 596 static int altera_ci_start_feed(struct dvb_demux_feed *feed, int num) in altera_ci_start_feed() 603 static int altera_ci_stop_feed(struct dvb_demux_feed *feed, int num) in altera_ci_stop_feed() 610 static int altera_ci_start_feed_1(struct dvb_demux_feed *feed) in altera_ci_start_feed_1() 615 static int altera_ci_stop_feed_1(struct dvb_demux_feed *feed) in altera_ci_stop_feed_1() 620 static int altera_ci_start_feed_2(struct dvb_demux_feed *feed) in altera_ci_start_feed_2() 625 static int altera_ci_stop_feed_2(struct dvb_demux_feed *feed) in altera_ci_stop_feed_2()
|
D | altera-ci.h | 77 struct dvb_demux_feed *dvbdmxfeed, int onoff)
|
/linux-6.12.1/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 275 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed) in ngene_start_feed() 288 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in ngene_stop_feed() 303 int (*start_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 304 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument
|
D | ngene.h | 838 int ngene_start_feed(struct dvb_demux_feed *dvbdmxfeed); 839 int ngene_stop_feed(struct dvb_demux_feed *dvbdmxfeed); 841 int (*start_feed)(struct dvb_demux_feed *), 842 int (*stop_feed)(struct dvb_demux_feed *),
|
/linux-6.12.1/drivers/media/firewire/ |
D | firedtv.h | 140 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed); 141 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed);
|
D | firedtv-dvb.c | 49 int fdtv_start_feed(struct dvb_demux_feed *dvbdmxfeed) in fdtv_start_feed() 119 int fdtv_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in fdtv_stop_feed()
|
/linux-6.12.1/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() 86 static int dvb_usb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in dvb_usb_start_feed() 93 static int dvb_usb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in dvb_usb_stop_feed()
|
/linux-6.12.1/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 190 static int pvr2_dvb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) in pvr2_dvb_ctrl_feed() 221 static int pvr2_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in pvr2_dvb_start_feed() 227 static int pvr2_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in pvr2_dvb_stop_feed()
|
/linux-6.12.1/drivers/media/pci/mantis/ |
D | mantis_dvb.c | 91 static int mantis_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in mantis_dvb_start_feed() 114 static int mantis_dvb_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in mantis_dvb_stop_feed()
|
/linux-6.12.1/drivers/media/usb/as102/ |
D | as102_drv.c | 133 static int as102_dvb_dmx_start_feed(struct dvb_demux_feed *dvbdmxfeed) in as102_dvb_dmx_start_feed() 153 static int as102_dvb_dmx_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in as102_dvb_dmx_stop_feed()
|
/linux-6.12.1/drivers/media/common/b2c2/ |
D | flexcop.c | 45 static int flexcop_dvb_start_feed(struct dvb_demux_feed *dvbdmxfeed) in flexcop_dvb_start_feed() 51 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-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-dvb.c | 36 static int vb2_dvb_start_feed(struct dvb_demux_feed *feed) in vb2_dvb_start_feed() 59 static int vb2_dvb_stop_feed(struct dvb_demux_feed *feed) in vb2_dvb_stop_feed()
|
/linux-6.12.1/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 965 static int ttusb_dec_start_ts_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_ts_feed() 1033 static int ttusb_dec_start_sec_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_sec_feed() 1088 static int ttusb_dec_start_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_start_feed() 1114 static int ttusb_dec_stop_ts_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_ts_feed() 1128 static int ttusb_dec_stop_sec_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_sec_feed() 1149 static int ttusb_dec_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in ttusb_dec_stop_feed()
|
/linux-6.12.1/drivers/media/pci/pluto2/ |
D | pluto2.c | 115 static inline struct pluto *feed_to_pluto(struct dvb_demux_feed *feed) in feed_to_pluto() 243 static int pluto_start_feed(struct dvb_demux_feed *f) in pluto_start_feed() 259 static int pluto_stop_feed(struct dvb_demux_feed *f) in pluto_stop_feed()
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_bridge.c | 217 static int vidtv_start_feed(struct dvb_demux_feed *feed) in vidtv_start_feed() 242 static int vidtv_stop_feed(struct dvb_demux_feed *feed) in vidtv_stop_feed()
|
/linux-6.12.1/drivers/media/pci/smipcie/ |
D | smipcie-main.c | 732 int (*start_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 733 int (*stop_feed)(struct dvb_demux_feed *), in my_dvb_dmx_ts_card_init() argument 814 static int smi_start_feed(struct dvb_demux_feed *dvbdmxfeed) in smi_start_feed() 831 static int smi_stop_feed(struct dvb_demux_feed *dvbdmxfeed) in smi_stop_feed()
|
/linux-6.12.1/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 234 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() 305 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed()
|
/linux-6.12.1/drivers/media/spi/ |
D | cxd2880-spi.c | 322 static int cxd2880_start_feed(struct dvb_demux_feed *feed) in cxd2880_start_feed() 420 static int cxd2880_stop_feed(struct dvb_demux_feed *feed) in cxd2880_stop_feed()
|