Searched refs:alias (Results 76 - 100 of 139) sorted by relevance

123456

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h111 #define __alias(symbol) __attribute__((alias(#symbol)))
157 __attribute__((alias(#internal_name)));
/linux-master/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h582 * Create an expression symbol alias from (signal, group) to (pin, signal).
589 * Using an alias in this way enables detection of copy/paste errors (defining
597 __attribute__((alias(istringify(SIG_EXPR_LIST_SYM(sig, group)))))
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c318 &pdev->dev.kobj, "%s", dssdev->alias);
/linux-master/tools/perf/util/
H A Ddata-convert-bt.c311 name = fmtf->alias;
989 /* alias was already assigned */
990 if (field->alias != field->name)
992 (char *)field->alias);
1015 field->alias = name;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c934 ppgtt_bind_vma(&i915_vm_to_ggtt(vm)->alias->vm,
950 ppgtt_unbind_vma(&i915_vm_to_ggtt(vm)->alias->vm, vma_res);
986 ggtt->alias = ppgtt;
1009 ppgtt = fetch_and_zero(&ggtt->alias);
H A Dintel_gtt.h378 struct i915_ppgtt *alias; member in struct:i915_ggtt
/linux-master/drivers/of/
H A Dbase.c813 * node (an alias). In the case of an alias, the node
814 * matching the alias' value will be returned.
821 * * foo Valid alias
822 * * foo/bar Valid alias + relative path
840 /* The path could begin with an alias */
1077 * of_alias_from_compatible - Lookup appropriate alias for a device node
1080 * @alias: Pointer to buffer that alias value will be copied into
1081 * @len: Length of alias valu
1093 of_alias_from_compatible(const struct device_node *node, char *alias, int len) argument
[all...]
/linux-master/tools/objtool/include/objtool/
H A Delf.h60 struct symbol *pfunc, *cfunc, *alias; member in struct:symbol
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c703 const char *alias; local
706 alias = def->names[j];
707 if (!alias)
710 alias_len = strlen(alias);
711 if (strncmp(name, alias, alias_len) != 0)
/linux-master/fs/nfs/
H A Ddir.c728 struct dentry *alias; local
789 alias = d_splice_alias(inode, dentry);
791 if (alias) {
792 if (IS_ERR(alias))
795 dentry = alias;
1467 * Iterates through the dentries in the inode alias list and clears
1475 struct dentry *alias; local
1480 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) {
1481 spin_lock(&alias->d_lock);
1482 nfs_unset_verifier_delegated(&alias
[all...]
/linux-master/arch/sparc/lib/
H A Dcopy_page.S63 and %o2, %o3, %o0 ! vaddr D-cache alias bit
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S436 bclrl #2,%d0 |alias denorm into norm
437 bclrl #2,%d1 |alias denorm into norm
/linux-master/fs/nls/
H A Dnls_base.c282 if (nls->alias && !strcmp(nls->alias, charset))
H A Dnls_cp874.c254 .alias = "tis-620",
/linux-master/drivers/media/i2c/
H A Dds90ub960.c442 unsigned short alias; /* I2C alias (lower 7 bits) */ member in struct:ub960_rxport::__anon1043
1028 const struct i2c_client *client, u16 alias)
1041 dev_err(dev, "rx%u: alias pool exhausted\n", rxport->nport);
1050 alias << 1);
1052 dev_dbg(dev, "rx%u: client 0x%02x assigned alias 0x%02x at slot %u\n",
1053 rxport->nport, client->addr, alias, reg_idx);
1667 ser_info.addr = rxport->ser.alias;
1676 dev_dbg(dev, "rx%u: remote serializer at alias 0x%02x (%u-%04x)\n",
1903 /* Enable I2C communication to the serializer via the alias add
1027 ub960_atr_attach_client(struct i2c_atr *atr, u32 chan_id, const struct i2c_client *client, u16 alias) argument
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dsh_pfc.h49 #define SH_PFC_PIN_GROUP_ALIAS(alias, _name) { \
50 .name = #alias, \
/linux-master/arch/mips/alchemy/common/
H A Dclock.c88 char *alias; member in struct:clk_aliastable
1106 clk_add_alias(t->alias, NULL, t->base, NULL);
/linux-master/net/ipv4/
H A Dfib_trie.c370 /* link leaf to fib alias */
978 /* Return the first fib alias matching DSCP with
981 * fib alias, regardless of DSCP and priority.
1248 /* Now fa, if non-NULL, points to the first fib alias
1254 * of the new alias.
1383 /* The alias was already inserted, so the node must exist. */
2004 /* if alias was cloned to local then we just
2411 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias) argument
2417 if (!alias)
2426 tb->tb_data = (alias
[all...]
H A Dfib_frontend.c78 struct fib_table *tb, *alias = NULL; local
88 alias = fib_new_table(net, RT_TABLE_MAIN);
90 tb = fib_trie_table(id, alias);
/linux-master/include/video/
H A Domapfb_dss.h606 /* alias in the form of "display%d" */
607 char alias[16]; member in struct:omap_dss_device
/linux-master/include/net/
H A Dip_fib.h543 struct fib_table *fib_trie_table(u32 id, struct fib_table *alias);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1751 #define MVM_DEBUGFS_ADD_FILE_ALIAS(alias, name, parent, mode) do { \
1752 debugfs_create_file(alias, mode, parent, mvm, \
1874 #define MVM_DEBUGFS_ADD_LINK_STA_FILE_ALIAS(alias, name, parent, mode) \
1875 debugfs_create_file(alias, mode, parent, link_sta, \
/linux-master/drivers/base/
H A Dcpu.c576 __attribute__((weak, alias("cpu_show_not_affected")))
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y362 | alias
531 alias: label
535 stop("Re-definition of register alias",
1503 stop("Can't create alias info", EX_SOFTWARE);
1527 stop("Can't create alias info", EX_SOFTWARE);
/linux-master/tools/objtool/
H A Delf.c399 sym->alias = sym;
412 iter->alias = sym;

Completed in 305 milliseconds

123456