Home
last modified time | relevance | path

Searched full:aliases (Results 1 – 25 of 2072) sorted by relevance

12345678910>>...83

/kernel/linux/linux-4.19/tools/perf/util/
Dpmu.c467 * Reading the pmu event aliases definition, which should be located at:
506 * which we don't want for implicit terms in aliases. in pmu_alias_terms()
747 * as aliases.
760 * Found a matching PMU events table. Create aliases in pmu_add_cpu_aliases()
806 LIST_HEAD(aliases); in pmu_lookup()
823 if (pmu_aliases(name, &aliases)) in pmu_lookup()
834 pmu_add_cpu_aliases(&aliases, pmu); in pmu_lookup()
837 INIT_LIST_HEAD(&pmu->aliases); in pmu_lookup()
839 list_splice(&aliases, &pmu->aliases); in pmu_lookup()
1165 list_for_each_entry(alias, &pmu->aliases, list) { in pmu_find_alias()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dpmu.c475 * 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/
Dmpic_msgr.c108 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-4.19/arch/powerpc/sysdev/
Dmpic_msgr.c113 struct device_node *aliases; in mpic_msgr_number_of_blocks() local
116 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_number_of_blocks()
118 if (aliases) { in mpic_msgr_number_of_blocks()
123 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks()
140 struct device_node *aliases; in mpic_msgr_block_number() local
145 aliases = of_find_node_by_name(NULL, "aliases"); in mpic_msgr_block_number()
146 if (!aliases) in mpic_msgr_block_number()
153 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
/kernel/linux/linux-5.10/tools/perf/tests/
Dpmu-events.c19 /* 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-4.19/Documentation/devicetree/bindings/media/
Dexynos5-gsc.txt26 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 {
Dst,stih4xx.txt24 Aliases:
25 Each BDISP should have a numbered alias in the aliases node, in the form of
30 aliases {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dexynos5-gsc.txt26 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 {
Dst,stih4xx.txt24 Aliases:
25 Each BDISP should have a numbered alias in the aliases node, in the form of
30 aliases {
/kernel/linux/linux-4.19/arch/mips/cavium-octeon/
Docteon-platform.c638 int aliases; in octeon_fill_mac_addresses() local
642 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_fill_mac_addresses()
643 if (aliases < 0) in octeon_fill_mac_addresses()
658 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_fill_mac_addresses()
668 alias_prop = fdt_getprop(initial_boot_params, aliases, "pip", NULL); in octeon_fill_mac_addresses()
705 int aliases; in octeon_prune_device_tree() local
714 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree()
715 if (aliases < 0) { in octeon_prune_device_tree()
716 pr_err("Error: No /aliases node in device tree."); in octeon_prune_device_tree()
735 alias_prop = fdt_getprop(initial_boot_params, aliases, in octeon_prune_device_tree()
[all …]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Docteon-platform.c702 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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/
Dsimple-framebuffer.txt17 It is advised to add display# aliases to help the OS determine how to number
18 things. If display# aliases are used, then if the simplefb node contains a
19 "display" property then the /aliases/display# path must point to the display
25 primary display hw node, as with display# aliases. If display aliases are
62 aliases {
/kernel/linux/linux-5.10/Documentation/networking/
Dalias.rst7 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-4.19/Documentation/networking/
Dalias.rst7 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/
Dmpic-msgr.txt32 Aliases:
36 may require aliases to be present. Aliases are of the form
42 aliases {
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic-msgr.txt32 Aliases:
36 may require aliases to be present. Aliases are of the form
42 aliases {
/kernel/linux/linux-4.19/sound/
DKconfig23 module aliases when one of the device numbers is opened. With
26 standard char-major-* aliases.
28 The only visible difference is use of additional module aliases
30 /proc/devices. sound-slot/service-* module aliases are scheduled
/kernel/linux/linux-5.10/sound/
DKconfig24 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
/kernel/linux/linux-5.10/drivers/regulator/
Ddevres.c328 * 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/
Dsimple-framebuffer.yaml30 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-4.19/drivers/regulator/
Ddevres.c331 * multiple aliases
338 * @num_id: Number of aliases to register
343 * aliases in one operation, the aliases will be automatically
345 * aliases cannot be registered any aliases that were registered
381 * multiple aliases
385 * @num_id: Number of aliases to unregister
387 * Unregister aliases registered with
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/ti/
Dti,omap-dss.txt35 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/display/ti/
Dti,omap-dss.txt35 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/
Dmdio-gpio.txt11 Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases"
16 aliases {
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/
Dmdio-gpio.txt11 Note: Each gpio-mdio bus should have an alias correctly numbered in "aliases"
16 aliases {

12345678910>>...83