Home
last modified time | relevance | path

Searched +full:ccode +full:- +full:map +full:- +full:trivial (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/
Dbrcm,bcm4329-fmac.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arend van Spriel <[email protected]>
19 - $ref: ieee80211.yaml#
24 - items:
25 - enum:
26 - brcm,bcm43143-fmac
27 - brcm,bcm4341b0-fmac
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c1 // SPDX-License-Identifier: ISC
20 struct device_node *np = dev->of_node; in brcmf_of_get_country_codes()
26 count = of_property_count_strings(np, "brcm,ccode-map"); in brcmf_of_get_country_codes()
28 /* If no explicit country code map is specified, check whether in brcmf_of_get_country_codes()
29 * the trivial map should be used. in brcmf_of_get_country_codes()
31 settings->trivial_ccode_map = in brcmf_of_get_country_codes()
32 of_property_read_bool(np, "brcm,ccode-map-trivial"); in brcmf_of_get_country_codes()
37 return (count == -EINVAL) ? 0 : count; in brcmf_of_get_country_codes()
42 return -ENOMEM; in brcmf_of_get_country_codes()
44 cc->table_size = count; in brcmf_of_get_country_codes()
[all …]