Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dgenregdb.awk37 country=$2
38 sub(/:/, "", country)
39 printf "static const struct ieee80211_regdomain regdom_%s = {\n", country
40 printf "\t.alpha2 = \"%s\",\n", country
49 regdb = regdb "\t&regdom_" country ",\n"
140 !active && /country/ {
Dreg.c537 char country[12]; in call_crda() local
538 char *env[] = { country, NULL }; in call_crda()
540 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
/linux-4.1.27/drivers/net/wireless/ath/
Dregd.c602 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local
605 country = ath_regd_find_country(cc); in ath_regd_get_default_country()
606 if (country != NULL) in ath_regd_get_default_country()
678 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local
704 country = NULL; in __ath_regd_init()
708 country = ath_regd_find_country(reg->country_code); in __ath_regd_init()
709 if (country == NULL) { in __ath_regd_init()
716 regdmn = country->regDmnEnum; in __ath_regd_init()
731 if (!country) in __ath_regd_init()
732 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid12 …ces/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
13 For BT devices : /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country
14 Symlink : /sys/class/hidraw/hidraw<num>/device/country
19 of the device's HID country code (e.g. 21 for US).
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dregd.c393 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local
412 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init()
414 if (country) { in rtl_regd_init()
415 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init()
416 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h116 struct wl12xx_ie_country country; member
152 struct wl12xx_ie_country country; member
/linux-4.1.27/drivers/net/wireless/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()
/linux-4.1.27/net/bluetooth/hidp/
Dsock.c132 __u8 country; member
178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
Dhidp.h95 __u8 country; member
Dcore.c774 hid->country = req->country; in hidp_setup_hid()
/linux-4.1.27/include/uapi/linux/
Duhid.h53 __u32 country; member
139 __u32 country; member
/linux-4.1.27/drivers/hid/
Duhid.c381 __u32 country; member
430 event->u.create.country = compat->country; in uhid_event_from_user()
494 hid->country = ev->u.create2.country; in uhid_dev_create2()
540 ev->u.create2.country = orig.country; in uhid_dev_create()
Dhid-logitech-dj.c761 djdev->hdev->country = 0x00; in logi_dj_ll_parse()
Dhid-core.c1571 return sprintf(buf, "%02x\n", hdev->country & 0xff); in show_country()
/linux-4.1.27/scripts/ksymoops/
DREADME4 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together
/linux-4.1.27/drivers/input/mouse/
Dvsxxxaa.c120 unsigned char country; member
171 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done()
342 mouse->country = (buf[1] >> 4) & 0x07; in vsxxxaa_handle_POR_packet()
/linux-4.1.27/drivers/net/wireless/
Dray_cs.c148 static int country = USA; variable
181 module_param(country, int, 0);
584 if (country > JAPAN_TEST) in init_startup_params()
585 country = USA; in init_startup_params()
586 else if (country < USA) in init_startup_params()
587 country = USA; in init_startup_params()
611 local->sparm.b4.a_curr_country_code = country; in init_startup_params()
613 hop_pattern_length[(int)country] - 1; in init_startup_params()
629 local->sparm.b5.a_curr_country_code = country; in init_startup_params()
631 hop_pattern_length[(int)country]; in init_startup_params()
[all …]
Drndis_wlan.c49 module_param_string(country, modparam_country, 4, 0444);
50 MODULE_PARM_DESC(country, "Country code (ISO 3166-1 alpha-2), default: EU");
Dairo.c740 __le16 country; member
4690 le16_to_cpu(cap_rid.country), in proc_status_open()
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME77 about your hardware and the TV sound scheme used in your country (or
78 at least the country you are living in).
DREADME.WINVIEW27 be different in your country
/linux-4.1.27/drivers/net/wireless/p54/
Deeprom.c639 struct pda_country *country; in p54_parse_default_country() local
641 if (len != sizeof(*country)) { in p54_parse_default_country()
653 country = (struct pda_country *) data; in p54_parse_default_country()
654 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO) in p54_parse_default_country()
655 regulatory_hint(dev->wiphy, country->alpha2); in p54_parse_default_country()
DKconfig58 for calibration, country and interface settings.
/linux-4.1.27/Documentation/networking/
Dregulatory.txt73 crda can provide back a regulatory domain for that country or
84 (driver, user, country IE) and determine what to allow based on its
98 by having a mapping of your device's EEPROM country/regulatory
Dray_cs.txt78 country integer 1 = USA (default)
/linux-4.1.27/arch/arm/include/asm/
Decard.h101 unsigned char country; /* Country */ member
/linux-4.1.27/samples/uhid/
Duhid-example.c188 ev.u.create.country = 0; in create()
/linux-4.1.27/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()
/linux-4.1.27/Documentation/hid/
Dhid-transport.txt206 hid->country = <device-country>;
215 "custom_ll_driver". Note that fields like "country" can be ignored by underlying
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dwmi.c990 struct country_code_to_enum_rd *country = NULL; in ath6kl_wmi_regdomain_event() local
999 country = ath6kl_regd_find_country((u16) reg_code); in ath6kl_wmi_regdomain_event()
1002 country = ath6kl_regd_find_country_by_rd((u16) reg_code); in ath6kl_wmi_regdomain_event()
1011 if (country && wmi->parent_dev->wiphy_registered) { in ath6kl_wmi_regdomain_event()
1012 alpha2[0] = country->isoName[0]; in ath6kl_wmi_regdomain_event()
1013 alpha2[1] = country->isoName[1]; in ath6kl_wmi_regdomain_event()
/linux-4.1.27/Documentation/
DSubmittingDrivers131 ?? == your country code, such as "us", "uk", "fr", etc.
Dapplying-patches.txt232 country code. This way you'll be downloading from a mirror site that's most
Dkernel-docs.txt708 try irc.openprojects.net or irc.<country>.openprojects.net as your
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME82 iw reg set <country code>
/linux-4.1.27/include/linux/
Dhid.h506 unsigned country; /* HID country */ member
/linux-4.1.27/Documentation/input/
Dxpad.txt85 a dump from /proc/bus/usb and a description of the pad (manufacturer, country,
/linux-4.1.27/arch/arm/mach-rpc/
Decard.c915 ec->cid.country = cid.r_country; in ecard_probe()
/linux-4.1.27/scripts/
Dspelling.txt269 contry||country
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4086 u8 country[4]; in process_80211d() local
4100 memset(country, 0, 4); in process_80211d()
4101 memcpy(country, p, 3); in process_80211d()
4104 ("%s: 802.11d country =%s\n", __func__, country)); in process_80211d()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4507 u8 country[4]; in process_80211d() local
4521 memcpy(country, p, 3); in process_80211d()
4522 country[3] = '\0'; in process_80211d()
4526 "%s: 802.11d country =%s\n", __func__, country); in process_80211d()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h1289 u8 country[4]; member
/linux-4.1.27/
DREADME358 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c996 hid->country = hdesc->bCountryCode; in usbhid_parse()
/linux-4.1.27/Documentation/video4linux/
DZoran336 standard is "more constant" for current country than geometry