Home
last modified time | relevance | path

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

12345678910>>...14

/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.py100 DECLARATION = 2 #: We have seen a declaration which might not be done.
112 "DECLARATION",
476 # of the declaration.
500 # declaration, we want to not be fooled by any white space inside
515 # type declaration.
612 struct_members = KernRe(r'(struct|union)' # 0: declaration type
615 r'([^\{\}]*)' # 3: Contents of declaration
617 r'([^\{\};]*)(;)') # 5: Remaining stuff after declaration
677 # 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
554 declaration = args.get('definition', "")
573 declaration = declaration.replace("\t", self.lineprefix)
576 self.data += f"{declaration}{self.lineprefix}" + "};\n\n"
1138 declaration = definition.replace("\t", " ")
1139 declaration = KernRe(r"\n").sub('"\n.br\n.BI "', declaration)
1143 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/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/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.
/linux/arch/powerpc/platforms/86xx/
H A Dmpc86xx.h10 * Declaration for the various functions exported by the
/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.h16 * QNAP TS-x09 Boards ethernet declaration

12345678910>>...14