/linux-4.1.27/net/wireless/ |
D | genregdb.awk | 37 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®dom_" country ",\n" 140 !active && /country/ {
|
D | reg.c | 537 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/ |
D | regd.c | 602 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/ |
D | sysfs-driver-hid | 12 …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/ |
D | regd.c | 393 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/ |
D | wl12xx_80211.h | 116 struct wl12xx_ie_country country; member 152 struct wl12xx_ie_country country; member
|
/linux-4.1.27/drivers/net/wireless/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()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 132 __u8 country; member 178 put_user(ca.country, &uca->country) || in hidp_sock_compat_ioctl()
|
D | hidp.h | 95 __u8 country; member
|
D | core.c | 774 hid->country = req->country; in hidp_setup_hid()
|
/linux-4.1.27/include/uapi/linux/ |
D | uhid.h | 53 __u32 country; member 139 __u32 country; member
|
/linux-4.1.27/drivers/hid/ |
D | uhid.c | 381 __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()
|
D | hid-logitech-dj.c | 761 djdev->hdev->country = 0x00; in logi_dj_ll_parse()
|
D | hid-core.c | 1571 return sprintf(buf, "%02x\n", hdev->country & 0xff); in show_country()
|
/linux-4.1.27/scripts/ksymoops/ |
D | README | 4 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops together
|
/linux-4.1.27/drivers/input/mouse/ |
D | vsxxxaa.c | 120 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/ |
D | ray_cs.c | 148 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 …]
|
D | rndis_wlan.c | 49 module_param_string(country, modparam_country, 4, 0444); 50 MODULE_PARM_DESC(country, "Country code (ISO 3166-1 alpha-2), default: EU");
|
D | airo.c | 740 __le16 country; member 4690 le16_to_cpu(cap_rid.country), in proc_status_open()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README | 77 about your hardware and the TV sound scheme used in your country (or 78 at least the country you are living in).
|
D | README.WINVIEW | 27 be different in your country
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | eeprom.c | 639 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()
|
D | Kconfig | 58 for calibration, country and interface settings.
|
/linux-4.1.27/Documentation/networking/ |
D | regulatory.txt | 73 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
|
D | ray_cs.txt | 78 country integer 1 = USA (default)
|
/linux-4.1.27/arch/arm/include/asm/ |
D | ecard.h | 101 unsigned char country; /* Country */ member
|
/linux-4.1.27/samples/uhid/ |
D | uhid-example.c | 188 ev.u.create.country = 0; in create()
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-types.h | 387 u32 country; member
|
D | saa7164-api.c | 569 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/ |
D | hid-transport.txt | 206 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/ |
D | wmi.c | 990 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/ |
D | SubmittingDrivers | 131 ?? == your country code, such as "us", "uk", "fr", etc.
|
D | applying-patches.txt | 232 country code. This way you'll be downloading from a mirror site that's most
|
D | kernel-docs.txt | 708 try irc.openprojects.net or irc.<country>.openprojects.net as your
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 82 iw reg set <country code>
|
/linux-4.1.27/include/linux/ |
D | hid.h | 506 unsigned country; /* HID country */ member
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 85 a dump from /proc/bus/usb and a description of the pad (manufacturer, country,
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | ecard.c | 915 ec->cid.country = cid.r_country; in ecard_probe()
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 269 contry||country
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 4086 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/ |
D | rtw_mlme_ext.c | 4507 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/ |
D | ipw2200.h | 1289 u8 country[4]; member
|
/linux-4.1.27/ |
D | README | 358 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 996 hid->country = hdesc->bCountryCode; in usbhid_parse()
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 336 standard is "more constant" for current country than geometry
|