/Linux-v4.19/drivers/net/wireless/ath/ |
D | regd.c | 608 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 …]
|
/Linux-v4.19/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-v4.19/net/wireless/ |
D | reg.c | 538 char country[12]; in call_crda() local 539 char *env[] = { country, NULL }; in call_crda() 542 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda() 626 struct fwdb_country country[]; member 680 const struct fwdb_country *country) in valid_country() argument 682 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country() 824 const struct fwdb_country *country; in valid_regdb() local 838 country = &hdr->country[0]; in valid_regdb() 839 while ((u8 *)(country + 1) <= data + size) { in valid_regdb() 840 if (!country->coll_ptr) in valid_regdb() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | regd.c | 428 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local 448 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init() 450 if (country) { in rtl_regd_init() 451 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init() 452 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | regd.c | 411 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local 431 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init() 433 if (country) { in rtl_regd_init() 434 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init() 435 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 117 struct wl12xx_ie_country country; member 153 struct wl12xx_ie_country country; member
|
/Linux-v4.19/drivers/net/wireless/broadcom/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-v4.19/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 | 776 hid->country = req->country; in hidp_setup_hid()
|
/Linux-v4.19/include/uapi/linux/ |
D | uhid.h | 54 __u32 country; member 140 __u32 country; member
|
/Linux-v4.19/drivers/hid/ |
D | uhid.c | 398 __u32 country; member 447 event->u.create.country = compat->country; in uhid_event_from_user() 511 hid->country = ev->u.create2.country; in uhid_dev_create2() 553 ev->u.create2.country = orig.country; in uhid_dev_create()
|
D | hid-steam.c | 656 client_hdev->country = hdev->country; in steam_create_client_hid()
|
/Linux-v4.19/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-v4.19/Documentation/networking/ |
D | regulatory.txt | 25 given country. 81 crda can provide back a regulatory domain for that country or 92 (driver, user, country IE) and determine what to allow based on its 106 by having a mapping of your device's EEPROM country/regulatory
|
D | ray_cs.txt | 78 country integer 1 = USA (default)
|
/Linux-v4.19/drivers/net/wireless/ |
D | ray_cs.c | 147 static int country = USA; variable 180 module_param(country, int, 0); 580 if (country > JAPAN_TEST) in init_startup_params() 581 country = USA; in init_startup_params() 582 else if (country < USA) in init_startup_params() 583 country = USA; in init_startup_params() 607 local->sparm.b4.a_curr_country_code = country; in init_startup_params() 609 hop_pattern_length[(int)country] - 1; in init_startup_params() 625 local->sparm.b5.a_curr_country_code = country; in init_startup_params() 627 hop_pattern_length[(int)country]; in init_startup_params() [all …]
|
/Linux-v4.19/drivers/net/wireless/intersil/p54/ |
D | eeprom.c | 641 struct pda_country *country; in p54_parse_default_country() local 643 if (len != sizeof(*country)) { in p54_parse_default_country() 655 country = (struct pda_country *) data; in p54_parse_default_country() 656 if (country->flags == PDR_COUNTRY_CERT_CODE_PSEUDO) in p54_parse_default_country() 657 regulatory_hint(dev->wiphy, country->alpha2); in p54_parse_default_country()
|
D | Kconfig | 58 for calibration, country and interface settings.
|
/Linux-v4.19/arch/arm/include/asm/ |
D | ecard.h | 102 unsigned char country; /* Country */ member
|
/Linux-v4.19/samples/uhid/ |
D | uhid-example.c | 189 ev.u.create.country = 0; in create()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_main.h | 335 char country[2]; member
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-types.h | 383 u32 country; member
|
/Linux-v4.19/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-v4.19/drivers/staging/greybus/ |
D | hid.c | 407 hid->country = ghid->hdesc.bCountryCode; in gb_hid_init()
|