Home
last modified time | relevance | path

Searched refs:schemas (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/
H A Dwriting-schema.rst23 begin with "http://devicetree.org/schemas/". The URL is used in constructing
82 Optional. A list of other schemas to include. This is used to
83 include other schemas the binding conforms to. This may be schemas for a
113 binding allows subset of properties from other referenced schemas.
121 Rare case, used for schemas implementing common set of properties. Such
122 schemas are supposed to be referenced by other schemas, which then use
123 'unevaluatedProperties: false'. Typically bus or common-part schemas.
142 vocabulary for that property. The properties schemas are what are used for
151 schemas/types.yaml. A "description" property is always required.
153 The Devicetree schemas don't exactly match the YAML-encoded DT data produced by
[all …]
H A Dwriting-bindings.rst80 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/property-units.yaml
105 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
/linux/net/ipv6/
H A Dioam6.c323 sc = rhashtable_lookup_fast(&nsdata->schemas, &id, rht_sc_params); in ioam6_genl_addsc()
343 err = rhashtable_lookup_insert_fast(&nsdata->schemas, &sc->head, in ioam6_genl_addsc()
372 sc = rhashtable_lookup_fast(&nsdata->schemas, &id, rht_sc_params); in ioam6_genl_delsc()
380 err = rhashtable_remove_fast(&nsdata->schemas, &sc->head, in ioam6_genl_delsc()
441 rhashtable_walk_enter(&nsdata->schemas, iter); in ioam6_genl_dumpsc_start()
523 sc = rhashtable_lookup_fast(&nsdata->schemas, &sc_id, in ioam6_genl_ns_set_schema()
998 err = rhashtable_init(&nsdata->schemas, &rht_sc_params); in ioam6_net_init()
1017 rhashtable_free_and_destroy(&nsdata->schemas, ioam6_free_sc, NULL); in ioam6_net_exit()
/linux/Documentation/devicetree/bindings/clock/
H A Dclock-bindings.txt2 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
/linux/include/net/
H A Dioam6.h45 struct rhashtable schemas; member
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dgraph.rst169 https://github.com/devicetree-org/dt-schema/blob/main/schemas/graph.yaml,
/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst37 user capable of parsing more complex ``genetlink`` schemas is also compatible
50 The definition of the schemas (in ``jsonschema``) can be found
/linux/Documentation/driver-api/media/
H A Dcamera-sensor.rst54 <https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml>`_
/linux/Documentation/gpu/amdgpu/display/
H A Ddisplay-manager.rst77 schemas.
/linux/scripts/bash-completion/
H A Dmake417 dtbs{,_check,_install} dt_binding_{check,schemas}