fwnode_is_ancestor_ofRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: ✅bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor, struct fwnode_handle *test_child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff817d67c0)
Location: drivers/base/property.c:698
Inline: False
Symbols:
ffffffff817d67c0-ffffffff817d68cd: fwnode_is_ancestor_of (STB_GLOBAL)
5.13: ✅bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor, struct fwnode_handle *test_child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff817ba280)
Location: drivers/base/property.c:698
Inline: False
Direct callers:
- drivers/base/core.c:fw_devlink_link_device
Symbols:
ffffffff817ba280-ffffffff817ba38d: fwnode_is_ancestor_of (STB_GLOBAL)
5.15: ✅bool fwnode_is_ancestor_of(struct fwnode_handle *test_ancestor, struct fwnode_handle *test_child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff81843ee0)
Location: drivers/base/property.c:699
Inline: False
Direct callers:
- drivers/base/core.c:device_add
- drivers/base/core.c:fw_devlink_create_devlink
Symbols:
ffffffff81843ee0-ffffffff81843fed: fwnode_is_ancestor_of (STB_GLOBAL)
5.19: ✅bool fwnode_is_ancestor_of(struct fwnode_handle *ancestor, struct fwnode_handle *child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff81988010)
Location: drivers/base/property.c:697
Inline: False
Direct callers:
- drivers/base/core.c:device_add
- drivers/base/core.c:fw_devlink_create_devlink
Symbols:
ffffffff81988010-ffffffff8198812a: fwnode_is_ancestor_of (STB_GLOBAL)
6.2: ✅bool fwnode_is_ancestor_of(struct fwnode_handle *ancestor, struct fwnode_handle *child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff81af69c0)
Location: drivers/base/property.c:705
Inline: False
Direct callers:
- drivers/base/core.c:fw_devlink_create_devlink
- drivers/base/core.c:fw_devlink_create_devlink
Symbols:
ffffffff81af69c0-ffffffff81af6ada: fwnode_is_ancestor_of (STB_GLOBAL)
6.5: ✅bool fwnode_is_ancestor_of(const struct fwnode_handle *ancestor, const struct fwnode_handle *child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff81b44c70)
Location: drivers/base/property.c:721
Inline: False
Direct callers:
- drivers/base/core.c:fw_devlink_create_devlink
- drivers/base/core.c:fw_devlink_create_devlink
Symbols:
ffffffff81b44c70-ffffffff81b44d81: fwnode_is_ancestor_of (STB_GLOBAL)
6.8: ✅bool fwnode_is_ancestor_of(const struct fwnode_handle *ancestor, const struct fwnode_handle *child);
Collision: Unique Global
Inline: No
Transformation: False
Instances:
In drivers/base/property.c (ffffffff81b9ccc0)
Location: drivers/base/property.c:785
Inline: False
Direct callers:
- drivers/base/core.c:fw_devlink_create_devlink
- drivers/base/core.c:fw_devlink_create_devlink
- drivers/base/core.c:fw_devlink_create_devlink
Symbols:
ffffffff81b9ccc0-ffffffff81b9cdd1: fwnode_is_ancestor_of (STB_GLOBAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️struct fwnode_handle *ancestor
struct fwnode_handle *child
struct fwnode_handle *test_ancestor
struct fwnode_handle *test_child
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️struct fwnode_handle *ancestor ➡️ const struct fwnode_handle *ancestor
struct fwnode_handle *child ➡️ const struct fwnode_handle *child
6.5 and 6.8 ✅