Searched refs:schemas (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/devicetree/bindings/ |
| H A D | writing-schema.rst | 23 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 D | writing-bindings.rst | 80 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 D | ioam6.c | 323 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 D | clock-bindings.txt | 2 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
|
| /linux/include/net/ |
| H A D | ioam6.h | 45 struct rhashtable schemas; member
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | graph.rst | 169 https://github.com/devicetree-org/dt-schema/blob/main/schemas/graph.yaml,
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | specs.rst | 37 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 D | camera-sensor.rst | 54 <https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml>`_
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | display-manager.rst | 77 schemas.
|
| /linux/scripts/bash-completion/ |
| H A D | make | 417 dtbs{,_check,_install} dt_binding_{check,schemas}
|