| /linux/Documentation/devicetree/bindings/ |
| A D | writing-schema.rst | 16 Each schema doc is a structured json-schema which is defined by a set of 30 $schema 31 Indicates the meta-schema the schema file adheres to. 76 schema's 'properties' or 'patternProperties'. Each schema is supposed to 145 The DT schema project must be installed in order to validate the DT schema 146 binding documents and validate DTS files using the DT schema. The DT schema 164 The DT schema binding documents must be validated using the meta-schema (the 165 schema for the schema) to ensure they are both valid json-schema and valid 177 binding schema files. 196 json-schema Resources [all …]
|
| A D | example-schema.yaml | 10 $id: http://devicetree.org/schemas/example-schema.yaml# 11 # $schema is the meta-schema this schema should be validated with. 12 $schema: http://devicetree.org/meta-schemas/core.yaml# 33 # In this case, a 'false' schema will never match. 36 # A dictionary of DT properties for this binding schema 42 # The boolean schema must be a list of schemas. 64 # specific schema don't need to do those checks. 124 # The type is set in the core schema. Per-device schema only need to set 156 core schema. 211 # For multiple 'if' schema, group them under an 'allOf'. [all …]
|
| A D | Makefile | 4 DT_MK_SCHEMA ?= dt-mk-schema 63 $(obj)/processed-schema.json: $(DT_DOCS) check_dtschema_version FORCE 73 always-y += processed-schema.json 82 dt_compatible_check: $(obj)/processed-schema.json
|
| A D | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
| A D | writing-bindings.rst | 56 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/property-units.yaml 72 - Properties without schema types (e.g. without standard suffix or not defined 73 by schema) need the type, even if this is an enum. 75 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
|
| A D | incomplete-devices.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 19 Following list of devices is an incomplete schema with a goal to pass DT schema 253 unlikely to get converted to DT schema. 259 unlikely to get converted to DT schema.
|
| A D | submitting-patches.rst | 27 2) DT binding files are written in DT schema format using json-schema 33 See Documentation/devicetree/bindings/writing-schema.rst for more details 34 about schema and tools setup.
|
| A D | graph.txt | 1 This file has moved to graph.yaml in dt-schema repo
|
| A D | index.rst | 9 writing-schema
|
| /linux/tools/testing/selftests/net/lib/py/ |
| A D | ynl.py | 37 schema='') 43 schema='') 49 schema='')
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | ctrlmondata.c | 447 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument 449 struct rdt_resource *r = schema->res; in show_doms() 457 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms() 466 schema->conf_type); in show_doms() 478 struct resctrl_schema *schema; in rdtgroup_schemata_show() local 486 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 487 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show() 502 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 503 if (closid < schema->num_closid) in rdtgroup_schemata_show() 504 show_doms(s, schema, closid); in rdtgroup_schemata_show()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | clock-bindings.txt | 1 This file has moved to the clock binding schema: 2 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
|
| A D | allwinner,sun4i-a10-mod0-clk.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 25 # PRCM's schema. Make sure we only validate standalone nodes.
|
| /linux/tools/testing/selftests/resctrl/ |
| A D | resctrlfs.c | 592 char controlgroup[1024], reason[128], schema[1024] = {}; in write_schemata() local 613 schema_len = snprintf(schema, sizeof(schema), "%s:%d=%s\n", in write_schemata() 615 if (schema_len < 0 || schema_len >= sizeof(schema)) { in write_schemata() 630 if (write(fd, schema, schema_len) < 0) { in write_schemata() 641 schema[schema_len - 1] = 0; in write_schemata() 644 schema, ret ? " # " : "", in write_schemata()
|
| /linux/Documentation/devicetree/bindings/soc/renesas/ |
| A D | renesas-soc.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 66 # schema hits all compatibles that have at lest one Renesas compatible 68 # that don't match the schema select pattern. For example,
|
| /linux/Documentation/devicetree/bindings/reset/ |
| A D | allwinner,sun6i-a31-clock-reset.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 25 # PRCM's schema. Make sure we only validate standalone nodes.
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| A D | mc-peripheral-props.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 should go in their own separate schema that should be referenced
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| A D | intel,ce4100-ioapic.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 26 This schema defines bindings for I/O APIC interrupt controller.
|
| A D | intel,ce4100-lapic.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 26 This schema defines bindings for local APIC interrupt controller.
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | lantiq,pef2256.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 93 lantiq,channel-phase = 2, the interleave schema with unused time-slots 98 interleave schema is 102 lantiq,channel-phase = 1, the interleave schema is
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| A D | ingenic,adc.yaml | 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 18 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml,
|
| /linux/Documentation/userspace-api/netlink/ |
| A D | specs.rst | 24 This document describes details of the schema. 34 There are four schema levels for Netlink specs, from the simplest used 42 customization of define and enum type and value names; this schema should 45 - ``genetlink-legacy`` - Generic Netlink catch all schema supporting quirks of 47 - ``netlink-raw`` - catch all schema supporting pre-Generic Netlink protocols 56 YAML schema has the following conceptual sections: 64 Most properties in the schema accept (or in fact require) a ``doc`` 68 schema. See the documentation of :doc:`genetlink-c <c-code-gen>` 92 The schema level, default is ``genetlink``, which is the only value
|
| /linux/tools/net/ynl/ |
| A D | cli.py | 69 args.schema = '' 75 ynl = YnlFamily(args.spec, args.schema, args.process_unknown,
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
| A D | jedec,lpddr-props.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 reused for each type. Nodes using this schema should generally be nested under
|
| /linux/Documentation/devicetree/bindings/ata/ |
| A D | snps,dwc-ahci-common.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 This document defines device tree schema for the generic Synopsys DWC
|