Searched full:iso3166 (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | brcmfmac.h | 105 * (iso3166) to firmware country code and 108 * @iso3166: iso3166 alpha 2 country code string. 113 char iso3166[BRCMFMAC_COUNTRY_BUF_SZ]; member
|
| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | brcmfmac.h | 105 * (iso3166) to firmware country code and 108 * @iso3166: iso3166 alpha 2 country code string. 113 char iso3166[BRCMFMAC_COUNTRY_BUF_SZ]; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/wireless/ |
| D | brcm,bcm4329-fmac.yaml | 83 description: Multiple strings for translating ISO3166 country code to 90 Use a trivial mapping of ISO3166 country codes to brcmfmac firmware 92 the CLM blob firmware uses ISO3166 country codes as well, and that all
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | of.c | 55 if (sscanf(map, "%2c-%2c-%d", cce->iso3166, cce->cc, in brcmf_of_get_country_codes() 59 brcmf_dbg(INFO, "%s-%s-%d\n", cce->iso3166, cce->cc, in brcmf_of_get_country_codes()
|
| D | common.h | 41 * @trivial_ccode_map: Assume firmware uses ISO3166 country codes with rev 0
|
| D | cfg80211.c | 7918 brcmf_dbg(TRACE, "No country codes configured for device, using ISO3166 code and 0 rev\n"); in brcmf_translate_country_code() 7934 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code() 7936 if ((cc->iso3166[0] == alpha2[0]) && in brcmf_translate_country_code() 7937 (cc->iso3166[1] == alpha2[1])) { in brcmf_translate_country_code() 8194 /* ignore non-ISO3166 country codes */ in brcmf_cfg80211_reg_notifier() 8197 bphy_err(drvr, "not an ISO3166 code (0x%02x 0x%02x)\n", in brcmf_cfg80211_reg_notifier()
|
| /kernel/linux/linux-6.6/include/net/ |
| D | regulatory.h | 119 * ISO3166-alpha2 country code. wiphys that use regulatory_hint() 132 * based on the ISO3166-alpha2 from country IE provided through
|
| /kernel/linux/linux-5.10/include/net/ |
| D | regulatory.h | 116 * ISO3166-alpha2 country code. wiphys that use regulatory_hint() 129 * based on the ISO3166-alpha2 from country IE provided through
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
| D | core.h | 180 /* set country code by ANSI country name, based on ISO3166-1 alpha2 */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | cfg80211.c | 7399 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code() 7401 if ((cc->iso3166[0] == alpha2[0]) && in brcmf_translate_country_code() 7402 (cc->iso3166[1] == alpha2[1])) { in brcmf_translate_country_code() 7436 /* ignore non-ISO3166 country codes */ in brcmf_cfg80211_reg_notifier() 7439 bphy_err(drvr, "not an ISO3166 code (0x%02x 0x%02x)\n", in brcmf_cfg80211_reg_notifier()
|