Searched refs:schema (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/Documentation/devicetree/ |
D | writing-schema.rst | 3 Writing DeviceTree Bindings in json-schema 6 Devicetree bindings are written using json-schema vocabulary. Schema files are 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 29 Indicates the meta-schema the schema file adheres to. [all …]
|
D | index.rst | 11 writing-schema
|
/Linux-v5.10/Documentation/devicetree/bindings/ |
D | Makefile | 4 DT_MK_SCHEMA ?= dt-mk-schema 23 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.json 58 $(obj)/processed-schema-examples.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE 66 $(obj)/processed-schema.json: $(obj)/processed-schema-examples.json FORCE 75 $(obj)/processed-schema.json: DT_MK_SCHEMA_FLAGS := -u 76 $(obj)/processed-schema.json: $(DT_SCHEMA_FILES) check_dtschema_version FORCE 81 extra-$(CHECK_DT_BINDING) += processed-schema-examples.json 82 extra-$(CHECK_DTBS) += processed-schema.json
|
D | .gitignore | 3 processed-schema*.yaml 4 processed-schema*.json
|
D | submitting-patches.rst | 22 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.
|
/Linux-v5.10/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 504 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local 532 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata() 534 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata() 544 if (fprintf(fp, "%s\n", schema) < 0) { in write_schemata() 555 ret ? "not " : "", schema, ret ? " # " : "", in write_schemata()
|
/Linux-v5.10/Documentation/driver-api/media/drivers/ |
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-v5.10/scripts/dtc/ |
D | Makefile | 16 $(error dtc needs libyaml for DT schema validation support. \
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | armada-385-turris-omnia.dts | 8 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf
|
/Linux-v5.10/Documentation/i2c/busses/ |
D | i2c-parport.rst | 45 a sample electronics schema (credits go to Sylvain Munaut)::
|
/Linux-v5.10/scripts/ |
D | Makefile.lib | 331 DT_TMP_SCHEMA ?= $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
|
/Linux-v5.10/Documentation/bpf/ |
D | ringbuf.rst | 146 This reserve/commit schema allows a natural way for multiple producers, either
|
/Linux-v5.10/Documentation/crypto/ |
D | userspace-if.rst | 57 calls. This includes the generic vs. unique naming schema for ciphers as
|
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 3755 schema = "information_schema" 3758 schema = "public" 3759 …CT column_name FROM information_schema.columns WHERE table_schema = '" + schema + "' and table_nam…
|
/Linux-v5.10/Documentation/networking/ |
D | can.rst | 940 schema for the CAN FD frames a new flag 'CAN_FD_FRAME' in the bcm_msg_head
|