/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() 203 * Each downstream port of the FPC202 has two fixed aliases corresponding to 204 * device numbers 0 and 1. If one of these aliases is found in an incoming I2C 280 u16 aliases[FPC202_ALIASES_PER_PORT] = { }; in fpc202_probe_port() local 290 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/ |
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/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/gpio/ |
H A D | gpio-clps711x.txt | 14 Note: Each GPIO port should have an alias correctly numbered in "aliases" 19 aliases {
|
H A 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/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/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/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/Documentation/devicetree/bindings/remoteproc/ |
H A D | ti,keystone-rproc.txt | 101 /* 66AK2H/K DSP aliases */ 102 aliases { 148 aliases {
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-colibri-iris.dts | 18 aliases { 23 aliases {
|
/linux/scripts/mod/ |
H A D | modpost.h | 101 * @node: linked to module::aliases 113 * @aliases: list head for module_aliases 132 struct list_head aliases; member
|
/linux/arch/arm64/kernel/pi/ |
H A D | idreg-override.c | 234 } aliases[] __initconst = { variable 362 for (i = 0; parse_aliases && i < ARRAY_SIZE(aliases); i++) in __parse_cmdline() 363 if (!memcmp(buf, aliases[i].alias, len + 1)) in __parse_cmdline() 364 __parse_cmdline(aliases[i].feature, false); in __parse_cmdline()
|
/linux/Documentation/devicetree/bindings/serial/ |
H A D | qcom,msm-uartdm.yaml | 20 Note:: Aliases may be defined to ensure the correct ordering of the UARTs. 23 serialN aliases should be in a .dts file instead of in a .dtsi file.
|