Home
last modified time | relevance | path

Searched refs:country (Results 1 – 20 of 20) sorted by relevance

/drivers/net/wireless/ath/
Dregd.c473 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
476 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
477 if (country != NULL) in ath_regd_get_default_country()
547 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
573 country = NULL; in __ath_regd_init()
577 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
578 if (country == NULL) { in __ath_regd_init()
585 regdmn = country->regDmnEnum; in __ath_regd_init()
600 if (!country) in __ath_regd_init()
601 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
[all …]
/drivers/net/wireless/rtlwifi/
Dregd.c385 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local
403 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init()
405 if (country) { in rtl_regd_init()
406 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init()
407 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c111 struct country_info country; member
152 .country = LOCALES(bn, 11n),
412 const struct country_info *country; in brcms_c_channel_reg_limits() local
425 country = &wlc_cm->world_regd->country; in brcms_c_channel_reg_limits()
430 brcms_c_get_mimo_5g(country->locale_mimo_5G) : in brcms_c_channel_reg_limits()
431 brcms_c_get_mimo_2g(country->locale_mimo_2G); in brcms_c_channel_reg_limits()
/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h116 struct wl12xx_ie_country country; member
152 struct wl12xx_ie_country country; member
/drivers/hid/
Duhid.c283 __u32 country; member
332 event->u.create.country = compat->country; in uhid_event_from_user()
399 hid->country = ev->u.create.country; in uhid_dev_create()
Dhid-logitech-dj.c516 djdev->hdev->country = 0x00; in logi_dj_ll_parse()
/drivers/input/mouse/
Dvsxxxaa.c121 unsigned char country; member
172 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done()
343 mouse->country = (buf[1] >> 4) & 0x07; in vsxxxaa_handle_POR_packet()
/drivers/net/wireless/
Dray_cs.c149 static int country = USA; variable
182 module_param(country, int, 0);
585 if (country > JAPAN_TEST) in init_startup_params()
586 country = USA; in init_startup_params()
587 else if (country < USA) in init_startup_params()
588 country = USA; in init_startup_params()
612 local->sparm.b4.a_curr_country_code = country; in init_startup_params()
614 hop_pattern_length[(int)country] - 1; in init_startup_params()
630 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
632 hop_pattern_length[(int)country]; in init_startup_params()
[all …]
Drndis_wlan.c51 module_param_string(country, modparam_country, 4, 0444);
52 MODULE_PARM_DESC(country, "Country code (ISO 3166-1 alpha-2), default: EU");
Dairo.c740 __le16 country; member
4688 le16_to_cpu(cap_rid.country), in proc_status_open()
/drivers/net/wireless/p54/
Deeprom.c640 struct pda_country *country; in p54_parse_default_country() local
642 if (len != sizeof(*country)) { in p54_parse_default_country()
654 country = (struct pda_country *) data; in p54_parse_default_country()
655 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO) in p54_parse_default_country()
656 regulatory_hint(dev->wiphy, country->alpha2); in p54_parse_default_country()
DKconfig58 for calibration, country and interface settings.
/drivers/staging/csr/
Dcsr_wifi_sme_ap_prim.h290 u8 country[3]; member
Dcsr_wifi_nme_ap_serialize.c423 …CsrMemCpySer(ptr, len, (const void *) primitive->p2pGoParam.operatingChanList.country, ((u16) (3))… in CsrWifiNmeApStartReqSer()
514 CsrMemCpyDes(primitive->p2pGoParam.operatingChanList.country, buffer, &offset, ((u16) (3))); in CsrWifiNmeApStartReqDes()
/drivers/media/pci/saa7164/
Dsaa7164-types.h387 u32 country; member
Dsaa7164-api.c569 tvaudio.country = 1; in saa7164_api_set_audio_std()
572 tvaudio.country = 44; in saa7164_api_set_audio_std()
/drivers/net/wireless/ath/ath6kl/
Dwmi.c942 struct country_code_to_enum_rd *country = NULL; in ath6kl_wmi_regdomain_event() local
951 country = ath6kl_regd_find_country((u16) reg_code); in ath6kl_wmi_regdomain_event()
955 country = ath6kl_regd_find_country_by_rd((u16) reg_code); in ath6kl_wmi_regdomain_event()
964 if (country && wmi->parent_dev->wiphy_registered) { in ath6kl_wmi_regdomain_event()
965 alpha2[0] = country->isoName[0]; in ath6kl_wmi_regdomain_event()
966 alpha2[1] = country->isoName[1]; in ath6kl_wmi_regdomain_event()
/drivers/net/wireless/mwifiex/
DREADME82 iw reg set <country code>
/drivers/net/wireless/ipw2x00/
Dipw2200.h1290 u8 country[4]; member
/drivers/hid/usbhid/
Dhid-core.c1043 hid->country = hdesc->bCountryCode; in usbhid_parse()