| /linux/tools/net/sunrpc/xdrgen/grammars/ |
| H A D | xdr.lark | 4 declaration : "opaque" identifier "[" value "]" -> fixed_length_opaque 56 struct_body : "{" ( declaration ";" )+ "}" 62 switch_spec : "switch" "(" declaration ")" 64 case_spec : ( "case" value ":" )+ declaration ";" 66 default_spec : "default" ":" declaration ";" 70 type_def : "typedef" declaration ";" -> typedef
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | Build | 6 …ted-externs -Wno-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement… 8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/ |
| H A D | Build | 3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft… 4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | typedef.py | 255 emit_typedef_declaration(self.environment, node.declaration) 259 emit_type_definition(self.environment, node.declaration) 263 emit_typedef_decoder(self.environment, node.declaration) 267 emit_typedef_encoder(self.environment, node.declaration) 271 emit_typedef_maxsize(self.environment, node.declaration)
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 815 def format_struct_decl(self, declaration): argument 824 declaration = KernRe(r'([\{;])').sub(r'\1\n', declaration) 825 declaration = KernRe(r'\}\s+;').sub('};', declaration) 830 while r.search(declaration): 831 declaration = r.sub(r'\1,\n\2', declaration) 836 def_args = declaration.split('\n') 838 declaration = "" 845 declaration += "\t" * level 846 declaration += "\t" + clause + "\n" 849 return declaration [all …]
|
| H A D | kdoc_output.py | 531 declaration = args.get('definition', "") 550 declaration = declaration.replace("\t", self.lineprefix) 858 declaration = definition.replace("\t", " ") 859 declaration = KernRe(r"\n").sub('"\n.br\n.BI "', declaration)
|
| /linux/scripts/genksyms/ |
| H A D | parse.y | 119 declaration 120 | declaration_seq declaration 123 declaration:
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 409 declaration: _XdrDeclaration 413 return self.declaration.max_width() 417 return self.declaration.symbolic_width() 420 if isinstance(self.declaration, _XdrBasic): 421 new_type = self.declaration
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 234 declaration of the structure. 247 requiring the declaration of the structure. 260 the declaration of the structure. 274 requiring the declaration of the structure. 287 the declaration of the structure. 300 requiring the declaration of the structure. 314 architecture-specific declaration.
|
| /linux/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A D | Build | 3 …Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement…
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | st,sti-asoc-card.txt | 7 generic ASoC simple card. For details about sound card declaration please refer to 120 Example of audio card declaration:
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | gpio-properties.rst | 155 The ``gpio-line-names`` declaration is a list of strings ("names"), which 157 a package, must be inserted inside the GPIO controller declaration of an ACPI 185 At runtime, the above declaration produces the following result (using the
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_synthesis.rst | 65 The wip.c file contains the monitor declaration and the starting point for 107 The first sets up functions declaration for a global deterministic automata
|
| /linux/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 89 Refer to ``struct bpf_sk_lookup`` declaration in ``linux/bpf.h`` user API
|
| /linux/Documentation/i2c/ |
| H A D | instantiating-devices.rst | 31 On platforms using devicetree, the declaration of I2C devices is done in 253 While this interface should only be used when in-kernel device declaration
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | driver.rst | 27 allocated. Below is an example declaration of the eepro100 28 driver. This declaration is hypothetical only; it relies on the driver
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | intel-multi-link.rst | 19 The only change to the 2015 definitions is the declaration of the
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 80 ** 1. add conditional declaration for
|
| /linux/tools/perf/pmu-events/ |
| H A D | README | 83 2. The 'pmu-events.h' has an extern declaration for the mapping table
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 171 A declaration can change into a full definition when additional includes 175 `declonly` rule can be used to specify a type as declaration-only, even
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 30 whose prototypes are described in a tracepoint declaration placed in a
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_user_helpers.rst | 47 Reference declaration::
|
| /linux/arch/arm/nwfpe/ |
| H A D | softfloat-specialize | 35 (The declaration in `softfloat.h' must match the `int8' type here.)
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 217 Adding the __data_racy type qualifier to the declaration of a variable 223 Note well that __data_racy is subject to the same pointer-declaration
|
| /linux/tools/sched_ext/ |
| H A D | README.md | 238 /path/to/sched_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx…
|