Home
last modified time | relevance | path

Searched +full:- +full:- +full:- +full:module2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
Daspeed,ast2700-intc.yaml1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/aspeed,ast2700-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Kevin Chen <[email protected]>
20 - aspeed,ast2700-intc-ic
25 interrupt-controller: true
27 '#interrupt-cells':
41 +-----+ +-------+ +---------+---module0
42 | GIC |---| INTC0 |--+--| INTC1_0 |---module2
[all …]
/linux-6.14.4/scripts/mod/
Dmodpost.c4 * Copyright 2002-2004 Rusty Russell, IBM Corporation
5 * Copyright 2006-2008 Sam Ravnborg
6 * Based in part on module-init-tools/depmod.c,file2alias
11 * Usage: modpost vmlinux module1.o module2.o ...
47 /* Trim EXPORT_SYMBOLs that are unused by in-tree modules */
70 * here we use Elf_Addr instead of long for covering cross-compile
73 #define MODULE_NAME_LEN (64 - sizeof(Elf_Addr))
98 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
132 nbytes -= bytes_read; in read_text_file()
167 if (!strcmp(mod->dump_file, filename) && in find_module()
[all …]