/linux/drivers/net/wireless/ath/ |
A D | regd.c | 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() 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() [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-hid | 12 …ces/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country 13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country 14 What: /sys/class/hidraw/hidraw<num>/device/country 19 of the device's HID country code (e.g. 21 for US).
|
/linux/net/wireless/ |
A D | reg.c | 565 char country[12]; in call_crda() local 569 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda() 865 country = &hdr->country[0]; in valid_regdb() 867 if (!country->coll_ptr) in valid_regdb() 871 country++; in valid_regdb() 892 country->alpha2[0], country->alpha2[1]); in set_wmm_rule() 949 country = &hdr->country[0]; in reg_query_regdb_wmm() 950 while (country->coll_ptr) { in reg_query_regdb_wmm() 954 country++; in reg_query_regdb_wmm() 1027 country = &hdr->country[0]; in query_regdb() [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
A 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()
|
/linux/drivers/staging/rtl8192e/ |
A 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()
|
A D | dot11d.h | 81 u16 country_len, u8 *country);
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A 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()
|
/linux/drivers/net/wireless/ti/wl1251/ |
A D | wl12xx_80211.h | 117 struct wl12xx_ie_country country; member 153 struct wl12xx_ie_country country; member
|
/linux/net/bluetooth/hidp/ |
A D | sock.c | 137 __u8 country; member 188 ca.country = ca32.country; in hidp_sock_compat_ioctl()
|
A D | hidp.h | 95 __u8 country; member
|
/linux/drivers/hid/ |
A D | uhid.c | 396 __u32 country; member 445 event->u.create.country = compat->country; in uhid_event_from_user() 510 hid->country = ev->u.create2.country; in uhid_dev_create2() 552 ev->u.create2.country = orig.country; in uhid_dev_create()
|
/linux/include/uapi/linux/ |
A D | uhid.h | 54 __u32 country; member 140 __u32 country; member
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | eeprom.c | 154 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node() local 157 if (!country && !regd) { in mt76_find_power_limits_node() 162 if (mt76_string_prop_find(country, dev->alpha2) || in mt76_find_power_limits_node()
|
/linux/drivers/input/mouse/ |
A 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()
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
A D | brcm,bcm4329-fmac.yaml | 73 description: Multiple strings for translating ISO3166 country code to 74 brcmfmac firmware country code and revision.
|
/linux/Documentation/networking/ |
A D | regulatory.rst | 28 given country. 84 crda can provide back a regulatory domain for that country or 95 (driver, user, country IE) and determine what to allow based on its 109 by having a mapping of your device's EEPROM country/regulatory
|
/linux/drivers/net/wireless/ |
A D | ray_cs.c | 135 static int country = USA; variable 168 module_param(country, int, 0); 568 if (country > JAPAN_TEST) in init_startup_params() 569 country = USA; in init_startup_params() 570 else if (country < USA) in init_startup_params() 571 country = USA; in init_startup_params() 595 local->sparm.b4.a_curr_country_code = country; in init_startup_params() 597 hop_pattern_length[(int)country] - 1; in init_startup_params() 613 local->sparm.b5.a_curr_country_code = country; in init_startup_params() 615 hop_pattern_length[(int)country]; in init_startup_params() [all …]
|
/linux/drivers/net/wireless/intersil/p54/ |
A 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()
|
A D | Kconfig | 59 for calibration, country and interface settings.
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | acpi.c | 298 u32 country; in iwl_acpi_get_tas() local 308 country = wifi_pkg->package.elements[3 + i].integer.value; in iwl_acpi_get_tas() 309 block_list_array[i] = cpu_to_le32(country); in iwl_acpi_get_tas() 310 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country); in iwl_acpi_get_tas()
|
/linux/arch/arm/include/asm/ |
A D | ecard.h | 102 unsigned char country; /* Country */ member
|
/linux/samples/uhid/ |
A D | uhid-example.c | 189 ev.u.create.country = 0; in create()
|
/linux/drivers/hid/surface-hid/ |
A D | surface_hid_core.c | 174 shid->hid->country = shid->hid_desc.country_code; in surface_hid_device_add()
|
/linux/Documentation/hid/ |
A D | hid-transport.rst | 210 hid->country = <device-country>; 219 "custom_ll_driver". Note that fields like "country" can be ignored by underlying
|
/linux/drivers/media/pci/saa7164/ |
A D | saa7164-types.h | 373 u32 country; member
|