Lines Matching refs:country
608 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
611 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
612 if (country != NULL) in ath_regd_get_default_country()
684 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
710 country = NULL; in __ath_regd_init()
714 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
715 if (country == NULL) { in __ath_regd_init()
722 regdmn = country->regDmnEnum; in __ath_regd_init()
737 if (!country) in __ath_regd_init()
738 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
740 if (country) { in __ath_regd_init()
741 reg->alpha2[0] = country->isoName[0]; in __ath_regd_init()
742 reg->alpha2[1] = country->isoName[1]; in __ath_regd_init()