Home
last modified time | relevance | path

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

12345678910>>...15

/linux-5.10/tools/lib/bpf/
Dbtf_dump.c46 /* emitting state used to determine the need for forward declaration */
48 /* whether forward declaration was already emitted */
226 * pointer and could be satisfied with just a forward declaration.
262 * type declaration; or as a top-level anonymous enum, typically used for
365 * it's enough to just have a forward declaration of struct A at the time of
371 * struct A {}; // if this was forward-declaration: compilation error
419 * declaration);
447 /* type loop, but resolvable through fwd declaration */ in btf_dump_order_type()
627 * declaration.
656 * part of - then no need for fwd declaration in btf_dump_emit_type()
[all …]
/linux-5.10/scripts/genksyms/
Dparse.y3 * C global declaration parser for genksyms.
114 declaration
115 | declaration_seq declaration
118 declaration:
291 error_with_pos("unexpected second declaration name");
300 error_with_pos("unexpected second declaration name");
/linux-5.10/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-5.10/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst228 declaration of the structure.
241 requiring the declaration of the structure.
254 the declaration of the structure.
268 requiring the declaration of the structure.
281 the declaration of the structure.
294 requiring the declaration of the structure.
308 architecture-specific declaration.
/linux-5.10/sound/soc/codecs/
Dsti-sas.c69 const struct snd_soc_dapm_widget *dapm_widgets; /* dapms declaration */
70 const int num_dapm_widgets; /* dapms declaration */
71 const struct snd_soc_dapm_route *dapm_routes; /* route declaration */
72 const int num_dapm_routes; /* route declaration */
/linux-5.10/scripts/
Dkernel-doc135 # of the declaration; the struct/union/enum/typedef must always precede
381 #declaration types: can be
765 my $declaration = $args{'definition'};
766 $declaration =~ s/\t/ /g;
767 $declaration =~ s/\n/"\n.br\n.BI \"/g;
770 print ".BI \"$declaration\n};\n.br\n\n";
1108 my $declaration = $args{'definition'};
1109 $declaration =~ s/\t/ /g;
1110 print " " . $args{'type'} . " " . $args{'struct'} . " {\n$declaration };\n\n";
1184 # takes a declaration (struct, union, enum, typedef) and
[all …]
/linux-5.10/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-5.10/arch/arm/mach-orion5x/
Dtsx09-common.h16 * QNAP TS-x09 Boards ethernet declaration
/linux-5.10/arch/arm/mach-alpine/
Dalpine_machine.c3 * Machine declaration for Alpine platforms.
/linux-5.10/arch/powerpc/platforms/86xx/
Dmpc86xx.h10 * Declaration for the various functions exported by the
/linux-5.10/arch/openrisc/include/asm/
Ddelay.h7 * declaration.
Dmmu.h7 * declaration.
Dlinkage.h7 * declaration.
Dirq.h7 * declaration.
Dirqflags.h7 * declaration.
Dtimex.h7 * declaration.
Dtlb.h7 * declaration.
Dcpuinfo.h7 * declaration.
Dcache.h7 * declaration.
/linux-5.10/Documentation/driver-api/driver-model/
Ddriver.rst23 Declaration chapter
27 allocated. Below is an example declaration of the eepro100
28 driver. This declaration is hypothetical only; it relies on the driver
/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.h7 /* File hw_atl_a0.h: Declaration of abstract interface for Atlantic hardware
/linux-5.10/include/clocksource/
Dsamsung_pwm.h13 * Following declaration must be in an ifdef due to this symbol being static
/linux-5.10/arch/openrisc/kernel/
Dsys_call_table.c7 * declaration.
/linux-5.10/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:

12345678910>>...15