| /linux/drivers/net/wireless/ath/ |
| H A 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 …]
|
| /linux/Documentation/ABI/testing/ |
| H 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/ |
| H A D | reg.c | 556 char country[12]; in call_crda() local 557 char *env[] = { country, NULL }; in call_crda() 560 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda() 644 struct fwdb_country country[]; member 698 const struct fwdb_country *country) in valid_country() argument 700 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country() 806 const struct fwdb_country *country; in valid_regdb() local 820 country = &hdr->country[0]; in valid_regdb() 821 while ((u8 *)(country + 1) <= data + size) { in valid_regdb() 822 if (!country->coll_ptr) in valid_regdb() [all …]
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H 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/ |
| H A D | wl12xx_80211.h | 116 struct wl12xx_ie_country country; member 152 struct wl12xx_ie_country country; member
|
| /linux/include/uapi/linux/ |
| H A D | uhid.h | 54 __u32 country; member 140 __u32 country; member
|
| /linux/drivers/input/mouse/ |
| H A D | vsxxxaa.c | 105 unsigned char country; member 156 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done() 327 mouse->country = (buf[1] >> 4) & 0x07; in vsxxxaa_handle_POR_packet()
|
| /linux/Documentation/networking/ |
| H 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/mediatek/mt76/ |
| H A D | eeprom.c | 230 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node() local 233 if (!country && !regd) { in mt76_find_power_limits_node() 238 if (mt76_string_prop_find(country, dev->alpha2) || in mt76_find_power_limits_node()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | eeprom.c | 634 struct pda_country *country; in p54_parse_default_country() local 636 if (len != sizeof(*country)) { in p54_parse_default_country() 648 country = (struct pda_country *) data; in p54_parse_default_country() 649 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO) in p54_parse_default_country() 650 regulatory_hint(dev->wiphy, country->alpha2); in p54_parse_default_country()
|
| H A D | Kconfig | 59 for calibration, country and interface settings.
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | acpi.c | 384 u16 country; in iwl_acpi_get_tas_table() local 394 country = wifi_pkg->package.elements[3 + i].integer.value; in iwl_acpi_get_tas_table() 395 tas_data->block_list_array[i] = country; in iwl_acpi_get_tas_table() 396 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country); in iwl_acpi_get_tas_table()
|
| /linux/samples/uhid/ |
| H A D | uhid-example.c | 189 ev.u.create.country = 0; in create()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid_core.c | 210 shid->hid->country = shid->hid_desc.country_code; in surface_hid_device_add()
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | core.h | 318 u8 country[MM81X_COUNTRY_LEN]; member
|
| H A D | mac.c | 2179 mors->country); in mm81x_mac_ops_add_interface() 2268 mm81x_reg_h_cc_equal(request->alpha2, mors->country)) in mm81x_reg_notifier() 2271 memcpy(mors->country, request->alpha2, sizeof(mors->country)); in mm81x_reg_notifier()
|
| H A D | fw.c | 270 mors->country, 2)) in mm81x_fw_load_bcf()
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-types.h | 373 u32 country; member
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_main.h | 381 char country[2]; member
|
| /linux/Documentation/hid/ |
| H 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/tools/testing/selftests/hid/ |
| H A D | hid_common.h | 153 ev.u.create.country = 0; in uhid_create()
|
| /linux/net/bluetooth/hidp/ |
| H A D | core.c | 796 hid->country = req->country; in hidp_setup_hid()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 1008 struct country_code_to_enum_rd *country = NULL; in ath6kl_wmi_regdomain_event() local 1017 country = ath6kl_regd_find_country((u16) reg_code); in ath6kl_wmi_regdomain_event() 1020 country = ath6kl_regd_find_country_by_rd((u16) reg_code); in ath6kl_wmi_regdomain_event() 1029 if (country && wmi->parent_dev->wiphy_registered) { in ath6kl_wmi_regdomain_event() 1030 alpha2[0] = country->isoName[0]; in ath6kl_wmi_regdomain_event() 1031 alpha2[1] = country->isoName[1]; in ath6kl_wmi_regdomain_event()
|
| /linux/arch/arm/boot/dts/gemini/ |
| H A D | gemini-dlink-dir-685.dts | 332 * WLAN and LAN, and the country code (for wireless
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | README | 83 iw reg set <country code>
|