| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ynl.py | 32 # 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/Documentation/devicetree/bindings/clock/ |
| H A D | clock-bindings.txt | 1 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 | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
| H A D | graph.txt | 1 This file has moved to graph.yaml in dt-schema repo
|
| H A D | index.rst | 9 writing-schema
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 117 parser.add_argument('--schema', dest='schema', type=str) 118 parser.add_argument('--no-schema', action='store_true') 164 args.schema = '' 179 SpecFamily(spec, args.schema) 186 if args.schema is None and spec.startswith(sys_schema_dir): 187 args.schema = '' # disable schema validation when installed 191 ynl = YnlFamily(spec, args.schema, args.process_unknown,
|
| H A D | ethtool.py | 162 schema = os.path.join(schema_dir(), 'genetlink-legacy.yaml') 164 ynl = YnlFamily(spec, schema)
|
| /linux/net/ipv6/ |
| H A D | ioam6.c | 179 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() 939 sc = rcu_dereference(ns->schema); in ioam6_fill_trace_data()
|
| /linux/include/net/ |
| H A D | ioam6.h | 22 struct ioam6_schema __rcu *schema; member
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A 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/Documentation/core-api/kho/ |
| H A D | concepts.rst | 27 KHO is still under development. The FDT schema is unstable and would change
|
| /linux/Documentation/dev-tools/ |
| H A D | gpio-sloppy-logic-analyzer.rst | 45 debugging, there is no official schema::
|
| H A D | checkpatch.rst | 1232 DT bindings moved to a json-schema based format instead of 1235 See: https://www.kernel.org/doc/html/latest/devicetree/bindings/writing-schema.html
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-parport.rst | 45 a sample electronics schema (credits go to Sylvain Munaut)::
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | graph.rst | 169 https://github.com/devicetree-org/dt-schema/blob/main/schemas/graph.yaml,
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 475 def __init__(self, def_path, schema=None, process_unknown=False, 477 super().__init__(def_path, schema) 467 __init__(self, def_path, schema=None, process_unknown=False, recv_size=0) global() argument
|
| /linux/Documentation/process/ |
| H A D | maintainer-soc.rst | 166 "Running checks" of Documentation/devicetree/bindings/writing-schema.rst for
|
| /linux/Documentation/bpf/ |
| H A D | ringbuf.rst | 146 This reserve/commit schema allows a natural way for multiple producers, either
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 1998 return sysfs_emit(buf, "schema: 0x%x\n", con->schema); in amdgpu_ras_sysfs_schema_show() 2286 static DEVICE_ATTR(schema, 0444, 4296 con->schema = 0; in amdgpu_ras_init() 4369 con->schema = amdgpu_get_ras_schema(adev); in amdgpu_ras_init()
|
| /linux/Documentation/i2c/ |
| H A D | i2c-sysfs.rst | 297 Take it further, it is possible to design a logical I2C bus number schema that
|
| /linux/Documentation/crypto/ |
| H A D | userspace-if.rst | 57 calls. This includes the generic vs. unique naming schema for ciphers as
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 3765 schema = "information_schema" 3768 schema = "public" 3769 …CT column_name FROM information_schema.columns WHERE table_schema = '" + schema + "' and table_nam…
|
| /linux/Documentation/networking/ |
| H A D | can.rst | 979 schema for the CAN FD frames a new flag 'CAN_FD_FRAME' in the bcm_msg_head
|