Lines Matching refs:country
602 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
605 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
606 if (country != NULL) in ath_regd_get_default_country()
678 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
704 country = NULL; in __ath_regd_init()
708 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
709 if (country == NULL) { in __ath_regd_init()
716 regdmn = country->regDmnEnum; in __ath_regd_init()
731 if (!country) in __ath_regd_init()
732 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
734 if (country) { in __ath_regd_init()
735 reg->alpha2[0] = country->isoName[0]; in __ath_regd_init()
736 reg->alpha2[1] = country->isoName[1]; in __ath_regd_init()