Searched refs:check_crc (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsromstubs.c39 bool check_crc)
38 srom_read(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
H A Dbcmsrom.c134 uint nwords, bool check_crc);
147 uint boff, uint16 *srom, uint bsz, bool check_crc);
2051 uint byteoff, uint nbytes, uint16 *buf, bool check_crc)
2082 if (sprom_read_pci(osh, sih, srom, off, buf, nw, check_crc))
2124 rc = get_si_pcmcia_srom(sih, osh, regs, byteoff, buf, nbytes, check_crc);
2651 uint boff, uint16 *srom, uint bsz, bool check_crc)
2681 if (check_crc) {
5237 bool check_crc)
5301 if (check_crc) {
2050 srom_read(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
2650 get_si_pcmcia_srom(si_t *sih, osl_t *osh, uint8 *pcmregs, uint boff, uint16 *srom, uint bsz, bool check_crc) argument
5236 sprom_read_pci(osl_t *osh, si_t *sih, uint16 *sprom, uint wordoff, uint16 *buf, uint nwords, bool check_crc) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmsrom.h33 bool check_crc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddemux.h156 int check_crc; member in struct:dmx_section_feed
166 int check_crc);
H A Ddvb_demux.c166 if (sec->check_crc) {
875 int check_crc)
890 dvbdmxfeed->feed.sec.check_crc = check_crc;
873 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, size_t circular_buffer_size, int check_crc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.c79 unsigned int check_crc : 1; member in struct:MpegTSSectionFilter
402 if (tss->check_crc) {
443 int check_crc)
454 sec->check_crc = check_crc;
439 mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid, SectionCallback *section_cb, void *opaque, int check_crc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.c70 unsigned int check_crc:1; member in struct:MpegTSSectionFilter
298 if (!tss->check_crc ||
307 int check_crc)
329 sec->check_crc = check_crc;
305 mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid, SectionCallback *section_cb, void *opaque, int check_crc) argument

Completed in 99 milliseconds