Home
last modified time | relevance | path

Searched refs:uCountryCodeIdx (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vt6655/
Dchannel.h39 bool channel_get_list(unsigned int uCountryCodeIdx, unsigned char *pbyChannelTable);
Dchannel.c405 bool channel_get_list(unsigned int uCountryCodeIdx, unsigned char *pbyChannelTable) in channel_get_list() argument
407 if (uCountryCodeIdx >= CCODE_MAX) in channel_get_list()
410 memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL); in channel_get_list()