/Linux-v5.4/tools/perf/util/ |
D | pmu.c | 468 * Reading the pmu event aliases definition, which should be located at: 507 * which we don't want for implicit terms in aliases. in pmu_alias_terms() 725 * Match more complex aliases where the alias name is a comma-delimited in pmu_uncore_alias_match() 749 * as aliases. 762 * Found a matching PMU events table. Create aliases in pmu_add_cpu_aliases() 817 LIST_HEAD(aliases); in pmu_lookup() 834 if (pmu_aliases(name, &aliases)) in pmu_lookup() 846 pmu_add_cpu_aliases(&aliases, pmu); in pmu_lookup() 849 INIT_LIST_HEAD(&pmu->aliases); in pmu_lookup() 851 list_splice(&aliases, &pmu->aliases); in pmu_lookup() [all …]
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 702 int aliases; in octeon_fill_mac_addresses() local 706 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 707 if (aliases < 0) in octeon_fill_mac_addresses() 722 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses() 732 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses() 769 int aliases; in octeon_prune_device_tree() local 778 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 779 if (aliases < 0) { in octeon_prune_device_tree() 780 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree() 799 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree() [all …]
|
/Linux-v5.4/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 {
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | nuvoton,npcm-pspi.txt | 22 Aliases: 23 - All the SPI controller nodes should be represented in the aliases node using 24 the following format 'spi{n}' withe the correct numbered in "aliases" node. 28 aliases {
|
/Linux-v5.4/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-v5.4/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 155 aliases {
|
/Linux-v5.4/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-v5.4/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()
|
/Linux-v5.4/drivers/regulator/ |
D | devres.c | 326 * multiple aliases 333 * @num_id: Number of aliases to register 338 * aliases in one operation, the aliases will be automatically 340 * aliases cannot be registered any aliases that were registered 376 * multiple aliases 380 * @num_id: Number of aliases to unregister 382 * Unregister aliases registered with
|
/Linux-v5.4/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-v5.4/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 | qca,ar9330-uart.txt | 16 Each UART port must have an alias correctly numbered in "aliases" 21 aliases {
|
D | arc-uart.txt | 20 Note: Each port should have an alias correctly numbered in "aliases" node. 23 aliases {
|
D | vt8500-uart.txt | 15 Aliases may be defined to ensure the correct ordering of the uarts. 18 aliases {
|
D | digicolor-usart.txt | 15 in "aliases" node. 18 aliases {
|
D | cirrus,clps711x-uart.txt | 15 in "aliases" node. 18 aliases {
|
/Linux-v5.4/Documentation/devicetree/bindings/net/ |
D | mdio-gpio.txt | 11 Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" 16 aliases {
|
/Linux-v5.4/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-v5.4/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.
|
/Linux-v5.4/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 …]
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | mxs-saif.txt | 17 in "aliases" node. 21 aliases {
|