Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.8/drivers/gpu/drm/imagination/
Dpvr_vm.h13 /* Forward declaration from "pvr_device.h" */
17 /* Forward declaration from "pvr_gem.h" */
20 /* Forward declaration from "pvr_vm.c" */
23 /* Forward declaration from <uapi/drm/pvr_drm.h> */
26 /* Forward declaration from <drm/drm_exec.h> */
Dpvr_sync.h9 /* Forward declaration from <linux/xarray.h>. */
12 /* Forward declaration from <drm/drm_file.h>. */
15 /* Forward declaration from <drm/gpu_scheduler.h>. */
18 /* Forward declaration from "pvr_device.h". */
Dpvr_debugfs.h7 /* Forward declaration from <drm/drm_drv.h>. */
11 /* Forward declaration from "pvr_device.h". */
14 /* Forward declaration from <linux/dcache.h>. */
Dpvr_mmu.h10 /* Forward declaration from "pvr_device.h" */
13 /* Forward declaration from "pvr_mmu.c" */
17 /* Forward declaration from "pvr_vm.c" */
20 /* Forward declaration from <linux/scatterlist.h> */
Dpvr_fw_trace.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
69 /* Forward declaration from <linux/dcache.h>. */
Dpvr_vm_mips.h7 /* Forward declaration from pvr_device.h. */
10 /* Forward declaration from pvr_gem.h. */
Dpvr_cccb.h15 /* Forward declaration from pvr_device.h. */
18 /* Forward declaration from pvr_gem.h. */
21 /* Forward declaration from pvr_hwrt.h. */
Dpvr_free_list.h17 /* Forward declaration from pvr_gem.h. */
20 /* Forward declaration from pvr_gem.h. */
23 /* Forward declaration from pvr_hwrt.h. */
Dpvr_ccb.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
Dpvr_params.h63 /* Forward declaration from "pvr_device.h". */
66 /* Forward declaration from <linux/dcache.h>. */
Dpvr_hwrt.h17 /* Forward declaration from pvr_free_list.h. */
20 /* Forward declaration from pvr_gem.h. */
Dpvr_job.h17 /* Forward declaration from "pvr_context.h". */
27 /* Forward declaration from "pvr_queue.h". */
Dpvr_fw_startstop.h7 /* Forward declaration from pvr_device.h. */
/linux-6.8/tools/perf/util/scripting-engines/
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-6.8/tools/perf/scripts/python/Perf-Trace-Util/
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-6.8/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-6.8/fs/ntfs3/
DMakefile9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux-6.8/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-6.8/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-6.8/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-6.8/scripts/
Dkernel-doc239 #declaration types: can be
666 my $declaration = $args{'definition'};
667 $declaration =~ s/\t/ /g;
668 $declaration =~ s/\n/"\n.br\n.BI \"/g;
671 print ".BI \"$declaration\n};\n.br\n\n";
1019 my $declaration = $args{'definition'};
1021 $declaration =~ s/\t/$lineprefix/g;
1022 …print $lineprefix . $args{'type'} . " " . $args{'struct'} . " {\n$declaration" . $lineprefix . "};…
1098 # takes a declaration (struct, union, enum, typedef) and
1152 # - first eat non-declaration parameters and rewrite for final match
[all …]
/linux-6.8/tools/lib/bpf/
Dbtf_dump.c49 /* emitting state used to determine the need for forward declaration */
51 /* whether forward declaration was already emitted */
269 * pointer and could be satisfied with just a forward declaration.
305 * type declaration; or as a top-level anonymous enum, typically used for
412 * it's enough to just have a forward declaration of struct A at the time of
418 * struct A {}; // if this was forward-declaration: compilation error
466 * declaration);
494 /* type loop, but resolvable through fwd declaration */ in btf_dump_order_type()
678 * declaration.
707 * part of - then no need for fwd declaration in btf_dump_emit_type()
[all …]
/linux-6.8/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-6.8/arch/arm/mach-alpine/
Dalpine_machine.c3 * Machine declaration for Alpine platforms.
/linux-6.8/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.h7 /* File aq_ethtool.h: Declaration of ethertool related functions. */

12345678910>>...17