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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmsrom.h32 bool check_crc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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.c97 uint nwords, bool check_crc);
109 uint boff, uint16 *srom, uint bsz, bool check_crc);
839 uint byteoff, uint nbytes, uint16 *buf, bool check_crc)
863 if (sprom_read_pci(osh, sih, srom, off, buf, nw, check_crc))
903 rc = get_si_pcmcia_srom(sih, osh, regs, byteoff, buf, nbytes, check_crc);
1233 uint boff, uint16 *srom, uint bsz, bool check_crc)
1263 if (check_crc) {
2499 bool check_crc)
2540 if (check_crc) {
838 srom_read(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
1232 get_si_pcmcia_srom(si_t *sih, osl_t *osh, uint8 *pcmregs, uint boff, uint16 *srom, uint bsz, bool check_crc) argument
2498 sprom_read_pci(osl_t *osh, si_t *sih, uint16 *sprom, uint wordoff, uint16 *buf, uint nwords, bool check_crc) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddemux.h154 int check_crc; member in struct:dmx_section_feed
164 int check_crc);
H A Ddvb_demux.c149 if (sec->check_crc) {
812 int check_crc)
827 dvbdmxfeed->feed.sec.check_crc = check_crc;
810 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, size_t circular_buffer_size, int check_crc) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c66 unsigned int check_crc:1; member in struct:MpegTSSectionFilter
270 if (!tss->check_crc ||
279 int check_crc)
301 sec->check_crc = check_crc;
277 mpegts_open_section_filter(MpegTSContext *ts, unsigned int pid, SectionCallback *section_cb, void *opaque, int check_crc) argument

Completed in 132 milliseconds