cfg80211_world_regdom  262 net/wireless/reg.c static const struct ieee80211_regdomain *cfg80211_world_regdom =
cfg80211_world_regdom  311 net/wireless/reg.c 	if (r == cfg80211_world_regdom)
cfg80211_world_regdom  313 net/wireless/reg.c 	if (cfg80211_world_regdom == &world_regdom)
cfg80211_world_regdom  314 net/wireless/reg.c 		cfg80211_world_regdom = NULL;
cfg80211_world_regdom  319 net/wireless/reg.c 	rcu_free_regdom(cfg80211_world_regdom);
cfg80211_world_regdom  321 net/wireless/reg.c 	cfg80211_world_regdom = &world_regdom;
cfg80211_world_regdom  344 net/wireless/reg.c 	cfg80211_world_regdom = rd;
cfg80211_world_regdom 3217 net/wireless/reg.c 	world_alpha2[0] = cfg80211_world_regdom->alpha2[0];
cfg80211_world_regdom 3218 net/wireless/reg.c 	world_alpha2[1] = cfg80211_world_regdom->alpha2[1];
cfg80211_world_regdom 3229 net/wireless/reg.c 		reset_regdomains(false, cfg80211_world_regdom);
cfg80211_world_regdom 3967 net/wireless/reg.c 	err = regulatory_hint_core(cfg80211_world_regdom->alpha2);
cfg80211_world_regdom 4007 net/wireless/reg.c 	rcu_assign_pointer(cfg80211_regdomain, cfg80211_world_regdom);