Searched refs:uCountryCodeIdx (Results 1 – 2 of 2) sorted by relevance
39 bool channel_get_list(unsigned int uCountryCodeIdx, unsigned char *pbyChannelTable);
405 bool channel_get_list(unsigned int uCountryCodeIdx, unsigned char *pbyChannelTable) in channel_get_list() argument407 if (uCountryCodeIdx >= CCODE_MAX) in channel_get_list()410 memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL); in channel_get_list()