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

/drivers/media/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
105 u8 filter_value [DMX_MAX_FILTER_SIZE];
106 u8 filter_mask [DMX_MAX_FILTER_SIZE];
107 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.c945 memset((*secfilter)->filter_value, 0x00, DMX_MAX_FILTER_SIZE);
946 memset((*secfilter)->filter_mask, 0x00, DMX_MAX_FILTER_SIZE);
947 memset((*secfilter)->filter_mode, 0xff, DMX_MAX_FILTER_SIZE);

Completed in 63 milliseconds