Home
last modified time | relevance | path

Searched full:declaration (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/Linux-v5.15/fs/ntfs3/
DMakefile9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/Linux-v5.15/scripts/genksyms/
Dparse.y3 * C global declaration parser for genksyms.
116 declaration
117 | declaration_seq declaration
120 declaration:
294 error_with_pos("unexpected second declaration name");
303 error_with_pos("unexpected second declaration name");
/Linux-v5.15/include/linux/
Dpercpu-defs.h98 * Normal declaration and definition macros.
108 * Variant on the per-CPU variable declaration/definition theme used for
118 * Declaration/definition used for per-CPU variables that must come first in
128 * Declaration/definition used for per-CPU variables that must be cacheline
155 * Declaration/definition used for per-CPU variables that must be page aligned.
166 * Declaration/definition used for per-CPU variables that must be read mostly.
175 * Declaration/definition used for per-CPU variables that should be accessed
/Linux-v5.15/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst234 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-v5.15/tools/lib/bpf/
Dbtf_dump.c48 /* emitting state used to determine the need for forward declaration */
50 /* whether forward declaration was already emitted */
253 * pointer and could be satisfied with just a forward declaration.
289 * type declaration; or as a top-level anonymous enum, typically used for
393 * it's enough to just have a forward declaration of struct A at the time of
399 * struct A {}; // if this was forward-declaration: compilation error
447 * declaration);
475 /* type loop, but resolvable through fwd declaration */ in btf_dump_order_type()
656 * declaration.
685 * part of - then no need for fwd declaration in btf_dump_emit_type()
[all …]
/Linux-v5.15/sound/soc/codecs/
Dsti-sas.c66 const struct snd_soc_dapm_widget *dapm_widgets; /* dapms declaration */
67 const int num_dapm_widgets; /* dapms declaration */
68 const struct snd_soc_dapm_route *dapm_routes; /* route declaration */
69 const int num_dapm_routes; /* route declaration */
/Linux-v5.15/scripts/
Dkernel-doc135 # of the declaration; the struct/union/enum/typedef must always precede
381 #declaration types: can be
776 my $declaration = $args{'definition'};
777 $declaration =~ s/\t/ /g;
778 $declaration =~ s/\n/"\n.br\n.BI \"/g;
781 print ".BI \"$declaration\n};\n.br\n\n";
1120 my $declaration = $args{'definition'};
1121 $declaration =~ s/\t/ /g;
1122 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1196 # takes a declaration (struct, union, enum, typedef) and
[all …]
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.h7 /* File aq_ethtool.h: Declaration of ethertool related functions. */
Daq_drvinfo.h8 /* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/
/Linux-v5.15/arch/arm/mach-orion5x/
Dtsx09-common.h16 * QNAP TS-x09 Boards ethernet declaration
/Linux-v5.15/arch/arm/mach-alpine/
Dalpine_machine.c3 * Machine declaration for Alpine platforms.
/Linux-v5.15/arch/powerpc/platforms/86xx/
Dmpc86xx.h10 * Declaration for the various functions exported by the
/Linux-v5.15/Documentation/driver-api/driver-model/
Ddriver.rst23 Declaration section in Device Drivers
27 allocated. Below is an example declaration of the eepro100
28 driver. This declaration is hypothetical only; it relies on the driver
/Linux-v5.15/arch/openrisc/include/asm/
Ddelay.h7 * declaration.
Dmmu.h7 * declaration.
Dlinkage.h7 * declaration.
Dirq.h7 * declaration.
Dirqflags.h7 * declaration.
Dcpuinfo.h7 * declaration.
Dtimex.h7 * declaration.
Dtlb.h7 * declaration.
Dcache.h7 * declaration.
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.h7 /* File hw_atl_a0.h: Declaration of abstract interface for Atlantic hardware
/Linux-v5.15/Documentation/devicetree/bindings/sound/
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-v5.15/arch/openrisc/kernel/
Dsys_call_table.c7 * declaration.

12345678910>>...15