Home
last modified time | relevance | path

Searched full:declaration (Results 1 – 25 of 347) 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_params.h63 /* Forward declaration from "pvr_device.h". */
66 /* Forward declaration from <linux/dcache.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. */
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py235 DECLARATION = 2 # We have seen a declaration which might not be done variable in state
246 "DECLARATION",
575 # of the declaration.
599 # declaration, we want to not be fooled by any white space inside
614 # type declaration.
704 struct_members = KernRe(r'(struct|union)' # 0: declaration type
707 r'([^\{\}]*)' # 3: Contents of declaration
709 r'([^\{\};]*)(;)') # 5: Remaining stuff after declaration
769 # At the end of the s_id loop, replace the original declaration with
781 # Format the struct declaration into a standard form for inclusion in the
[all …]
H A Dkdoc_output.py152 Checks if a declaration should be output or not based on the
495 declaration = args.get('definition', "")
514 declaration = declaration.replace("\t", self.lineprefix)
517 self.data += f"{declaration}{self.lineprefix}" + "};\n\n"
802 declaration = definition.replace("\t", " ")
803 declaration = KernRe(r"\n").sub('"\n.br\n.BI "', declaration)
807 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__.py81 """Emit declaration header boilerplate"""
101 """Emit one function declaration for this XDR type"""
102 raise NotImplementedError("Declaration generation not supported")
H A Dprogram.py43 template = environment.get_template("declaration/argument.j2")
53 template = environment.get_template("declaration/result.j2")
131 """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")
274 """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>>...14