Searched +full:- +full:- +full:- +full:module2 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause3 ---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-ic25 interrupt-controller: true27 '#interrupt-cells':41 +-----+ +-------+ +---------+---module042 | GIC |---| INTC0 |--+--| INTC1_0 |---module2[all …]
4 * Copyright 2002-2004 Rusty Russell, IBM Corporation5 * Copyright 2006-2008 Sam Ravnborg6 * Based in part on module-init-tools/depmod.c,file2alias11 * 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-compile73 #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 …]