| /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/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 788 def format_struct_decl(self, declaration): argument 797 declaration = KernRe(r'([\{;])').sub(r'\1\n', declaration) 798 declaration = KernRe(r'\}\s+;').sub('};', declaration) 803 while r.search(declaration): 804 declaration = r.sub(r'\1,\n\2', declaration) 809 def_args = declaration.split('\n') 811 declaration = "" 818 declaration += "\t" * level 819 declaration += "\t" + clause + "\n" 822 return declaration [all …]
|
| H A D | kdoc_output.py | 554 declaration = args.get('definition', "") 573 declaration = declaration.replace("\t", self.lineprefix) 1138 declaration = definition.replace("\t", " ") 1139 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 | 419 declaration: _XdrDeclaration 423 return self.declaration.max_width() 427 return self.declaration.symbolic_width() 430 if isinstance(self.declaration, _XdrBasic): 431 new_type = self.declaration 862 yield value.declaration.name, value.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/bpf/ |
| H A D | prog_sk_lookup.rst | 89 Refer to ``struct bpf_sk_lookup`` declaration in ``linux/bpf.h`` user API
|
| H A D | kfuncs.rst | 468 function matching the kernel declaration (with _impl suffix in the 474 Example declaration:
|
| /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/scsi/ |
| H A D | ChangeLog.arcmsr | 80 ** 1. add conditional declaration for
|
| /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/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/tools/perf/pmu-events/ |
| H A D | README | 83 2. The 'pmu-events.h' has an extern declaration for the mapping table
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_user_helpers.rst | 47 Reference declaration::
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 30 whose prototypes are described in a tracepoint declaration placed in a
|
| /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/arch/arm/nwfpe/ |
| H A D | softfloat-specialize | 35 (The declaration in `softfloat.h' must match the `int8' type here.)
|
| /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_exit_info'
|
| /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
|
| H A D | simple.txt | 125 RCU uses DEFINE_PER_CPU*() declaration to create a number of per-CPU
|
| /linux/Documentation/scheduler/ |
| H A D | completion.rst | 102 For static declaration and initialization, macros are available.
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fallback-mechanisms.rst | 239 2. Add an extern declaration for the dmi_system_id array to
|