/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. 98 boilerplate. The tools process the schema files to produce the final schema for 117 The DT schema project must be installed in order to validate the DT schema 118 binding documents and validate DTS files using the DT schema. The DT schema 141 The DT schema binding documents must be validated using the meta-schema (the 142 schema for the schema) to ensure they are both valid json-schema and valid 154 binding schema files. 169 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# 14 title: An example schema annotated with jsonschema details 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. 65 # specific schema don't need to do those checks. 122 # The type is set in the core schema. Per-device schema only need to set 154 core schema. [all …]
|
A D | Makefile | 4 DT_MK_SCHEMA ?= dt-mk-schema 28 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.json 73 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE 81 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE 90 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u 91 $(obj)/processed-schema.json: $(DT_SCHEMA_FILES) check_dtschema_version FORCE 96 always-$(CHECK_DT_BINDING) += processed-schema-examples.json 97 always-$(CHECK_DTBS) += processed-schema.json
|
A D | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
A D | submitting-patches.rst | 22 2) DT binding files are written in DT schema format using json-schema 28 See Documentation/devicetree/bindings/writing-schema.rst for more details 29 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 | 8 writing-schema
|
/linux/arch/x86/kernel/cpu/resctrl/ |
A D | ctrlmondata.c | 441 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument 443 struct rdt_resource *r = schema->res; in show_doms() 448 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms() 454 schema->conf_type); in show_doms() 465 struct resctrl_schema *schema; in rdtgroup_schemata_show() local 473 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 474 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show() 489 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show() 490 if (closid < schema->num_closid) in rdtgroup_schemata_show() 491 show_doms(s, schema, closid); in rdtgroup_schemata_show()
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | allwinner,sun8i-a23-prcm.yaml | 5 $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
|
A D | allwinner,sun6i-a31-prcm.yaml | 5 $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
|
/linux/tools/testing/selftests/resctrl/ |
A D | resctrlfs.c | 496 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local 525 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata() 527 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata() 537 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata() 548 schema, ret ? " # " : "", in write_schemata()
|
/linux/Documentation/devicetree/bindings/input/ |
A D | input.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common input schema binding
|
A D | adc-joystick.yaml | 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 28 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml
|
/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/clock/ |
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/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/net/ipv6/ |
A D | ioam6.c | 181 sc = rcu_dereference_protected(ns->schema, in ioam6_genl_delns() 228 sc = rcu_dereference(ns->schema); in __ioam6_genl_dumpns_element() 388 rcu_assign_pointer(ns->schema, NULL); in ioam6_genl_delsc() 533 sc_ref = rcu_dereference_protected(ns->schema, in ioam6_genl_ns_set_schema() 537 rcu_assign_pointer(ns->schema, sc); in ioam6_genl_ns_set_schema() 543 rcu_assign_pointer(ns_ref->schema, NULL); in ioam6_genl_ns_set_schema() 864 sc = rcu_dereference(ns->schema); in ioam6_fill_trace_data()
|
/linux/Documentation/devicetree/bindings/arm/ |
A D | digicolor.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
A D | bitmain.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
A D | moxart.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
/linux/Documentation/driver-api/media/drivers/ |
A D | pxa_camera.rst | 35 c) Capture global finite state machine schema 121 For the next schema, let's assume d0=desc-sg[0] .. dN=desc-sg[N], 149 while the DMA jumps from one Videobuffer to another. On the schema, that
|
/linux/Documentation/devicetree/bindings/arm/bcm/ |
A D | brcm,bcm11351.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
A D | brcm,bcm21664.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
A D | brcm,bcm23550.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
/linux/tools/testing/selftests/net/ |
A D | ioam6.sh | 316 ip -netns ioam-node-alpha ioam schema add ${ALPHA[8]} "${ALPHA[9]}" 317 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]} 328 ip -netns ioam-node-beta ioam schema add ${BETA[8]} "${BETA[9]}" 329 ip -netns ioam-node-beta ioam namespace set 123 schema ${BETA[8]} 445 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]}
|