Home
last modified time | relevance | path

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

12345678910>>...15

/linux/drivers/gpu/drm/imagination/
H A 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> */
H A 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". */
H A Dpvr_debugfs.h7 /* Forward declaration from <drm/drm_drv.h>. */
11 /* Forward declaration from "pvr_device.h". */
14 /* Forward declaration from <linux/dcache.h>. */
H A 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> */
H A Dpvr_cccb.h15 /* Forward declaration from pvr_device.h. */
18 /* Forward declaration from pvr_gem.h. */
21 /* Forward declaration from pvr_hwrt.h. */
H A Dpvr_vm_mips.h7 /* Forward declaration from pvr_device.h. */
10 /* Forward declaration from pvr_gem.h. */
H A Dpvr_free_list.h17 /* Forward declaration from pvr_gem.h. */
20 /* Forward declaration from pvr_gem.h. */
23 /* Forward declaration from pvr_hwrt.h. */
H A Dpvr_ccb.h12 /* Forward declaration from pvr_device.h. */
15 /* Forward declaration from pvr_gem.h. */
H A Dpvr_hwrt.h17 /* Forward declaration from pvr_free_list.h. */
20 /* Forward declaration from pvr_gem.h. */
H A Dpvr_job.h17 /* Forward declaration from "pvr_context.h". */
27 /* Forward declaration from "pvr_queue.h". */
H A Dpvr_fw_startstop.h7 /* Forward declaration from pvr_device.h. */
H A Dpvr_fw_meta.h9 /* Forward declaration from pvr_device.h */
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py236 DECLARATION = 2 #: We have seen a declaration which might not be done.
248 "DECLARATION",
603 # of the declaration.
627 # declaration, we want to not be fooled by any white space inside
642 # type declaration.
739 struct_members = KernRe(r'(struct|union)' # 0: declaration type
742 r'([^\{\}]*)' # 3: Contents of declaration
744 r'([^\{\};]*)(;)') # 5: Remaining stuff after declaration
804 # At the end of the s_id loop, replace the original declaration wit
235 DECLARATION = 2 # We have seen a declaration which might not be done global() variable in state
784 format_struct_decl(self, declaration) global() argument
[all...]
H A Dkdoc_output.py157 Checks if a declaration should be output or not based on the
531 declaration = args.get('definition', "")
550 declaration = declaration.replace("\t", self.lineprefix)
553 self.data += f"{declaration}{self.lineprefix}" + "};\n\n"
858 declaration = definition.replace("\t", " ")
859 declaration = KernRe(r"\n").sub('"\n.br\n.BI "', declaration)
863 self.data += f'.BI "{declaration}\n' + "};\n.br\n\n"
/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/net/sunrpc/xdrgen/generators/
H A D__init__.py84 """Emit declaration header boilerplate"""
104 """Emit one function declaration for this XDR type"""
105 raise NotImplementedError("Declaration generation not supported")
H A Dprogram.py44 template = environment.get_template("declaration/argument.j2")
54 template = environment.get_template("declaration/result.j2")
135 """Emit a declaration pair for each of an RPC programs's procedures"""
H A Dunion.py16 """Emit one declaration pair for an XDR union type"""
18 template = get_jinja2_template(environment, "declaration", "close")
349 """Emit one declaration pair for an XDR union"""
/linux/fs/ntfs3/
H A DMakefile9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux/scripts/genksyms/
H A Dparse.y3 * C global declaration parser for genksyms.
119 declaration
120 | declaration_seq declaration
123 declaration:
314 error_with_pos("unexpected second declaration name");
/linux/Documentation/admin-guide/kdump/
H A 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/Documentation/driver-api/driver-model/
H A 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/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/arch/arm/mach-alpine/
H A Dalpine_machine.c3 * Machine declaration for Alpine platforms.

12345678910>>...15