/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_demux.c | 94 return (f->feed.sec.crc_val = crc32_be(f->feed.sec.crc_val, src, len)); in dvb_dmx_crc32() 107 static inline int dvb_dmx_swfilter_payload(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_payload() argument 129 feed->peslen = 0xfffa; in dvb_dmx_swfilter_payload() 131 feed->peslen += count; in dvb_dmx_swfilter_payload() 133 return feed->cb.ts(&buf[p], count, NULL, 0, &feed->feed.ts, DMX_OK); in dvb_dmx_swfilter_payload() 136 static int dvb_dmx_swfilter_sectionfilter(struct dvb_demux_feed *feed, in dvb_dmx_swfilter_sectionfilter() argument 143 u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i]; in dvb_dmx_swfilter_sectionfilter() 154 return feed->cb.sec(feed->feed.sec.secbuf, feed->feed.sec.seclen, in dvb_dmx_swfilter_sectionfilter() 158 static inline int dvb_dmx_swfilter_section_feed(struct dvb_demux_feed *feed) in dvb_dmx_swfilter_section_feed() argument 160 struct dvb_demux *demux = feed->demux; in dvb_dmx_swfilter_section_feed() [all …]
|
D | dmxdev.c | 389 struct dmx_ts_feed *feed, in dvb_dmxdev_ts_callback() argument 392 struct dmxdev_filter *dmxdevfilter = feed->priv; in dvb_dmxdev_ts_callback() 425 struct dmxdev_feed *feed; in dvb_dmxdev_feed_stop() local 432 dmxdevfilter->feed.sec->stop_filtering(dmxdevfilter->feed.sec); in dvb_dmxdev_feed_stop() 435 list_for_each_entry(feed, &dmxdevfilter->feed.ts, next) in dvb_dmxdev_feed_stop() 436 feed->ts->stop_filtering(feed->ts); in dvb_dmxdev_feed_stop() 447 struct dmxdev_feed *feed; in dvb_dmxdev_feed_start() local 454 return filter->feed.sec->start_filtering(filter->feed.sec); in dvb_dmxdev_feed_start() 456 list_for_each_entry(feed, &filter->feed.ts, next) { in dvb_dmxdev_feed_start() 457 ret = feed->ts->start_filtering(feed->ts); in dvb_dmxdev_feed_start() [all …]
|
D | demux.h | 90 int (*set) (struct dmx_ts_feed *feed, 96 int (*start_filtering) (struct dmx_ts_feed* feed); 97 int (*stop_filtering) (struct dmx_ts_feed* feed); 124 int (*set) (struct dmx_section_feed* feed, 128 int (*allocate_filter) (struct dmx_section_feed* feed, 130 int (*release_filter) (struct dmx_section_feed* feed, 132 int (*start_filtering) (struct dmx_section_feed* feed); 133 int (*stop_filtering) (struct dmx_section_feed* feed); 213 struct dmx_ts_feed** feed, 216 struct dmx_ts_feed* feed); [all …]
|
D | dvb_demux.h | 56 struct dvb_demux_feed *feed; member 71 } feed; member 106 int (*start_feed)(struct dvb_demux_feed *feed); 107 int (*stop_feed)(struct dvb_demux_feed *feed); 108 int (*write_to_decoder)(struct dvb_demux_feed *feed, 110 u32 (*check_crc32)(struct dvb_demux_feed *feed, 112 void (*memcopy)(struct dvb_demux_feed *feed, u8 *dst, 118 struct dvb_demux_feed *feed; member
|
D | dmxdev.h | 73 } feed; member
|
D | dvb_net.c | 764 struct dmx_ts_feed *feed, enum dmx_success success) in dvb_net_ts_callback() argument 766 struct net_device *dev = feed->priv; in dvb_net_ts_callback()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | altera-ci.c | 127 int (*start_feed)(struct dvb_demux_feed *feed); 128 int (*stop_feed)(struct dvb_demux_feed *feed); 581 struct dvb_demux_feed *feed, int onoff) in altera_pid_feed_control() argument 587 altera_pid_control(pid_filt, feed->pid, onoff ? 0 : 1); in altera_pid_feed_control() 590 pid_filt->start_feed(feed); in altera_pid_feed_control() 592 pid_filt->stop_feed(feed); in altera_pid_feed_control() 594 if (feed->pid == 0x2000) in altera_pid_feed_control() 601 static int altera_ci_start_feed(struct dvb_demux_feed *feed, int num) in altera_ci_start_feed() argument 603 altera_pid_feed_control(feed->demux, num, feed, 1); in altera_ci_start_feed() 608 static int altera_ci_stop_feed(struct dvb_demux_feed *feed, int num) in altera_ci_stop_feed() argument [all …]
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.h | 8 unsigned int* in, unsigned int* feed, unsigned int* post); 11 unsigned int *in, unsigned int *feed, in PLL_calcclock() argument 14 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
|
D | matroxfb_maven.c | 226 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument 284 *feed = n; in matroxfb_PLL_mavenclock() 293 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 294 return fxtal * (*feed) / (*in) * ctl->den; in matroxfb_PLL_mavenclock() 299 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument 304 fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2); in matroxfb_mavenclock() 321 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument 325 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p); in DAC1064_calcclock()
|
D | matroxfb_misc.c | 129 unsigned int* in, unsigned int* feed, unsigned int* post) { in matroxfb_PLL_calcclock() argument 180 *feed = n; in matroxfb_PLL_calcclock() 185 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d %d\n", *in, *feed, *post, fxtal, bestvco, fwant); in matroxfb_PLL_calcclock()
|
D | matroxfb_Ti3026.c | 284 int *feed, int *post) in Ti3026_calcclock() argument 294 *feed = 64 - lfeed; in Ti3026_calcclock()
|
D | matroxfb_DAC1064.c | 38 unsigned int *in, unsigned int *feed, in DAC1064_calcclock() argument 48 fvco = PLL_calcclock(minfo, freq, fmax, in, feed, &p); in DAC1064_calcclock()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110.c | 121 static int budget_start_feed(struct dvb_demux_feed *feed); 122 static int budget_stop_feed(struct dvb_demux_feed *feed); 309 if (!dvbdmxfilter->feed->demux->dmx.frontend) in DvbDmxFilterCallback() 311 if (dvbdmxfilter->feed->demux->dmx.frontend->source == DMX_MEMORY_FE) in DvbDmxFilterCallback() 330 return dvbdmxfilter->feed->cb.sec(buffer1, buffer1_len, in DvbDmxFilterCallback() 335 if (!(dvbdmxfilter->feed->ts_type & TS_PACKET)) in DvbDmxFilterCallback() 337 if (dvbdmxfilter->feed->ts_type & TS_PAYLOAD_ONLY) in DvbDmxFilterCallback() 338 return dvbdmxfilter->feed->cb.ts(buffer1, buffer1_len, in DvbDmxFilterCallback() 340 &dvbdmxfilter->feed->feed.ts, in DvbDmxFilterCallback() 344 dvbdmxfilter->feed->pid, in DvbDmxFilterCallback() [all …]
|
D | av7110_av.h | 11 extern int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len); 21 extern void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed);
|
D | av7110_av.c | 91 u8 *counter, struct dvb_demux_feed *feed); 105 &dvbdmxfeed->feed.ts, DMX_OK); in av7110_record_cb() 115 &dvbdmxfeed->feed.ts, DMX_OK); in dvb_filter_pes2ts_cb() 579 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed) in av7110_p2t_init() argument 585 if (feed) in av7110_p2t_init() 586 p->feed = feed; in av7110_p2t_init() 691 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write() 712 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write() 722 p_to_t(buf + c, c2 - c, pid, &p->counter, p->feed); in av7110_p2t_write() 732 p_to_t(buf + c, l, pid, &p->counter, p->feed); in av7110_p2t_write() [all …]
|
D | budget-core.c | 323 static int budget_start_feed(struct dvb_demux_feed *feed) in budget_start_feed() argument 325 struct dvb_demux *demux = feed->demux; in budget_start_feed() 335 feed->pusi_seen = 0; /* have a clean section start */ in budget_start_feed() 342 static int budget_stop_feed(struct dvb_demux_feed *feed) in budget_stop_feed() argument 344 struct dvb_demux *demux = feed->demux; in budget_stop_feed()
|
D | av7110.h | 60 struct dvb_demux_feed *feed; member
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 250 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() argument 252 struct dvb_demux *demux = feed->demux; in cx18_dvb_start_feed() 263 feed->pid, feed->index); in cx18_dvb_start_feed() 321 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed() argument 323 struct dvb_demux *demux = feed->demux; in cx18_dvb_stop_feed() 331 feed->pid, feed->index); in cx18_dvb_stop_feed()
|
/linux-4.1.27/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 115 struct dvb_demux_feed *feed; in flexcop_pci_irq_check_work() local 119 list_for_each_entry(feed, &fc->demux.feed_list, in flexcop_pci_irq_check_work() 121 flexcop_pid_feed_control(fc, feed, 0); in flexcop_pci_irq_check_work() 124 list_for_each_entry(feed, &fc->demux.feed_list, in flexcop_pci_irq_check_work() 126 flexcop_pid_feed_control(fc, feed, 1); in flexcop_pci_irq_check_work()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dvb.c | 39 static int vb2_dvb_start_feed(struct dvb_demux_feed *feed) in vb2_dvb_start_feed() argument 41 struct dvb_demux *demux = feed->demux; in vb2_dvb_start_feed() 62 static int vb2_dvb_stop_feed(struct dvb_demux_feed *feed) in vb2_dvb_stop_feed() argument 64 struct dvb_demux *demux = feed->demux; in vb2_dvb_stop_feed()
|
D | videobuf-dvb.c | 93 static int videobuf_dvb_start_feed(struct dvb_demux_feed *feed) in videobuf_dvb_start_feed() argument 95 struct dvb_demux *demux = feed->demux; in videobuf_dvb_start_feed() 120 static int videobuf_dvb_stop_feed(struct dvb_demux_feed *feed) in videobuf_dvb_stop_feed() argument 122 struct dvb_demux *demux = feed->demux; in videobuf_dvb_stop_feed()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 193 static int tm6000_start_feed(struct dvb_demux_feed *feed) in tm6000_start_feed() argument 195 struct dvb_demux *demux = feed->demux; in tm6000_start_feed() 212 static int tm6000_stop_feed(struct dvb_demux_feed *feed) in tm6000_stop_feed() argument 214 struct dvb_demux *demux = feed->demux; in tm6000_stop_feed()
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 377 dec->audio_filter->feed->cb.ts(data, 188, NULL, 0, in ttusb_dec_audio_pes2ts_cb() 378 &dec->audio_filter->feed->feed.ts, in ttusb_dec_audio_pes2ts_cb() 388 dec->video_filter->feed->cb.ts(data, 188, NULL, 0, in ttusb_dec_video_pes2ts_cb() 389 &dec->video_filter->feed->feed.ts, in ttusb_dec_video_pes2ts_cb() 441 dec->video_filter->feed->cb.ts(pva, length, NULL, 0, in ttusb_dec_process_pva() 442 &dec->video_filter->feed->feed.ts, DMX_OK); in ttusb_dec_process_pva() 502 dec->audio_filter->feed->cb.ts(pva, length, NULL, 0, in ttusb_dec_process_pva() 503 &dec->audio_filter->feed->feed.ts, DMX_OK); in ttusb_dec_process_pva() 540 filter->feed->cb.sec(&packet[2], length - 2, NULL, 0, in ttusb_dec_process_filter()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smsdvb-main.c | 650 static int smsdvb_start_feed(struct dvb_demux_feed *feed) in smsdvb_start_feed() argument 653 container_of(feed->demux, struct smsdvb_client_t, demux); in smsdvb_start_feed() 657 feed->pid, feed->pid); in smsdvb_start_feed() 666 pid_msg.msg_data[0] = feed->pid; in smsdvb_start_feed() 672 static int smsdvb_stop_feed(struct dvb_demux_feed *feed) in smsdvb_stop_feed() argument 675 container_of(feed->demux, struct smsdvb_client_t, demux); in smsdvb_stop_feed() 679 feed->pid, feed->pid); in smsdvb_stop_feed() 688 pid_msg.msg_data[0] = feed->pid; in smsdvb_stop_feed()
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-dvb.c | 232 static int saa7164_dvb_start_feed(struct dvb_demux_feed *feed) in saa7164_dvb_start_feed() argument 234 struct dvb_demux *demux = feed->demux; in saa7164_dvb_start_feed() 257 static int saa7164_dvb_stop_feed(struct dvb_demux_feed *feed) in saa7164_dvb_stop_feed() argument 259 struct dvb_demux *demux = feed->demux; in saa7164_dvb_stop_feed()
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 263 static int au0828_dvb_start_feed(struct dvb_demux_feed *feed) in au0828_dvb_start_feed() argument 265 struct dvb_demux *demux = feed->demux; in au0828_dvb_start_feed() 295 static int au0828_dvb_stop_feed(struct dvb_demux_feed *feed) in au0828_dvb_stop_feed() argument 297 struct dvb_demux *demux = feed->demux; in au0828_dvb_stop_feed()
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.txt | 26 - interrupts : interrupt specifiers of SSS module interrupts (one feed
|
/linux-4.1.27/drivers/media/pci/pt3/ |
D | pt3.c | 512 static int pt3_start_feed(struct dvb_demux_feed *feed) in pt3_start_feed() argument 519 adap = container_of(feed->demux, struct pt3_adapter, demux); in pt3_start_feed() 534 static int pt3_stop_feed(struct dvb_demux_feed *feed) in pt3_stop_feed() argument 538 adap = container_of(feed->demux, struct pt3_adapter, demux); in pt3_stop_feed()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 316 static int start_feed(struct dvb_demux_feed *feed) in start_feed() argument 318 struct dvb_demux *demux = feed->demux; in start_feed() 339 static int stop_feed(struct dvb_demux_feed *feed) in stop_feed() argument 341 struct dvb_demux *demux = feed->demux; in stop_feed()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | altr_socfpga.txt | 12 "altr,socfpga-gate-clk" - Clocks that directly feed peripherals and
|
/linux-4.1.27/drivers/media/pci/pt1/ |
D | pt1.c | 502 static int pt1_start_feed(struct dvb_demux_feed *feed) in pt1_start_feed() argument 505 adap = container_of(feed->demux, struct pt1_adapter, demux); in pt1_start_feed() 532 static int pt1_stop_feed(struct dvb_demux_feed *feed) in pt1_stop_feed() argument 535 adap = container_of(feed->demux, struct pt1_adapter, demux); in pt1_stop_feed()
|
/linux-4.1.27/net/sched/ |
D | sch_htb.c | 82 struct rb_root feed; member 406 if (p->un.inner.clprio[prio].feed.rb_node) in htb_activate_prios() 412 htb_add_to_id_tree(&p->un.inner.clprio[prio].feed, cl, prio); in htb_activate_prios() 452 &p->un.inner.clprio[prio].feed); in htb_deactivate_prios() 454 if (!p->un.inner.clprio[prio].feed.rb_node) in htb_deactivate_prios() 800 (++sp)->root = clp->feed.rb_node; in htb_lookup_leaf()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 15 PLL to feed the ARM, memory and peripherals via a series of dividers
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 55 How do I feed a patch/diff file to `patch'? 59 In all the examples below I feed the file (in uncompressed form) to patch 72 uncompress it before applying it, then you can feed it to patch like this 83 Which will leave you with a plain text patch-x.y.z file that you can feed to 170 the file you fed to it. Either your download is broken, you tried to feed 193 step. The -z flag to interdiff will even let you feed it patches in gzip or
|
D | pinctrl.txt | 428 pins you see some will be taken by things like a few VCC and GND to feed power
|
/linux-4.1.27/drivers/media/pci/pluto2/ |
D | pluto2.c | 129 static inline struct pluto *feed_to_pluto(struct dvb_demux_feed *feed) in feed_to_pluto() argument 131 return container_of(feed->demux, struct pluto, demux); in feed_to_pluto()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 241 static int em28xx_start_feed(struct dvb_demux_feed *feed) in em28xx_start_feed() argument 243 struct dvb_demux *demux = feed->demux; in em28xx_start_feed() 264 static int em28xx_stop_feed(struct dvb_demux_feed *feed) in em28xx_stop_feed() argument 266 struct dvb_demux *demux = feed->demux; in em28xx_stop_feed()
|
/linux-4.1.27/drivers/media/pci/dm1105/ |
D | dm1105.c | 584 static inline struct dm1105_dev *feed_to_dm1105_dev(struct dvb_demux_feed *feed) in feed_to_dm1105_dev() argument 586 return container_of(feed->demux, struct dm1105_dev, demux); in feed_to_dm1105_dev()
|
/linux-4.1.27/fs/ |
D | Kconfig.binfmt | 160 will automatically feed it to the correct interpreter.
|
/linux-4.1.27/drivers/net/hamradio/ |
D | Kconfig | 108 Some transmitters feed the transmitted signal back to the receive
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 26 In addition, other subsystems (apart from USB) can potentially feed
|
D | uhid.txt | 81 write() allows you to modify the state of the device and feed input data into
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 15 - Transport Stream URB handling in conjunction with dvb-demux-feed-control
|
/linux-4.1.27/drivers/char/hw_random/ |
D | Kconfig | 16 These hardware random number generators do not feed directly
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 39 a two week "merge window" where the main maintainers feed their new
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 51 Each of the synthesizer voices can feed its output to these accumulators
|
D | Audigy-mixer.txt | 37 Each of the synthesizer voices can feed its output to these accumulators
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 117 default. Subsystem trees typically feed linux-next as well, making their
|
D | 2.Process | 408 - Do not feed the trolls. If somebody is trying to stir up an angry
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 897 dvbdmxfeed->cb.ts(data, len, 0, 0, &dvbdmxfeed->feed.ts, 0); in ttusb_handle_ts_data()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 174 or extracting your own preprepared cpio files to feed to the kernel build
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 218 You feed them digital data and the generate a Composite or SVHS signal.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 181 4 10 Line feed character (ASCII).
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 63 This allows to write I/O drivers in user-space and feed the data from
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 361 which means that it will not change before we feed it to the device. So
|