/linux/tools/perf/tests/ |
H A D | pmu-events.c | 25 /* used for matching against event aliases */ 26 /* extra events for aliases */ 44 struct perf_pmu_test_event const *aliases[10]; member 353 pr_debug("testing aliases PMU %s: mismatched name, %s vs %s\n", in compare_alias_to_test_event() 359 pr_debug("testing aliases PMU %s: mismatched desc, %s vs %s\n", in compare_alias_to_test_event() 365 pr_debug("testing aliases PMU %s: mismatched long_desc, %s vs %s\n", in compare_alias_to_test_event() 372 pr_debug("testing aliases PMU %s: mismatched topic, %s vs %s\n", in compare_alias_to_test_event() 378 pr_debug("testing aliases PMU %s: mismatched str, %s vs %s\n", in compare_alias_to_test_event() 384 pr_debug("testing aliases PMU %s: mismatched long desc, %s vs %s\n", in compare_alias_to_test_event() 391 pr_debug("testing aliases PMU %s: mismatched pmu_name, %s vs %s\n", in compare_alias_to_test_event() [all …]
|
/linux/tools/perf/util/ |
H A D | pmus.c | 570 struct sevent *aliases; member 586 s = &state->aliases[state->index]; in perf_pmus__print_pmu_events__callback() 609 struct sevent *aliases; in perf_pmus__print_pmu_events() local 624 aliases = zalloc(sizeof(struct sevent) * len); in perf_pmus__print_pmu_events() 625 if (!aliases) { in perf_pmus__print_pmu_events() 631 .aliases = aliases, in perf_pmus__print_pmu_events() 639 qsort(aliases, len, sizeof(struct sevent), cmp_sevent); in perf_pmus__print_pmu_events() 642 if (j < len - 1 && pmu_alias_is_duplicate(&aliases[j], &aliases[j + 1])) in perf_pmus__print_pmu_events() 646 aliases[j].topic, in perf_pmus__print_pmu_events() 647 aliases[j].pmu_name, in perf_pmus__print_pmu_events() [all …]
|
H A D | pmu.h | 127 * @aliases: List of struct perf_pmu_alias. Each alias corresponds to an 131 struct hashmap *aliases; member 136 /** @sysfs_aliases: Number of sysfs aliases loaded. */ 138 /** @cpu_json_aliases: Number of json event aliases loaded specific to the CPUID. */ 140 /** @sys_json_aliases: Number of json event aliases loaded matching the PMU's identifier. */ 147 /** @sysfs_aliases_loaded: Are sysfs aliases loaded from disk? */
|
/linux/arch/powerpc/sysdev/ |
H A D | mpic_msgr.c | 110 struct device_node *aliases; in mpic_msgr_number_of_blocks() local 113 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_number_of_blocks() 115 if (aliases) { in mpic_msgr_number_of_blocks() 120 if (!of_property_present(aliases, buf)) in mpic_msgr_number_of_blocks() 125 of_node_put(aliases); in mpic_msgr_number_of_blocks() 138 struct device_node *aliases; in mpic_msgr_block_number() local 143 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_block_number() 144 if (!aliases) in mpic_msgr_block_number() 152 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number() 160 of_node_put(aliases); in mpic_msgr_block_number()
|
/linux/drivers/i2c/ |
H A D | i2c-atr.c | 47 * struct i2c_atr_alias_pool - Pool of client aliases available for an ATR. 48 * @size: Total number of aliases 51 * @lock: Lock protecting @aliases and @use_mask 52 * @aliases: Array of aliases, must hold exactly @size elements 53 * @use_mask: Mask of used aliases 59 /* Protects aliases and use_mask */ 61 u16 *aliases; member 73 * assigned aliases 74 * @alias_pool: Pool of available client aliases 110 * @alias_pool: Optional common pool of available client aliases [all …]
|
/linux/drivers/misc/ |
H A D | ti_fpc202.c | 59 /* Even aliases are assigned to device 0 and odd aliases to device 1 */ 78 static void fpc202_fill_alias_table(struct i2c_client *client, u16 *aliases, int port_id) in fpc202_fill_alias_table() argument 84 * There is a predefined list of aliases for each FPC202 I2C in fpc202_fill_alias_table() 86 * automatically take on different sets of aliases. in fpc202_fill_alias_table() 87 * Each port of an FPC202 unit is assigned two aliases from this list. in fpc202_fill_alias_table() 92 aliases[i] = first_alias + i; in fpc202_fill_alias_table() 200 * Each downstream port of the FPC202 has two fixed aliases corresponding to 201 * device numbers 0 and 1. If one of these aliases is found in an incoming I2C 277 u16 aliases[FPC202_ALIASES_PER_PORT] = { }; in fpc202_probe_port() local 287 fpc202_fill_alias_table(priv->client, aliases, port_id); in fpc202_probe_port() [all …]
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 706 int aliases; in octeon_fill_mac_addresses() local 710 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses() 711 if (aliases < 0) in octeon_fill_mac_addresses() 726 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses() 736 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses() 773 int aliases; in octeon_prune_device_tree() local 782 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 783 if (aliases < 0) { in octeon_prune_device_tree() 784 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree() 803 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree() [all …]
|
/linux/Documentation/networking/ |
H A 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/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | mpic-msgr.txt | 32 Aliases: 36 may require aliases to be present. Aliases are of the form 42 aliases {
|
/linux/sound/ |
H A 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
|
H A D | sound_core.c | 121 * requests modules using custom sound-slot/service-* module aliases. 123 * aliases instead of the standard char-major-* ones. This behavior 132 * preclaimed and the custom module aliases along with standard chrdev 135 * devices only the standard chrdev aliases are requested. 138 * sound-slot/service-* module aliases. 566 * sound-slot/service-* module aliases are scheduled in soundcore_open() 568 * module aliases. For the time being, generate both in soundcore_open() 569 * the legacy and standard module aliases to ease in soundcore_open()
|
/linux/Documentation/devicetree/bindings/media/ |
H A 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/include/linux/ |
H A D | i2c-atr.h | 62 * @num_aliases: The number of aliases in this adapter's private alias pool. Set 64 * @aliases: An optional array of private aliases used by the adapter 65 * instead of the ATR's global pool of aliases. Must contain 74 u16 *aliases; member
|
/linux/Documentation/devicetree/bindings/display/ti/ |
H A 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/Documentation/devicetree/bindings/display/ |
H A D | simple-framebuffer.yaml | 34 It is advised to add display# aliases to help the OS determine how 35 to number things. If display# aliases are used, then if the simplefb 36 node contains a display property then the /aliases/display# path 43 aliases. If display aliases are used then it should be set to the
|
/linux/tools/mm/ |
H A 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() 359 for(a = aliasinfo;a < aliasinfo + aliases; a++) { in find_one_alias() 562 printf("\nSlabcache: %-15s Aliases: %2d Order : %2d Objects: %lu\n", in report() 563 s->name, s->aliases, s->order, s->objects); in report() 632 if (s->aliases) in slabcache() 982 printf("Slabcaches : %15d Aliases : %11d->%-3d Active: %3d\n", in totals() 983 slabs, aliases, alias_targets, used_slabs); in totals() 1116 for (a1 = aliasinfo; a1 < aliasinfo + aliases; a1++) { in sort_aliases() [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | mdio-gpio.yaml | 36 # Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases" 43 aliases {
|
/linux/arch/mips/include/asm/mach-malta/ |
H A 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/arch/arm/boot/dts/aspeed/ |
H A D | ast2400-facebook-netbmc-common.dtsi | 8 aliases { 10 * Override the default uart aliases to avoid breaking
|
H A D | aspeed-bmc-facebook-yamp.dts | 11 aliases { 13 * Override the default uart aliases to avoid breaking
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | nuvoton,npcm-fiu.txt | 30 Aliases: 31 - All the FIU controller nodes should be represented in the aliases node using
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 472 symlist_t aliases; in symtable_dump() local 489 SLIST_INIT(&aliases); in symtable_dump() 517 symlist_add(&aliases, cursym, in symtable_dump() 589 /* Add the aliases */ in symtable_dump() 590 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump() 593 curnode = SLIST_FIRST(&aliases); in symtable_dump() 594 SLIST_REMOVE_HEAD(&aliases, links); in symtable_dump()
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-colibri-iris.dts | 18 aliases { 23 aliases {
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | ti,keystone-rproc.txt | 101 /* 66AK2H/K DSP aliases */ 102 aliases { 148 aliases {
|
/linux/scripts/mod/ |
H A D | modpost.h | 101 * @node: linked to module::aliases 115 * @aliases: list head for module_aliases 134 struct list_head aliases; 132 struct list_head aliases; global() member
|