Home
last modified time | relevance | path

Searched full:schema (Results 1 – 25 of 3364) sorted by relevance

12345678910>>...135

/linux/tools/testing/selftests/net/lib/py/
H A Dynl.py32 # Set schema='' to avoid jsonschema validation, it's slow
37 schema='', recv_size=recv_size)
43 schema='', recv_size=recv_size)
48 schema='', recv_size=recv_size)
53 schema='', recv_size=recv_size)
58 schema='', recv_size=recv_size)
63 schema='', recv_size=recv_size)
68 schema='', recv_size=recv_size)
/linux/tools/net/ynl/pyynl/
H A Dcli.py23 raise Exception(f"Schema directory {schema_dir} does not exist")
62 parser.add_argument('--schema', dest='schema', type=str)
63 parser.add_argument('--no-schema', action='store_true')
106 args.schema = ''
114 if args.schema is None and spec.startswith(sys_schema_dir):
115 args.schema = '' # disable schema validation when installed
123 ynl = YnlFamily(spec, args.schema, args.process_unknown,
/linux/Documentation/devicetree/bindings/
H A Dincomplete-devices.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
19 Following list of devices is an incomplete schema with a goal to pass DT schema
253 unlikely to get converted to DT schema.
259 unlikely to get converted to DT schema.
H A D.gitignore3 /processed-schema*.yaml
4 /processed-schema*.json
/linux/fs/resctrl/
H A Dctrlmondata.c384 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() argument
386 struct rdt_resource *r = schema->res; in show_doms()
394 seq_printf(s, "%*s:", max_name_width, schema->name); in show_doms()
403 schema->conf_type); in show_doms()
405 seq_printf(s, schema->fmt_str, dom->hdr.id, ctrl_val); in show_doms()
414 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
422 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
423 seq_printf(s, "%s:uninitialized\n", schema->name); in rdtgroup_schemata_show()
438 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_schemata_show()
439 if (closid < schema->num_closid) in rdtgroup_schemata_show()
[all …]
/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
H 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/tools/perf/scripts/python/
H A Dgecko.py199 # And a schema for interpreting each index.
200 # Schema:
209 "schema": {
222 "schema": {
232 "schema": {
248 "schema": {
314 …# Schema: https://github.com/firefox-devtools/profiler/blob/53970305b51b9b472e26d7457fee1d66cd4e27…
/linux/Documentation/devicetree/bindings/soc/renesas/
H A Drenesas-soc.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
66 # schema hits all compatibles that have at lest one Renesas compatible
68 # that don't match the schema select pattern. For example,
/linux/Documentation/netlink/
H A Dgenetlink.yaml5 $schema: https://json-schema.org/draft-07/schema
26 # Schema for specs
39 description: Schema compatibility level. Default is "genetlink".
H A Dnetlink-raw.yaml5 $schema: https://json-schema.org/draft-07/schema
23 # Schema for specs
36 description: Schema compatibility level.
/linux/Documentation/devicetree/bindings/net/
H A Dlantiq,pef2256.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
93 lantiq,channel-phase = 2, the interleave schema with unused time-slots
98 interleave schema is
102 lantiq,channel-phase = 1, the interleave schema is
H A Dairoha,an7583-mdio.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 The other 2 (that this schema describe) live under the SCU
H A 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/include/linux/
H A Dresctrl.h77 * @s: Resctrl schema for the resource to which this
264 * enum resctrl_schema_fmt - The format user-space provides for a schema.
265 * @RESCTRL_SCHEMA_BITMAP: The schema is a bitmap in hex.
266 * @RESCTRL_SCHEMA_RANGE: The schema is a decimal number.
304 * @schema_fmt: Which format string and parser is used for this schema.
336 * @conf_type: Whether this schema is specific to code/data.
338 * the hardware that is configured by this schema.
339 * @num_closid: The number of closid that can be used with this schema. When
/linux/Documentation/devicetree/bindings/reset/
H 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/interrupt-controller/
H A Dintel,ce4100-ioapic.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
26 This schema defines bindings for I/O APIC interrupt controller.
H A Dintel,ce4100-lapic.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
26 This schema defines bindings for local APIC interrupt controller.
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 reused for each type. Nodes using this schema should generally be nested under
/linux/Documentation/devicetree/bindings/iio/adc/
H 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/
H A Dioam6.c179 sc = rcu_dereference_protected(ns->schema, in ioam6_genl_delns()
226 sc = rcu_dereference(ns->schema); in __ioam6_genl_dumpns_element()
386 rcu_assign_pointer(ns->schema, NULL); in ioam6_genl_delsc()
531 sc_ref = rcu_dereference_protected(ns->schema, in ioam6_genl_ns_set_schema()
535 rcu_assign_pointer(ns->schema, sc); in ioam6_genl_ns_set_schema()
541 rcu_assign_pointer(ns_ref->schema, NULL); in ioam6_genl_ns_set_schema()
937 * if the current IOAM namespace has an active schema attached to it in ioam6_fill_trace_data()
939 sc = rcu_dereference(ns->schema); in ioam6_fill_trace_data()
/linux/Documentation/devicetree/bindings/ata/
H A 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/Documentation/devicetree/bindings/access-controllers/
H A Daccess-controllers.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
38 # always select the core schema
/linux/Documentation/devicetree/bindings/pci/
H A Dsnps,dw-pcie-ep.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 # Please create a separate DT-schema for your DWC PCIe Endpoint controller
88 either by means of the embedded PHY viewport schema or by some
/linux/Documentation/devicetree/bindings/input/
H A Dadc-joystick.yaml6 $schema: http://devicetree.org/meta-schemas/core.yaml#
31 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml

12345678910>>...135