Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dregd.c608 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
611 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
612 if (country != NULL) in ath_regd_get_default_country()
684 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
710 country = NULL; in __ath_regd_init()
714 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
715 if (country == NULL) { in __ath_regd_init()
722 regdmn = country->regDmnEnum; in __ath_regd_init()
737 if (!country) in __ath_regd_init()
738 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid12 …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).
/kernel/linux/linux-5.10/net/wireless/
Dreg.c545 char country[12]; in call_crda() local
546 char *env[] = { country, NULL }; in call_crda()
549 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
633 struct fwdb_country country[]; member
687 const struct fwdb_country *country) in valid_country() argument
689 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country()
833 const struct fwdb_country *country; in valid_regdb() local
847 country = &hdr->country[0]; in valid_regdb()
848 while ((u8 *)(country + 1) <= data + size) { in valid_regdb()
849 if (!country->coll_ptr) in valid_regdb()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dregd.c387 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Ddot11d.c111 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()
Ddot11d.h81 u16 country_len, u8 *country);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dchannel.c106 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h117 struct wl12xx_ie_country country; member
153 struct wl12xx_ie_country country; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Duhid.h50 __u32 country; member
115 __u32 country; member
/kernel/linux/linux-5.10/include/uapi/linux/
Duhid.h54 __u32 country; member
140 __u32 country; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Duhid.h37 __u32 country; member
102 __u32 country; member
/kernel/linux/linux-5.10/net/bluetooth/hidp/
Dsock.c137 __u8 country; member
188 ca.country = ca32.country; in hidp_sock_compat_ioctl()
Dhidp.h95 __u8 country; member
/kernel/linux/linux-5.10/drivers/hid/
Duhid.c416 __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()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dvsxxxaa.c108 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()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
Dacpi.c285 u32 country; in iwl_acpi_get_tas() local
295 country = wifi_pkg->package.elements[3 + i].integer.value; in iwl_acpi_get_tas()
296 block_list_array[i] = cpu_to_le32(country); in iwl_acpi_get_tas()
297 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country); in iwl_acpi_get_tas()
/kernel/linux/linux-5.10/Documentation/networking/
Dregulatory.rst28 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
/kernel/linux/linux-5.10/drivers/net/wireless/
Dray_cs.c135 static int country = USA; variable
168 module_param(country, int, 0);
574 if (country > JAPAN_TEST) in init_startup_params()
575 country = USA; in init_startup_params()
576 else if (country < USA) in init_startup_params()
577 country = USA; in init_startup_params()
601 local->sparm.b4.a_curr_country_code = country; in init_startup_params()
603 hop_pattern_length[(int)country] - 1; in init_startup_params()
619 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
621 hop_pattern_length[(int)country]; in init_startup_params()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
Deeprom.c638 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()
DKconfig59 for calibration, country and interface settings.
/kernel/linux/linux-5.10/arch/arm/include/asm/
Decard.h102 unsigned char country; /* Country */ member
/kernel/linux/linux-5.10/samples/uhid/
Duhid-example.c189 ev.u.create.country = 0; in create()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_main.h381 char country[2]; member
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
Dsaa7164-types.h373 u32 country; member
/kernel/linux/linux-5.10/Documentation/hid/
Dhid-transport.rst210 hid->country = <device-country>;
219 "custom_ll_driver". Note that fields like "country" can be ignored by underlying

12