/drivers/net/wireless/ath/ |
D | regd.c | 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() [all …]
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | regd.c | 387 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local 407 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init() 409 if (country) { in rtl_regd_init() 410 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init() 411 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
|
/drivers/staging/rtl8192e/ |
D | dot11d.c | 111 u16 country_len, u8 *country) in dot11d_update_country() argument 121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country() 150 memcpy(dot11d_info->country_buffer, country, country_len); in dot11d_update_country()
|
D | dot11d.h | 81 u16 country_len, u8 *country);
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | channel.c | 106 struct country_info country; member 147 .country = LOCALES(bn, 11n), 407 const struct country_info *country; in brcms_c_channel_reg_limits() local 420 country = &wlc_cm->world_regd->country; in brcms_c_channel_reg_limits() 425 brcms_c_get_mimo_5g(country->locale_mimo_5G) : in brcms_c_channel_reg_limits() 426 brcms_c_get_mimo_2g(country->locale_mimo_2G); in brcms_c_channel_reg_limits()
|
/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 117 struct wl12xx_ie_country country; member 153 struct wl12xx_ie_country country; member
|
/drivers/hid/ |
D | uhid.c | 416 __u32 country; member 465 event->u.create.country = compat->country; in uhid_event_from_user() 530 hid->country = ev->u.create2.country; in uhid_dev_create2() 572 ev->u.create2.country = orig.country; in uhid_dev_create()
|
D | hid-steam.c | 701 client_hdev->country = hdev->country; in steam_create_client_hid()
|
D | hid-apple.c | 305 if (hid->country == HID_COUNTRY_INTERNATIONAL_ISO) { in hidinput_apple_event()
|
D | hid-logitech-dj.c | 1420 djdev->hdev->country = 0x00; in logi_dj_ll_parse()
|
/drivers/net/wireless/mediatek/mt76/ |
D | eeprom.c | 140 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node() local 143 if (!country && !regd) { in mt76_find_power_limits_node() 148 if (mt76_string_prop_find(country, dev->alpha2) || in mt76_find_power_limits_node()
|
/drivers/input/mouse/ |
D | vsxxxaa.c | 108 unsigned char country; member 159 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done() 330 mouse->country = (buf[1] >> 4) & 0x07; in vsxxxaa_handle_POR_packet()
|
/drivers/net/wireless/ |
D | ray_cs.c | 135 static int country = USA; variable 168 module_param(country, int, 0); 580 if (country > JAPAN_TEST) in init_startup_params() 581 country = USA; in init_startup_params() 582 else if (country < USA) in init_startup_params() 583 country = USA; in init_startup_params() 607 local->sparm.b4.a_curr_country_code = country; in init_startup_params() 609 hop_pattern_length[(int)country] - 1; in init_startup_params() 625 local->sparm.b5.a_curr_country_code = country; in init_startup_params() 627 hop_pattern_length[(int)country]; in init_startup_params() [all …]
|
/drivers/net/wireless/intersil/p54/ |
D | eeprom.c | 638 struct pda_country *country; in p54_parse_default_country() local 640 if (len != sizeof(*country)) { in p54_parse_default_country() 652 country = (struct pda_country *) data; in p54_parse_default_country() 653 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO) in p54_parse_default_country() 654 regulatory_hint(dev->wiphy, country->alpha2); in p54_parse_default_country()
|
D | Kconfig | 59 for calibration, country and interface settings.
|
/drivers/net/wireless/intel/iwlwifi/fw/ |
D | acpi.c | 295 u32 country; in iwl_acpi_get_tas() local 305 country = wifi_pkg->package.elements[3 + i].integer.value; in iwl_acpi_get_tas() 306 block_list_array[i] = cpu_to_le32(country); in iwl_acpi_get_tas() 307 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country); in iwl_acpi_get_tas()
|
/drivers/hid/surface-hid/ |
D | surface_hid_core.c | 174 shid->hid->country = shid->hid_desc.country_code; in surface_hid_device_add()
|
/drivers/media/pci/saa7164/ |
D | saa7164-types.h | 373 u32 country; member
|
D | saa7164-api.c | 555 tvaudio.country = 1; in saa7164_api_set_audio_std() 558 tvaudio.country = 44; in saa7164_api_set_audio_std()
|
/drivers/net/wireless/rsi/ |
D | rsi_main.h | 381 char country[2]; member
|
D | rsi_91x_mac80211.c | 1700 adapter->country[0] = request->alpha2[0]; in rsi_reg_notify() 1701 adapter->country[1] = request->alpha2[1]; in rsi_reg_notify()
|
/drivers/staging/greybus/ |
D | hid.c | 406 hid->country = ghid->hdesc.bCountryCode; in gb_hid_init()
|
/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 988 struct country_code_to_enum_rd *country = NULL; in ath6kl_wmi_regdomain_event() local 997 country = ath6kl_regd_find_country((u16) reg_code); in ath6kl_wmi_regdomain_event() 1000 country = ath6kl_regd_find_country_by_rd((u16) reg_code); in ath6kl_wmi_regdomain_event() 1009 if (country && wmi->parent_dev->wiphy_registered) { in ath6kl_wmi_regdomain_event() 1010 alpha2[0] = country->isoName[0]; in ath6kl_wmi_regdomain_event() 1011 alpha2[1] = country->isoName[1]; in ath6kl_wmi_regdomain_event()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 83 iw reg set <country code>
|
/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.h | 1275 u8 country[4]; member
|