Searched refs:alias (Results 26 - 50 of 139) sorted by relevance

123456

/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c32 char alias[MODULE_NAME_LEN]; local
42 snd_hdac_codec_modalias(&codec->core, alias, sizeof(alias));
43 mod = alias;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c131 * displays either have an DT alias, or none has.
143 snprintf(dssdev->alias, sizeof(dssdev->alias), "display%d", id);
151 dssdev->name = dssdev->alias;
/linux-master/arch/powerpc/boot/
H A Dops.h169 static inline void *find_node_by_alias(const char *alias) argument
175 if (getprop(devp, alias, path, MAX_PATH_LEN) > 0)
194 void dt_fixup_mac_address_by_alias(const char *alias, const u8 *addr);
H A Ddevtree.c92 void dt_fixup_mac_address_by_alias(const char *alias, const u8 *addr) argument
94 void *devp = find_node_by_alias(alias);
98 " %02x:%02x:%02x:%02x:%02x:%02x\n\r", alias,
/linux-master/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c118 static void prefault_mem(void *alias, uint64_t len) argument
122 TEST_ASSERT(alias != NULL, "Alias required for minor faults");
124 memcpy(alias + (p * demand_paging_size),
/linux-master/fs/
H A Ddcache.c925 struct dentry *alias; local
929 alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias);
930 lockref_get(&alias->d_lockref);
931 return alias;
935 * d_find_any_alias - find any alias for a given inode
936 * @inode: inode to find an alias for
954 struct dentry *alias; local
959 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) {
960 spin_lock(&alias->d_lock);
961 if (!d_unhashed(alias)) {
2658 struct dentry *alias; local
2912 __d_unalias(struct dentry *dentry, struct dentry *alias) argument
[all...]
/linux-master/fs/notify/
H A Dfsnotify.c108 struct dentry *alias; local
120 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) {
126 spin_lock(&alias->d_lock);
127 hlist_for_each_entry(child, &alias->d_children, d_sib) {
138 spin_unlock(&alias->d_lock);
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c607 const char *alias; member in struct:hda_patch_item
622 .alias = "[init_verbs]",
627 .alias = "[user_pin_configs]",
632 .alias = "[hints]",
662 if (patch_items[i].alias && strmatch(buf, patch_items[i].alias))
/linux-master/arch/x86/hyperv/
H A Dirqdomain.c100 static int get_rid_cb(struct pci_dev *pdev, u16 alias, void *data) argument
105 if (pdev->bus->number != bus || PCI_BUS_NUM(alias) != bus) {
107 rd->rid = alias;
/linux-master/mm/
H A Dkmemleak.c406 * tree based on a pointer value. If alias is 0, only values pointing to the
410 static struct kmemleak_object *__lookup_object(unsigned long ptr, int alias, argument
427 else if (untagged_objp == untagged_ptr || alias)
430 kmemleak_warn("Found object by alias at 0x%08lx\n",
440 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) argument
442 return __lookup_object(ptr, alias, 0);
554 static struct kmemleak_object *__find_and_get_object(unsigned long ptr, int alias, argument
562 object = __lookup_object(ptr, alias, objflags);
574 static struct kmemleak_object *find_and_get_object(unsigned long ptr, int alias) argument
576 return __find_and_get_object(ptr, alias,
591 __find_and_remove_object(unsigned long ptr, int alias, unsigned int objflags) argument
609 find_and_remove_object(unsigned long ptr, int alias, unsigned int objflags) argument
[all...]
/linux-master/drivers/pci/msi/
H A Dirqdomain.c422 * alias device or RID appears on a different bus number. We also make the
425 * case is that of PCI->PCIe so we should always use the alias RID. This echoes
430 static int get_msi_id_cb(struct pci_dev *pdev, u16 alias, void *data) argument
435 if (pdev->bus->number != bus || PCI_BUS_NUM(alias) != bus)
436 *pa = alias;
446 * The RID for a device is formed from the alias, with a firmware
/linux-master/fs/exfat/
H A Dnamei.c27 * If new entry was created in the parent, it could create the 8.3 alias (the
29 * matches the created 8.3 alias.
694 struct dentry *alias; local
717 alias = d_find_alias(inode);
720 * Checking "alias->d_parent == dentry->d_parent" to make sure
723 if (alias && alias->d_parent == dentry->d_parent &&
724 !exfat_d_anon_disconn(alias)) {
727 * Unhashed alias is able to exist because of revalidate()
730 * In such case, we reuse an alias instea
[all...]
/linux-master/arch/sparc/lib/
H A Dclear_page.S53 and %o1, %o4, %o0 ! vaddr D-cache alias bit
/linux-master/arch/s390/mm/
H A Dpageattr.c343 unsigned long alias, offset, va_start, va_end; local
365 alias = (unsigned long)page_address(area->pages[offset]);
366 rc = change_page_attr(alias, alias + PAGE_SIZE, flags);
/linux-master/tools/perf/util/
H A Dpmus.c132 * an alias, so read the PMUs from sysfs and try to find again.
353 const char* alias; member in struct:sevent
426 COPY_STR(alias);
484 aliases[j].alias,
492 zfree(&aliases[j].alias);
H A Dparse-events.c44 .alias = "cycles",
48 .alias = "",
52 .alias = "",
56 .alias = "",
60 .alias = "branches",
64 .alias = "",
68 .alias = "",
72 .alias = "idle-cycles-frontend",
76 .alias = "idle-cycles-backend",
80 .alias
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c109 GEM_BUG_ON(vm == &to_gt(vm->i915)->ggtt->alias->vm);
209 GEM_BUG_ON(vm == &to_gt(vm->i915)->ggtt->alias->vm);
/linux-master/include/crypto/
H A Dalgapi.h42 * alias.
45 __MODULE_INFO(alias, alias_userspace, name); \
46 __MODULE_INFO(alias, alias_crypto, "crypto-" name)
/linux-master/drivers/iommu/
H A Dof_iommu.c93 static int of_pci_iommu_init(struct pci_dev *pdev, u16 alias, void *data) argument
96 u32 input_id = alias;
/linux-master/drivers/clk/
H A Dclkdev.c239 int clk_add_alias(const char *alias, const char *alias_dev_name, argument
248 l = clkdev_create(r, alias, alias_dev_name ? "%s" : NULL,
/linux-master/tools/mm/
H A Dslabinfo.c30 int alias; member in struct:slabinfo
120 "-f|--first-alias Show first alias\n"
349 * Find the shortest alias of a slab
1148 fatal("Unresolved alias %s\n", a->ref);
1152 static void alias(void) function
1216 struct aliasinfo *alias = aliasinfo; local
1231 alias->name = strdup(de->d_name);
1241 alias->ref = strdup(p);
1242 alias
[all...]
/linux-master/fs/fat/
H A Dnamei_vfat.c40 * alias (the shortname of logname). So, the parent may have the
41 * negative-dentry which matches the created 8.3 alias.
247 * 1) Valid characters for the 8.3 format alias are any combination of
640 /* build the entry of 8.3 alias name */
707 struct dentry *alias; local
728 alias = d_find_alias(inode);
730 * Checking "alias->d_parent == dentry->d_parent" to make sure
733 if (alias && alias->d_parent == dentry->d_parent) {
737 * another name (longname vs 8.3 alias o
[all...]
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c359 u16 alias; member in struct:set_msi_sid_data
364 static int set_msi_sid_cb(struct pci_dev *pdev, u16 alias, void *opaque) argument
368 if (data->count == 0 || PCI_BUS_NUM(alias) == PCI_BUS_NUM(data->alias))
372 data->alias = alias;
390 * DMA alias provides us with a PCI device and alias. The only case
391 * where the it will return an alias on a different bus than the
392 * device is the case of a PCIe-to-PCI bridge, where the alias i
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-pci-msi.c44 static int its_get_pci_alias(struct pci_dev *pdev, u16 alias, void *data) argument
/linux-master/arch/alpha/kernel/
H A Dmachvec_impl.h132 * alias this one vector to alpha_mv, so no copy is needed.
148 struct alpha_machine_vector alpha_mv __attribute__((alias(#system "_mv"))); \

Completed in 230 milliseconds

123456