/Linux-v5.15/Documentation/devicetree/bindings/ |
D | writing-schema.rst | 3 Writing Devicetree Bindings in json-schema 6 Devicetree bindings are written using json-schema vocabulary. Schema files are 11 Also see :ref:`example-schema`. 13 Schema Contents 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 of the current schema file's '$id' value. A URL is used even for local files, [all …]
|
D | example-schema.yaml | 5 # 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 …]
|
D | Makefile | 4 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 $@ 61 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE 66 # Unless DT_SCHEMA_FILES is specified, use the full schema for dtbs_check too. 67 # Just copy processed-schema-examples.json 69 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE 76 # If DT_SCHEMA_FILES is specified, use it for processed-schema.json 78 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u [all …]
|
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.
|
D | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
D | graph.txt | 1 This file has moved to graph.yaml in dt-schema repo
|
D | index.rst | 8 writing-schema
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
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
|
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-v5.15/arch/x86/kernel/cpu/resctrl/ |
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-v5.15/Documentation/devicetree/bindings/input/ |
D | input.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common input schema binding
|
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-v5.15/Documentation/devicetree/bindings/pci/ |
D | pci-ep.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PCI Endpoint Controller Schema
|
/Linux-v5.15/Documentation/devicetree/bindings/reset/ |
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-v5.15/Documentation/devicetree/bindings/clock/ |
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-v5.15/Documentation/devicetree/bindings/iio/adc/ |
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-v5.15/include/linux/ |
D | resctrl.h | 179 * @conf_type: Whether this schema is specific to code/data. 181 * the hardware that is configured by this schema. 182 * @num_closid: The number of closid that can be used with this schema. When
|
/Linux-v5.15/net/ipv6/ |
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() 861 * if the current IOAM namespace has an active schema attached to it in ioam6_fill_trace_data() 863 sc = rcu_dereference(ns->schema); in ioam6_fill_trace_data()
|
/Linux-v5.15/tools/testing/selftests/net/ |
D | ioam6.sh | 65 # | Schema ID | 777 | 67 # | Schema Data | something that will be 4n-aligned | 90 # | Schema ID | 666 | 92 # | Schema Data | Hello there -Obi | 115 # | Schema ID | 0xffffff (= None) | 117 # | Schema Data | | 138 777 # Schema ID (0xffffff = None) 139 "something that will be 4n-aligned" # Schema Data 287 ip -netns ioam-node-alpha ioam schema add ${ALPHA[8]} "${ALPHA[9]}" 288 ip -netns ioam-node-alpha ioam namespace set 123 schema ${ALPHA[8]} [all …]
|
/Linux-v5.15/tools/testing/selftests/resctrl/ |
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() 547 ksft_print_msg("Write schema \"%s\" to resctrl FS%s%s\n", in write_schemata() 548 schema, ret ? " # " : "", in write_schemata()
|
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | pincfg-node.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic pin configuration node schema
|
D | pinmux-node.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic pin multiplexing node schema
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/ |
D | digicolor.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
D | bitmain.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
D | axxia.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|