| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_vm.h | 13 /* 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 D | pvr_sync.h | 9 /* 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 D | pvr_debugfs.h | 7 /* Forward declaration from <drm/drm_drv.h>. */ 11 /* Forward declaration from "pvr_device.h". */ 14 /* Forward declaration from <linux/dcache.h>. */
|
| H A D | pvr_mmu.h | 10 /* 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 D | pvr_cccb.h | 15 /* Forward declaration from pvr_device.h. */ 18 /* Forward declaration from pvr_gem.h. */ 21 /* Forward declaration from pvr_hwrt.h. */
|
| H A D | pvr_vm_mips.h | 7 /* Forward declaration from pvr_device.h. */ 10 /* Forward declaration from pvr_gem.h. */
|
| H A D | pvr_free_list.h | 17 /* Forward declaration from pvr_gem.h. */ 20 /* Forward declaration from pvr_gem.h. */ 23 /* Forward declaration from pvr_hwrt.h. */
|
| H A D | pvr_ccb.h | 12 /* Forward declaration from pvr_device.h. */ 15 /* Forward declaration from pvr_gem.h. */
|
| H A D | pvr_params.h | 63 /* Forward declaration from "pvr_device.h". */ 66 /* Forward declaration from <linux/dcache.h>. */
|
| H A D | pvr_hwrt.h | 17 /* Forward declaration from pvr_free_list.h. */ 20 /* Forward declaration from pvr_gem.h. */
|
| H A D | pvr_job.h | 17 /* Forward declaration from "pvr_context.h". */ 27 /* Forward declaration from "pvr_queue.h". */
|
| H A D | pvr_fw_startstop.h | 7 /* Forward declaration from pvr_device.h. */
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 235 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 D | kdoc_output.py | 152 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 D | Build | 6 …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 D | Build | 3 # -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__.py | 81 """Emit declaration header boilerplate""" 101 """Emit one function declaration for this XDR type""" 102 raise NotImplementedError("Declaration generation not supported")
|
| H A D | program.py | 43 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 D | union.py | 16 """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 D | Makefile | 9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
|
| /linux/scripts/genksyms/ |
| H A D | parse.y | 3 * 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 D | vmcoreinfo.rst | 234 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 D | driver.rst | 23 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 D | st,sti-asoc-card.txt | 7 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 D | alpine_machine.c | 3 * Machine declaration for Alpine platforms.
|