Lines Matching refs:country
609 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
612 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
613 if (country != NULL) in ath_regd_get_default_country()
685 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
711 country = NULL; in __ath_regd_init()
715 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
716 if (country == NULL) { in __ath_regd_init()
723 regdmn = country->regDmnEnum; in __ath_regd_init()
738 if (!country) in __ath_regd_init()
739 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
741 if (country) { in __ath_regd_init()
742 reg->alpha2[0] = country->isoName[0]; in __ath_regd_init()
743 reg->alpha2[1] = country->isoName[1]; in __ath_regd_init()