Home
last modified time | relevance | path

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

12345678910>>...62

/linux/Documentation/devicetree/bindings/
A Dwriting-schema.rst16 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 Dexample-schema.yaml10 $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 DMakefile4 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.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
A 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.
A Dgraph.txt1 This file has moved to graph.yaml in dt-schema repo
A Dindex.rst8 writing-schema
/linux/arch/x86/kernel/cpu/resctrl/
A Dctrlmondata.c441 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 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
A 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
/linux/tools/testing/selftests/resctrl/
A 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/Documentation/devicetree/bindings/input/
A Dinput.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Common input schema binding
A Dadc-joystick.yaml6 $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 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/Documentation/devicetree/bindings/clock/
A 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/Documentation/devicetree/bindings/iio/adc/
A 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/net/ipv6/
A Dioam6.c181 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 Ddigicolor.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
A Dbitmain.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
A Dmoxart.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/linux/Documentation/driver-api/media/drivers/
A Dpxa_camera.rst35 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 Dbrcm,bcm11351.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
A Dbrcm,bcm21664.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
A Dbrcm,bcm23550.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/linux/tools/testing/selftests/net/
A Dioam6.sh316 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]}

Completed in 31 milliseconds

12345678910>>...62