Searched refs:DMX_MAX_FILTER_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddemux.h40 * DMX_MAX_FILTER_SIZE: Maximum length (in bytes) of a section/PES filter.
43 #ifndef DMX_MAX_FILTER_SIZE
44 #define DMX_MAX_FILTER_SIZE 18 macro
144 u8 filter_value [DMX_MAX_FILTER_SIZE];
145 u8 filter_mask [DMX_MAX_FILTER_SIZE];
146 u8 filter_mode [DMX_MAX_FILTER_SIZE];
H A Ddvb_demux.h51 u8 maskandmode[DMX_MAX_FILTER_SIZE];
52 u8 maskandnotmode[DMX_MAX_FILTER_SIZE];
H A Ddvb_net.c932 memset((*secfilter)->filter_value, 0x00, DMX_MAX_FILTER_SIZE);
933 memset((*secfilter)->filter_mask, 0x00, DMX_MAX_FILTER_SIZE);
934 memset((*secfilter)->filter_mode, 0xff, DMX_MAX_FILTER_SIZE);

Completed in 22 milliseconds