| /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_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. */
|
| H A D | pvr_fw_meta.h | 9 /* Forward declaration from pvr_device.h */
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 100 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 D | kdoc_output.py | 157 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 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 | 84 """Emit declaration header boilerplate""" 104 """Emit one function declaration for this XDR type""" 105 raise NotImplementedError("Declaration generation not supported")
|
| H A D | program.py | 44 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 D | union.py | 16 """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 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/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.
|
| /linux/arch/powerpc/platforms/86xx/ |
| H A D | mpc86xx.h | 10 * Declaration for the various functions exported by the
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | tsx09-common.h | 16 * QNAP TS-x09 Boards ethernet declaration
|