Home
last modified time | relevance | path

Searched full:schema (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/kernel/linux/linux-5.10/Documentation/devicetree/
Dwriting-schema.rst3 Writing DeviceTree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
11 Schema Contents
14 Each schema doc is a structured json-schema which is defined by a set of
16 top-level json-schema properties used are:
19 A json-schema unique identifier string. The string must be a valid
20 URI typically containing the binding's filename and path. For DT schema, it must
22 references to other files specified in schema "$ref" properties. A $ref value
25 of the current schema file's '$id' value. A URL is used even for local files,
28 $schema
[all …]
Dindex.rst11 writing-schema
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dexample-schema.yaml5 # All the top-level keys are standard json-schema keywords except for
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#
14 title: An example schema annotated with jsonschema details
29 # 'select' is a schema applied to a DT node to determine if this binding
30 # schema should be applied to the node. It is optional and by default the
33 # In this case, a 'false' schema will never match.
36 # A dictionary of DT properties for this binding schema
38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
[all …]
DMakefile4 DT_MK_SCHEMA ?= dt-mk-schema
23 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.json
26 -name 'processed-schema*' ! \
37 quiet_cmd_mk_schema = SCHEMA $@
58 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE
63 # Unless DT_SCHEMA_FILES is specified, use the full schema for dtbs_check too.
64 # Just copy processed-schema-examples.json
66 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE
73 # If DT_SCHEMA_FILES is specified, use it for processed-schema.json
75 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u
[all …]
Dsubmitting-patches.rst22 2) DT binding files are written in DT schema format using json-schema
28 See ../writing-schema.rst for more details about schema and tools setup.
D.gitignore3 processed-schema*.yaml
4 processed-schema*.json
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dallwinner,sun8i-a23-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
50 # Already checked in the main schema
84 # Already checked in the main schema
115 # Already checked in the main schema
134 # Already checked in the main schema
Dallwinner,sun6i-a31-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
48 # Already checked in the main schema
82 # Already checked in the main schema
113 # Already checked in the main schema
146 # Already checked in the main schema
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/
Dpci-ep.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: PCI Endpoint Controller Schema
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dinput.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common input schema binding
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/
Dallwinner,sun6i-a31-clock-reset.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
25 # PRCM's schema. Make sure we only validate standalone nodes.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dallwinner,sun4i-a10-mod0-clk.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
25 # PRCM's schema. Make sure we only validate standalone nodes.
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
Dresctrlfs.c504 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local
533 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata()
535 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata()
545 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata()
555 printf("%sok Write schema \"%s\" to resctrl FS%s%s\n", in write_schemata()
556 ret ? "not " : "", schema, ret ? " # " : "", in write_schemata()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dpincfg-node.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic pin configuration node schema
Dpinmux-node.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic pin multiplexing node schema
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Ddigicolor.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dbitmain.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dsti.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dvt8500.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Daxxia.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dmoxart.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/
Dcan-controller.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dbrcm,bcm23550.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dbrcm,bcm21664.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#

12345678910>>...52