Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/ath/
H A Dregd.c609 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 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).
/linux/drivers/net/wireless/realtek/rtlwifi/
H A 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()
/linux/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h116 struct wl12xx_ie_country country; member
152 struct wl12xx_ie_country country; member
/linux/net/bluetooth/hidp/
H A Dsock.c138 __u8 country; member
189 ca.country = ca32.country; in hidp_sock_compat_ioctl()
H A Dhidp.h95 __u8 country; member
H A Dcore.c780 hid->country = req->country; in hidp_setup_hid()
/linux/include/uapi/linux/
H A Duhid.h54 __u32 country; member
140 __u32 country; member
/linux/drivers/hid/
H A Duhid.c416 __u32 country; member
465 event->u.create.country = compat->country; in uhid_event_from_user()
529 hid->country = ev->u.create2.country; in uhid_dev_create2()
571 ev->u.create2.country = orig.country; in uhid_dev_create()
H A Dhid-steam.c1193 client_hdev->country = hdev->country; in steam_create_client_hid()
/linux/drivers/input/mouse/
H A Dvsxxxaa.c105 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 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
/linux/drivers/net/wireless/intersil/p54/
H A 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()
H A DKconfig59 for calibration, country and interface settings.
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c338 u16 country; in iwl_acpi_get_tas_table() local
348 country = wifi_pkg->package.elements[3 + i].integer.value; in iwl_acpi_get_tas_table()
349 tas_data->block_list_array[i] = country; in iwl_acpi_get_tas_table()
350 IWL_DEBUG_RADIO(fwrt, "TAS block list country %d\n", country); in iwl_acpi_get_tas_table()
/linux/samples/uhid/
H A Duhid-example.c189 ev.u.create.country = 0; in create()
/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c210 shid->hid->country = shid->hid_desc.country_code; in surface_hid_device_add()
/linux/Documentation/hid/
H A Dhid-transport.rst210 hid->country = <device-country>;
219 "custom_ll_driver". Note that fields like "country" can be ignored by underlying
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-types.h373 u32 country; member
H A Dsaa7164-api.c555 tvaudio.country = 1; in saa7164_api_set_audio_std()
558 tvaudio.country = 44; in saa7164_api_set_audio_std()
/linux/drivers/net/wireless/rsi/
H A Drsi_main.h381 char country[2]; member
/linux/tools/testing/selftests/hid/
H A Dhid_common.h153 ev.u.create.country = 0; in uhid_create()
/linux/drivers/staging/greybus/
H A Dhid.c406 hid->country = ghid->hdesc.bCountryCode; in gb_hid_init()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c988 struct country_code_to_enum_rd *country = NULL; in ath6kl_wmi_regdomain_event() local
997 country = ath6kl_regd_find_country((u16) reg_code); in ath6kl_wmi_regdomain_event()
1000 country = ath6kl_regd_find_country_by_rd((u16) reg_code); in ath6kl_wmi_regdomain_event()
1009 if (country && wmi->parent_dev->wiphy_registered) { in ath6kl_wmi_regdomain_event()
1010 alpha2[0] = country->isoName[0]; in ath6kl_wmi_regdomain_event()
1011 alpha2[1] = country->isoName[1]; in ath6kl_wmi_regdomain_event()
/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts332 * WLAN and LAN, and the country code (for wireless

12