Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/net/lib/py/
H A Dynl.py37 schema='', recv_size=recv_size)
43 schema='', recv_size=recv_size)
49 schema='', recv_size=recv_size)
54 schema='', recv_size=recv_size)
/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c447 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument
449 struct rdt_resource *r = schema->res; in show_doms()
457 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms()
466 schema->conf_type); in show_doms()
478 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
486 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
487 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show()
502 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
503 if (closid < schema->num_closid) in rdtgroup_schemata_show()
504 show_doms(s, schema, closid); in rdtgroup_schemata_show()
/linux/tools/testing/selftests/resctrl/
H A Dresctrlfs.c592 char controlgroup[1024], reason[128], schema[1024] = {}; in write_schemata() local
613 schema_len = snprintf(schema, sizeof(schema), "%s:%d=%s\n", in write_schemata()
615 if (schema_len < 0 || schema_len >= sizeof(schema)) { in write_schemata()
630 if (write(fd, schema, schema_len) < 0) { in write_schemata()
641 schema[schema_len - 1] = 0; in write_schemata()
643 ksft_print_msg("Write schema \"%s\" to resctrl FS%s%s\n", in write_schemata()
644 schema, ret ? " # " : "", in write_schemata()
/linux/Documentation/devicetree/bindings/clock/
H A 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
/linux/Documentation/devicetree/bindings/
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
H A 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
H A Dsubmitting-patches.rst27 2) DT binding files are written in DT schema format using json-schema
33 See Documentation/devicetree/bindings/writing-schema.rst for more details
34 about schema and tools setup.
H A Dgraph.txt1 This file has moved to graph.yaml in dt-schema repo
H A Dindex.rst9 writing-schema
/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst24 This document describes details of the schema.
34 There are four schema levels for Netlink specs, from the simplest used
42 customization of define and enum type and value names; this schema should
45 - ``genetlink-legacy`` - Generic Netlink catch all schema supporting quirks of
47 - ``netlink-raw`` - catch all schema supporting pre-Generic Netlink protocols
56 YAML schema has the following conceptual sections:
64 Most properties in the schema accept (or in fact require) a ``doc``
68 schema. See the documentation of :doc:`genetlink-c <c-code-gen>`
92 The schema level, default is ``genetlink``, which is the only value
H A Dnetlink-raw.rst14 The netlink-raw schema extends the :doc:`genetlink-legacy <genetlink-legacy>`
15 schema with properties that are needed to specify the protocol numbers and
166 make use of nested struct definitions. The ``netlink-raw`` schema makes it
/linux/tools/testing/selftests/net/
H A Dioam6.sh307 ioam schema add ${ALPHA[8]} "${ALPHA[9]}" &>/dev/null
309 ioam namespace set 123 schema ${ALPHA[8]} &>/dev/null
497 ioam namespace set 123 schema ${ALPHA[8]} &>/dev/null
641 ioam schema show 2>/dev/null | grep -wq ${ALPHA[8]}
653 ioam schema show 2>/dev/null | grep -q "$sc_data"
673 ioam schema show 2>/dev/null | grep -wq 123
/linux/tools/net/ynl/
H A Dcli.py36 parser.add_argument('--schema', dest='schema', type=str)
37 parser.add_argument('--no-schema', action='store_true')
74 args.schema = ''
80 ynl = YnlFamily(args.spec, args.schema, args.process_unknown,
H A Dethtool.py161 schema = os.path.join(script_abs_dir,
164 ynl = YnlFamily(spec, schema)
/linux/Documentation/driver-api/media/drivers/
H 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/include/net/
H A Dioam6.h22 struct ioam6_schema __rcu *schema; member
/linux/drivers/gpu/drm/msm/
H A DKconfig62 bool "Validate XML register files against schema"
66 Validate XML files with register definitions against rules-fd schema.
/linux/scripts/
H A DMakefile.dtbs67 DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.json
/linux/tools/net/ynl/lib/
H A Dnlspec.py389 netlink-raw schema. Genetlink families use dynamic ID allocation
454 schema = yaml.safe_load(stream)
459 jsonschema.validate(self.yaml, schema)
H A Dynl.py462 def __init__(self, def_path, schema=None, process_unknown=False, argument
464 super().__init__(def_path, schema)
/linux/Documentation/dev-tools/
H A Dgpio-sloppy-logic-analyzer.rst45 debugging, there is no official schema::
/linux/Documentation/i2c/busses/
H A Di2c-parport.rst45 a sample electronics schema (credits go to Sylvain Munaut)::
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dgraph.rst172 https://github.com/devicetree-org/dt-schema/blob/main/schemas/graph.yaml,
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h499 uint32_t schema; member
/linux/Documentation/process/
H A Dmaintainer-soc.rst164 "Running checks" of Documentation/devicetree/bindings/writing-schema.rst for

12