Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 2495) sorted by relevance

12345678910>>...100

/linux-6.1.9/Documentation/devicetree/bindings/
Dwriting-schema.rst3 Writing Devicetree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
11 Also see :ref:`example-schema`.
16 Each schema doc is a structured json-schema which is defined by a set of
18 top-level json-schema properties used are:
21 A json-schema unique identifier string. The string must be a valid
22 URI typically containing the binding's filename and path. For DT schema, it must
24 references to other files specified in schema "$ref" properties. A $ref value
27 components of the current schema file's '$id' value. A URL is used even for
30 $schema
[all …]
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
67 $(obj)/processed-schema.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE
70 always-y += processed-schema.json
79 dt_compatible_check: $(obj)/processed-schema.json
D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
Dwriting-bindings.rst56 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
Dsubmitting-patches.rst22 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.
Dgraph.txt1 This file has moved to graph.yaml in dt-schema repo
Dindex.rst8 writing-schema
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Dallwinner,sun6i-a31-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
58 # Already checked in the main schema
88 # Already checked in the main schema
122 # Already checked in the main schema
153 # Already checked in the main schema
186 # Already checked in the main schema
Dallwinner,sun8i-a23-prcm.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
60 # Already checked in the main schema
94 # Already checked in the main schema
125 # Already checked in the main schema
144 # Already checked in the main schema
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c468 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument
470 struct rdt_resource *r = schema->res; in show_doms()
475 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms()
484 schema->conf_type); in show_doms()
496 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
504 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
505 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show()
520 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
521 if (closid < schema->num_closid) in rdtgroup_schemata_show()
522 show_doms(s, schema, closid); in rdtgroup_schemata_show()
/linux-6.1.9/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt1 This file has moved to the clock binding schema:
2 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
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.
/linux-6.1.9/tools/testing/selftests/resctrl/
Dresctrlfs.c496 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-6.1.9/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.
/linux-6.1.9/Documentation/devicetree/bindings/input/
Dinput.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common input schema binding
/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/
Dingenic,adc.yaml6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
18 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml,
/linux-6.1.9/Documentation/devicetree/bindings/ata/
Dsnps,dwc-ahci-common.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
13 This document defines device tree schema for the generic Synopsys DWC
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dqcom,bam-dmux.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
18 Note that this schema does not directly describe a hardware block but rather
/linux-6.1.9/net/ipv6/
Dioam6.c183 sc = rcu_dereference_protected(ns->schema, in ioam6_genl_delns()
230 sc = rcu_dereference(ns->schema); in __ioam6_genl_dumpns_element()
390 rcu_assign_pointer(ns->schema, NULL); in ioam6_genl_delsc()
535 sc_ref = rcu_dereference_protected(ns->schema, in ioam6_genl_ns_set_schema()
539 rcu_assign_pointer(ns->schema, sc); in ioam6_genl_ns_set_schema()
545 rcu_assign_pointer(ns_ref->schema, NULL); in ioam6_genl_ns_set_schema()
878 sc = rcu_dereference(ns->schema); in ioam6_fill_trace_data()
/linux-6.1.9/Documentation/devicetree/bindings/arm/
Ddigicolor.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dbitmain.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dlinux,dummy-virt.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dmoxart.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dsti.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#

12345678910>>...100