/kernel/linux/linux-5.10/tools/perf/util/ |
D | pmu.c | 475 * Reading the pmu event aliases definition, which should be located at: 513 * which we don't want for implicit terms in aliases. in pmu_alias_terms() 723 * Match more complex aliases where the alias name is a comma-delimited in pmu_uncore_alias_match() 747 * as aliases. 755 * Found a matching PMU events table. Create aliases in pmu_add_cpu_aliases_map() 822 LIST_HEAD(aliases); in pmu_lookup() 839 if (pmu_aliases(name, &aliases)) in pmu_lookup() 851 pmu_add_cpu_aliases(&aliases, pmu); in pmu_lookup() 854 INIT_LIST_HEAD(&pmu->aliases); in pmu_lookup() 857 list_splice(&aliases, &pmu->aliases); in pmu_lookup() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | mpic_msgr.c | 108 struct device_node *aliases; in mpic_msgr_number_of_blocks() local 111 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_number_of_blocks() 113 if (aliases) { in mpic_msgr_number_of_blocks() 118 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks() 135 struct device_node *aliases; in mpic_msgr_block_number() local 140 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_block_number() 141 if (!aliases) in mpic_msgr_block_number() 148 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | pmu-events.c | 19 /* extra events for aliases */ 256 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument 260 list_for_each_entry(alias, aliases, list) in find_alias() 267 /* Verify aliases are as expected */ 273 LIST_HEAD(aliases); in __test__pmu_event_aliases() 296 pmu_add_cpu_aliases_map(&aliases, pmu, map); in __test__pmu_event_aliases() 299 struct perf_pmu_alias *alias = find_alias(te->name, &aliases); in __test__pmu_event_aliases() 306 pr_debug3("testing aliases PMU %s: skip matching alias %s\n", in __test__pmu_event_aliases() 311 pr_debug2("testing aliases PMU %s: no alias, alias_table->name=%s\n", in __test__pmu_event_aliases() 318 pr_debug2("testing aliases PMU %s: mismatched desc, %s vs %s\n", in __test__pmu_event_aliases() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
D | exynos5-gsc.txt | 26 Aliases: 27 Each G-Scaler node should have a numbered alias in the aliases node, 28 in the form of gscN, N = 0...3. G-Scaler driver uses these aliases 33 aliases {
|
D | st,stih4xx.txt | 24 Aliases: 25 Each BDISP should have a numbered alias in the aliases node, in the form of 30 aliases {
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 704 int aliases; in octeon_fill_mac_addresses() local 708 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 709 if (aliases < 0) in octeon_fill_mac_addresses() 724 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses() 734 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses() 771 int aliases; in octeon_prune_device_tree() local 780 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 781 if (aliases < 0) { in octeon_prune_device_tree() 782 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree() 801 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree() [all …]
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/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 {
|
/kernel/linux/linux-5.10/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. 569 * sound-slot/service-* module aliases are scheduled in soundcore_open() 571 * module aliases. For the time being, generate both in soundcore_open() 572 * the legacy and standard module aliases to ease in soundcore_open()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | devres.c | 328 * multiple aliases 335 * @num_id: number of aliases to register 340 * aliases in one operation, the aliases will be automatically 342 * aliases cannot be registered any aliases that were registered 378 * multiple aliases 382 * @num_id: number of aliases to unregister 384 * Unregister aliases registered with
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.yaml | 30 It is advised to add display# aliases to help the OS determine how 31 to number things. If display# aliases are used, then if the simplefb 32 node contains a display property then the /aliases/display# path 39 aliases. If display aliases are used then it should be set to the
|
/kernel/linux/linux-5.10/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 {
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | mdio-gpio.txt | 11 Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" 16 aliases {
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
D | qcom,msm-uartdm.txt | 36 Note: Aliases may be defined to ensure the correct ordering of the UARTs. 39 serialN aliases should be in a .dts file instead of in a .dtsi file. 68 aliases {
|
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 {
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | cirrus,clps711x-timer.txt | 9 Note: Each timer should have an alias correctly numbered in "aliases" node. 12 aliases {
|
/kernel/linux/linux-5.10/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.txt | 25 controllers, these registers are exposed via multiple "physical aliases" in 28 just one of these physical aliases. 79 b) All physical aliases that exist in the controller. This is 81 the physical aliases.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | mxs-saif.txt | 17 in "aliases" node. 21 aliases {
|
/kernel/linux/linux-5.10/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() 336 for(a = aliasinfo;a < aliasinfo + aliases; a++) { in find_one_alias() 535 printf("\nSlabcache: %-15s Aliases: %2d Order : %2d Objects: %lu\n", in report() 536 s->name, s->aliases, s->order, s->objects); in report() 605 if (s->aliases) in slabcache() 955 printf("Slabcaches : %15d Aliases : %11d->%-3d Active: %3d\n", in totals() 956 slabs, aliases, alias_targets, used_slabs); in totals() 1077 for (a1 = aliasinfo; a1 < aliasinfo + aliases; a1++) { in sort_aliases() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | nuvoton,npcm-fiu.txt | 25 Aliases: 26 - All the FIU controller nodes should be represented in the aliases node using
|