Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 25 of 33) sorted by relevance

12

/linux/tools/perf/util/scripting-engines/
H A DBuild6 …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 DBuild3 # -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 Dkdoc_parser.py788 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 Dkdoc_output.py554 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 Dparse.y119 declaration
120 | declaration_seq declaration
123 declaration:
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py419 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 DBuild3 …Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-function-cast -Wno-declaration-after-statement…
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sti-asoc-card.txt7 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 Dgpio-properties.rst155 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 Dprog_sk_lookup.rst89 Refer to ``struct bpf_sk_lookup`` declaration in ``linux/bpf.h`` user API
H A Dkfuncs.rst468 function matching the kernel declaration (with _impl suffix in the
474 Example declaration:
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst31 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 DChangeLog.arcmsr80 ** 1. add conditional declaration for
/linux/Documentation/sound/hd-audio/
H A Dintel-multi-link.rst19 The only change to the 2015 definitions is the declaration of the
/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst27 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 DREADME83 2. The 'pmu-events.h' has an extern declaration for the mapping table
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst47 Reference declaration::
/linux/Documentation/trace/
H A Dtracepoints.rst30 whose prototypes are described in a tracepoint declaration placed in a
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst171 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 Dsoftfloat-specialize35 (The declaration in `softfloat.h' must match the `int8' type here.)
/linux/tools/sched_ext/
H A DREADME.md238 /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 Daccess-marking.txt217 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 Dsimple.txt125 RCU uses DEFINE_PER_CPU*() declaration to create a number of per-CPU
/linux/Documentation/scheduler/
H A Dcompletion.rst102 For static declaration and initialization, macros are available.
/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst239 2. Add an extern declaration for the dmi_system_id array to

12