| /linux/include/media/ |
| H A D | demux.h | 98 int (*set)(struct dmx_ts_feed *feed, 103 int (*start_filtering)(struct dmx_ts_feed *feed); 104 int (*stop_filtering)(struct dmx_ts_feed *feed); 178 int (*set)(struct dmx_section_feed *feed, 181 int (*allocate_filter)(struct dmx_section_feed *feed, 183 int (*release_filter)(struct dmx_section_feed *feed, 185 int (*start_filtering)(struct dmx_section_feed *feed); 186 int (*stop_filtering)(struct dmx_section_feed *feed); 569 struct dmx_ts_feed **feed, 572 struct dmx_ts_feed *feed); [all …]
|
| H A D | dvb_demux.h | 85 struct dvb_demux_feed *feed; member 134 } feed; member 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; member
|
| H A D | dmxdev.h | 133 } feed; member
|
| /linux/drivers/media/pci/cx23885/ |
| H A 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() argument 582 altera_pid_control(pid_filt, feed->pid, onoff ? 0 : 1); in altera_pid_feed_control() 585 pid_filt->start_feed(feed); in altera_pid_feed_control() 587 pid_filt->stop_feed(feed); in altera_pid_feed_control() 589 if (feed->pid == 0x2000) in altera_pid_feed_control() 596 static int altera_ci_start_feed(struct dvb_demux_feed *feed, int num) in altera_ci_start_feed() argument 598 altera_pid_feed_control(feed->demux, num, feed, 1); in altera_ci_start_feed() 603 static int altera_ci_stop_feed(struct dvb_demux_feed *feed, int num) in altera_ci_stop_feed() argument [all …]
|
| /linux/drivers/staging/media/av7110/ |
| H A 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); 275 if (!dvbdmxfilter->feed->demux->dmx.frontend) in DvbDmxFilterCallback() 277 if (dvbdmxfilter->feed->demux->dmx.frontend->source == DMX_MEMORY_FE) in DvbDmxFilterCallback() 296 return dvbdmxfilter->feed->cb.sec(buffer1, buffer1_len, in DvbDmxFilterCallback() 300 if (!(dvbdmxfilter->feed->ts_type & TS_PACKET)) in DvbDmxFilterCallback() 302 if (dvbdmxfilter->feed->ts_type & TS_PAYLOAD_ONLY) in DvbDmxFilterCallback() 303 return dvbdmxfilter->feed->cb.ts(buffer1, buffer1_len, in DvbDmxFilterCallback() 305 &dvbdmxfilter->feed->feed.ts, in DvbDmxFilterCallback() 309 dvbdmxfilter->feed->pid, in DvbDmxFilterCallback() [all …]
|
| H A D | av7110_av.c | 75 u8 *counter, struct dvb_demux_feed *feed); 90 &dvbdmxfeed->feed.ts, NULL); in av7110_record_cb() 100 &dvbdmxfeed->feed.ts, NULL); in dvb_filter_pes2ts_cb() 570 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed) in av7110_p2t_init() argument 576 if (feed) in av7110_p2t_init() 577 p->feed = feed; in av7110_p2t_init() 682 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write() 703 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write() 713 p_to_t(buf + c, c2 - c, pid, &p->counter, p->feed); in av7110_p2t_write() 724 p_to_t(buf + c, l, pid, &p->counter, p->feed); in av7110_p2t_write() [all …]
|
| H A D | av7110_av.h | 12 int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len); 23 void av7110_p2t_init(struct av7110_p2t *p, struct dvb_demux_feed *feed);
|
| H A D | av7110.h | 67 struct dvb_demux_feed *feed; member
|
| /linux/drivers/media/spi/ |
| H A D | cxd2880-spi.c | 322 static int cxd2880_start_feed(struct dvb_demux_feed *feed) in cxd2880_start_feed() argument 329 if (!feed) { in cxd2880_start_feed() 334 demux = feed->demux; in cxd2880_start_feed() 347 if (feed->pid == 0x2000) { in cxd2880_start_feed() 369 cfgtmp.pid_config[i].pid = feed->pid; in cxd2880_start_feed() 371 feed->pid, i); in cxd2880_start_feed() 420 static int cxd2880_stop_feed(struct dvb_demux_feed *feed) in cxd2880_stop_feed() argument 427 if (!feed) { in cxd2880_stop_feed() 432 demux = feed->demux; in cxd2880_stop_feed() 444 if (feed->pid == 0x2000) { in cxd2880_stop_feed() [all …]
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_misc.h | 9 unsigned int* in, unsigned int* feed, unsigned int* post); 12 unsigned int *in, unsigned int *feed, in PLL_calcclock() argument 15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
|
| H A D | matroxfb_maven.c | 227 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument 285 *feed = n; in matroxfb_PLL_mavenclock() 294 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 295 return fxtal * (*feed) / (*in) * ctl->den; in matroxfb_PLL_mavenclock() 300 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument 305 fvco = matroxfb_PLL_mavenclock(&maven1000_pll, ctl, htotal, vtotal, in, feed, &p, htotal2); in matroxfb_mavenclock() 322 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument 326 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p); in DAC1064_calcclock()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-dvb.c | 234 static int cx18_dvb_start_feed(struct dvb_demux_feed *feed) in cx18_dvb_start_feed() argument 236 struct dvb_demux *demux = feed->demux; in cx18_dvb_start_feed() 247 feed->pid, feed->index); in cx18_dvb_start_feed() 305 static int cx18_dvb_stop_feed(struct dvb_demux_feed *feed) in cx18_dvb_stop_feed() argument 307 struct dvb_demux *demux = feed->demux; in cx18_dvb_stop_feed() 315 feed->pid, feed->index); in cx18_dvb_stop_feed()
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dvb.c | 36 static int vb2_dvb_start_feed(struct dvb_demux_feed *feed) in vb2_dvb_start_feed() argument 38 struct dvb_demux *demux = feed->demux; in vb2_dvb_start_feed() 59 static int vb2_dvb_stop_feed(struct dvb_demux_feed *feed) in vb2_dvb_stop_feed() argument 61 struct dvb_demux *demux = feed->demux; in vb2_dvb_stop_feed()
|
| /linux/drivers/media/usb/ttusb-dec/ |
| H A D | ttusb_dec.c | 419 dec->audio_filter->feed->cb.ts(data, 188, NULL, 0, in ttusb_dec_audio_pes2ts_cb() 420 &dec->audio_filter->feed->feed.ts, NULL); in ttusb_dec_audio_pes2ts_cb() 429 dec->video_filter->feed->cb.ts(data, 188, NULL, 0, in ttusb_dec_video_pes2ts_cb() 430 &dec->video_filter->feed->feed.ts, NULL); in ttusb_dec_video_pes2ts_cb() 481 dec->video_filter->feed->cb.ts(pva, length, NULL, 0, in ttusb_dec_process_pva() 482 &dec->video_filter->feed->feed.ts, NULL); in ttusb_dec_process_pva() 542 dec->audio_filter->feed->cb.ts(pva, length, NULL, 0, in ttusb_dec_process_pva() 543 &dec->audio_filter->feed->feed.ts, NULL); in ttusb_dec_process_pva() 580 filter->feed->cb.sec(&packet[2], length - 2, NULL, 0, in ttusb_dec_process_filter()
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | budget-core.c | 311 static int budget_start_feed(struct dvb_demux_feed *feed) in budget_start_feed() argument 313 struct dvb_demux *demux = feed->demux; in budget_start_feed() 323 feed->pusi_seen = false; /* have a clean section start */ in budget_start_feed() 330 static int budget_stop_feed(struct dvb_demux_feed *feed) in budget_stop_feed() argument 332 struct dvb_demux *demux = feed->demux; in budget_stop_feed()
|
| /linux/drivers/media/usb/au0828/ |
| H A D | au0828-dvb.c | 273 static int au0828_dvb_start_feed(struct dvb_demux_feed *feed) in au0828_dvb_start_feed() argument 275 struct dvb_demux *demux = feed->demux; in au0828_dvb_start_feed() 305 static int au0828_dvb_stop_feed(struct dvb_demux_feed *feed) in au0828_dvb_stop_feed() argument 307 struct dvb_demux *demux = feed->demux; in au0828_dvb_stop_feed()
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-dvb.c | 280 static int saa7164_dvb_start_feed(struct dvb_demux_feed *feed) in saa7164_dvb_start_feed() argument 282 struct dvb_demux *demux = feed->demux; in saa7164_dvb_start_feed() 307 static int saa7164_dvb_stop_feed(struct dvb_demux_feed *feed) in saa7164_dvb_stop_feed() argument 309 struct dvb_demux *demux = feed->demux; in saa7164_dvb_stop_feed()
|
| /linux/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-dvb.c | 307 static int start_feed(struct dvb_demux_feed *feed) in start_feed() argument 309 struct dvb_demux *demux = feed->demux; in start_feed() 330 static int stop_feed(struct dvb_demux_feed *feed) in stop_feed() argument 332 struct dvb_demux *demux = feed->demux; in stop_feed()
|
| /linux/tools/perf/scripts/python/ |
| H A D | task-analyzer.py | 256 def feed(self, task): member in Timespans 418 timespans.feed(task) 668 timespan_gap_tid.feed(last_tid_task) 669 timespan_gap_tid.feed(task)
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 67 How do I feed a patch/diff file to ``patch``? 73 In all the examples below I feed the file (in uncompressed form) to patch 88 uncompress it before applying it, then you can feed it to patch like this 101 Which will leave you with a plain text patch-x.y.z file that you can feed to 195 feed patch a compressed patch file without uncompressing it first, or the patch 220 step. The -z flag to interdiff will even let you feed it patches in gzip or
|
| /linux/net/sched/ |
| H A D | sch_htb.c | 79 struct rb_root feed; member 440 if (p->inner.clprio[prio].feed.rb_node) in htb_activate_prios() 446 htb_add_to_id_tree(&p->inner.clprio[prio].feed, cl, prio); in htb_activate_prios() 488 &p->inner.clprio[prio].feed); in htb_deactivate_prios() 490 if (!p->inner.clprio[prio].feed.rb_node) in htb_deactivate_prios() 862 (++sp)->root = clp->feed.rb_node; in htb_lookup_leaf()
|
| /linux/drivers/media/pci/pluto2/ |
| H A D | pluto2.c | 115 static inline struct pluto *feed_to_pluto(struct dvb_demux_feed *feed) in feed_to_pluto() argument 117 return container_of(feed->demux, struct pluto, demux); in feed_to_pluto()
|
| /linux/drivers/media/pci/dm1105/ |
| H A D | dm1105.c | 568 static inline struct dm1105_dev *feed_to_dm1105_dev(struct dvb_demux_feed *feed) in feed_to_dm1105_dev() argument 570 return container_of(feed->demux, struct dm1105_dev, demux); in feed_to_dm1105_dev()
|
| /linux/Documentation/gpu/ |
| H A D | komeda-kms.rst | 35 frame and then feed the output data into wb_layer which will then write it 74 compiz result to two parts and then feed them to two scalers.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 75 3. Reads whose values feed into error-tolerant heuristics. 77 4. Writes setting values that feed into error-tolerant heuristics. 133 Values from some reads feed into heuristics that can tolerate occasional
|