/Linux-v6.1/tools/perf/tests/ |
D | pmu-events.c | 23 /* used for matching against event aliases */ 24 /* extra events for aliases */ 40 struct perf_pmu_test_event const *aliases[10]; member 380 pr_debug("testing aliases PMU %s: mismatched name, %s vs %s\n", in compare_alias_to_test_event() 386 pr_debug("testing aliases PMU %s: mismatched desc, %s vs %s\n", in compare_alias_to_test_event() 392 pr_debug("testing aliases PMU %s: mismatched long_desc, %s vs %s\n", in compare_alias_to_test_event() 399 pr_debug("testing aliases PMU %s: mismatched topic, %s vs %s\n", in compare_alias_to_test_event() 405 pr_debug("testing aliases PMU %s: mismatched str, %s vs %s\n", in compare_alias_to_test_event() 411 pr_debug("testing aliases PMU %s: mismatched long desc, %s vs %s\n", in compare_alias_to_test_event() 418 pr_debug("testing aliases PMU %s: mismatched pmu_name, %s vs %s\n", in compare_alias_to_test_event() [all …]
|
/Linux-v6.1/arch/powerpc/sysdev/ |
D | mpic_msgr.c | 109 struct device_node *aliases; in mpic_msgr_number_of_blocks() local 112 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_number_of_blocks() 114 if (aliases) { in mpic_msgr_number_of_blocks() 119 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks() 124 of_node_put(aliases); in mpic_msgr_number_of_blocks() 137 struct device_node *aliases; in mpic_msgr_block_number() local 142 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_block_number() 143 if (!aliases) in mpic_msgr_block_number() 151 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number() 159 of_node_put(aliases); in mpic_msgr_block_number()
|
/Linux-v6.1/tools/perf/util/ |
D | pmu.c | 493 * Reading the pmu event aliases definition, which should be located at: 531 * which we don't want for implicit terms in aliases. in pmu_alias_terms() 766 * Match more complex aliases where the alias name is a comma-delimited in pmu_uncore_alias_match() 827 * as aliases. 934 LIST_HEAD(aliases); in pmu_lookup() 960 if (pmu_aliases(name, &aliases)) in pmu_lookup() 985 pmu_add_cpu_aliases(&aliases, pmu); in pmu_lookup() 986 pmu_add_sys_aliases(&aliases, pmu); in pmu_lookup() 989 INIT_LIST_HEAD(&pmu->aliases); in pmu_lookup() 992 list_splice(&aliases, &pmu->aliases); in pmu_lookup() [all …]
|
/Linux-v6.1/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 705 int aliases; in octeon_fill_mac_addresses() local 709 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 710 if (aliases < 0) in octeon_fill_mac_addresses() 725 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses() 735 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses() 772 int aliases; in octeon_prune_device_tree() local 781 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 782 if (aliases < 0) { in octeon_prune_device_tree() 783 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree() 802 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree() [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | alias.rst | 7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks 9 address/prefixes per interface, but aliases are still supported 42 Aliases are not real devices, but programs should be able to configure 49 If the base device is shut down the added aliases will be deleted too.
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic-msgr.txt | 32 Aliases: 36 may require aliases to be present. Aliases are of the form 42 aliases {
|
/Linux-v6.1/sound/ |
D | Kconfig | 24 module aliases when one of the device numbers is opened. With 27 standard char-major-* aliases. 29 The only visible difference is use of additional module aliases 31 /proc/devices. sound-slot/service-* module aliases are scheduled
|
D | sound_core.c | 120 * requests modules using custom sound-slot/service-* module aliases. 122 * aliases instead of the standard char-major-* ones. This behavior 131 * preclaimed and the custom module aliases along with standard chrdev 134 * devices only the standard chrdev aliases are requested. 137 * sound-slot/service-* module aliases. 565 * sound-slot/service-* module aliases are scheduled in soundcore_open() 567 * module aliases. For the time being, generate both in soundcore_open() 568 * the legacy and standard module aliases to ease in soundcore_open()
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | st,stih4xx.txt | 24 Aliases: 25 Each BDISP should have a numbered alias in the aliases node, in the form of 30 aliases {
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.yaml | 29 It is advised to add display# aliases to help the OS determine how 30 to number things. If display# aliases are used, then if the simplefb 31 node contains a display property then the /aliases/display# path 38 aliases. If display aliases are used then it should be set to the
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ti/ |
D | ti,omap-dss.txt | 35 Aliases 38 The board dts file may define aliases for displays to assign "displayX" style 39 name for each display. If no aliases are defined, a semi-random number is used 94 aliases {
|
/Linux-v6.1/Documentation/devicetree/bindings/serial/ |
D | arc-uart.txt | 20 Note: Each port should have an alias correctly numbered in "aliases" node. 23 aliases {
|
D | digicolor-usart.txt | 15 in "aliases" node. 18 aliases {
|
D | vt8500-uart.txt | 15 Aliases may be defined to ensure the correct ordering of the uarts. 18 aliases {
|
D | cirrus,clps711x-uart.txt | 15 in "aliases" node. 18 aliases {
|
/Linux-v6.1/Documentation/devicetree/bindings/timer/ |
D | cirrus,clps711x-timer.txt | 9 Note: Each timer should have an alias correctly numbered in "aliases" node. 12 aliases {
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-clps711x.txt | 14 Note: Each GPIO port should have an alias correctly numbered in "aliases" 19 aliases {
|
D | nvidia,tegra186-gpio.yaml | 37 aliases" in address space, each of which access the same underlying 39 GPIO client is expected to access just one of these physical aliases. 102 b) All physical aliases that exist in the controller. This is 104 of the physical aliases.
|
/Linux-v6.1/tools/vm/ |
D | slabinfo.c | 32 int aliases, align, cache_dma, cpu_slabs, destroy_by_rcu; member 59 int aliases; variable 115 "-a|--aliases Show aliases\n" in usage() 354 for(a = aliasinfo;a < aliasinfo + aliases; a++) { in find_one_alias() 557 printf("\nSlabcache: %-15s Aliases: %2d Order : %2d Objects: %lu\n", in report() 558 s->name, s->aliases, s->order, s->objects); in report() 627 if (s->aliases) in slabcache() 977 printf("Slabcaches : %15d Aliases : %11d->%-3d Active: %3d\n", in totals() 978 slabs, aliases, alias_targets, used_slabs); in totals() 1111 for (a1 = aliasinfo; a1 < aliasinfo + aliases; a1++) { in sort_aliases() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | mxs-saif.txt | 17 in "aliases" node. 21 aliases {
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | mdio-gpio.yaml | 36 #Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" 43 aliases {
|
/Linux-v6.1/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 21 * 0x80000000 - 0xffffffff: Physical memory aliases to 0x0 (2GB) 28 * which in turn aliases to 0x0. We do this in order to be able to use a flat
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | ast2400-facebook-netbmc-common.dtsi | 8 aliases { 10 * Override the default uart aliases to avoid breaking
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | nuvoton,npcm-fiu.txt | 30 Aliases: 31 - All the FIU controller nodes should be represented in the aliases node using
|
/Linux-v6.1/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 471 symlist_t aliases; in symtable_dump() local 488 SLIST_INIT(&aliases); in symtable_dump() 516 symlist_add(&aliases, cursym, in symtable_dump() 588 /* Add the aliases */ in symtable_dump() 589 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump() 592 curnode = SLIST_FIRST(&aliases); in symtable_dump() 593 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
|