Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 1128) sorted by relevance

12345678910>>...46

/openbmc/u-boot/drivers/core/
H A Ddevice.c33 static int device_bind_common(struct udevice *parent, const struct driver *drv, in device_bind_common()
219 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data()
228 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind()
236 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode()
244 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name()
549 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child()
561 int device_find_child_by_seq(struct udevice *parent, int seq_or_req_seq, in device_find_child_by_seq()
581 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq()
599 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset()
616 int device_get_child_by_of_offset(struct udevice *parent, int node, in device_get_child_by_of_offset()
[all …]
H A Dlists.c51 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only) in lists_bind_drivers()
73 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver()
80 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node()
125 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, in lists_bind_fdt()
/openbmc/libbej/test/
H A Dbej_tree_test.cpp63 struct RedfishPropertyParent parent; in TEST() local
89 struct RedfishPropertyParent parent; in TEST() local
107 struct RedfishPropertyParent parent; in TEST() local
122 struct RedfishPropertyParent parent; in TEST() local
141 struct RedfishPropertyParent parent; in TEST() local
160 struct RedfishPropertyParent parent; in TEST() local
179 struct RedfishPropertyParent parent; in TEST() local
196 struct RedfishPropertyParent parent; in TEST() local
210 struct RedfishPropertyParent parent; in TEST() local
/openbmc/libbej/src/
H A Dbej_tree.c54 void bejTreeAddNull(struct RedfishPropertyParent* parent, in bejTreeAddNull()
61 void bejTreeAddInteger(struct RedfishPropertyParent* parent, in bejTreeAddInteger()
75 void bejTreeAddEnum(struct RedfishPropertyParent* parent, in bejTreeAddEnum()
84 void bejTreeAddString(struct RedfishPropertyParent* parent, in bejTreeAddString()
93 void bejTreeAddReal(struct RedfishPropertyParent* parent, in bejTreeAddReal()
107 void bejTreeAddBool(struct RedfishPropertyParent* parent, in bejTreeAddBool()
116 void bejTreeLinkChildToParent(struct RedfishPropertyParent* parent, void* child) in bejTreeLinkChildToParent()
141 void* bejParentGoToNextChild(struct RedfishPropertyParent* parent, in bejParentGoToNextChild()
/openbmc/linux/drivers/vfio/mdev/
Dmdev_core.c
/openbmc/linux/drivers/edac/
Ddebugfs.c
Dedac_module.h
/openbmc/u-boot/lib/
H A Drbtree.c56 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local
66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color()
354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color()
436 struct rb_node *parent; in rb_next() local
468 struct rb_node *parent; in rb_prev() local
498 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local
526 const struct rb_node *parent; in rb_next_postorder() local
/openbmc/linux/arch/powerpc/kernel/
Dpci_dn.c
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.hpp49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete()
63 Version& parent; member in openpower::software::updater::Delete
86 ItemUpdater& parent, const std::string& versionId, in Version()
171 ItemUpdater& parent; member in openpower::software::updater::Version
H A Dactivation.hpp73 Activation& parent, uint8_t value) : in RedundancyPriority()
97 Activation& parent; member in openpower::software::updater::RedundancyPriority
155 ItemUpdater& parent, const std::string& versionId, in Activation()
215 ItemUpdater& parent; member in openpower::software::updater::Activation
/openbmc/linux/drivers/gpio/
Dgpio-rc5t583.c
/openbmc/linux/fs/vboxsf/
Ddir.c
/openbmc/linux/fs/sysfs/
Dsymlink.c
/openbmc/phosphor-logging/
H A Delog_entry.hpp69 const std::string& filePath, internal::Manager& parent) : in Entry()
102 internal::Manager& parent) : in Entry()
156 internal::Manager& parent; member in phosphor::logging::Entry
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dactivation.hpp77 Activation& parent, uint8_t value, in RedundancyPriority()
118 Activation& parent; member in phosphor::software::updater::RedundancyPriority
198 ItemUpdater& parent, std::string& versionId, in Activation()
324 ItemUpdater& parent; member in phosphor::software::updater::Activation
/openbmc/qemu/util/
H A Dinterval-tree.c135 static inline void rb_link_node(RBNode *node, RBNode *parent, RBNode **rb_link) in rb_link_node()
149 RBNode *parent; in rb_next() local
179 RBNode *parent, RBRoot *root) in rb_change_child()
194 RBNode *parent = pc_parent(pc); in rb_rotate_set_parents() local
204 RBNode *parent = rb_red_parent(node), *gparent, *tmp; in rb_insert_augmented() local
348 static void rb_erase_color(RBNode *parent, RBRoot *root, in rb_erase_color()
533 RBNode *parent, *rebalance; in rb_erase_augmented() local
715 IntervalTreeNode *parent; in interval_tree_insert() local
/openbmc/linux/tools/perf/util/
Dcall-path.c
/openbmc/linux/fs/kernfs/
Dsymlink.c
/openbmc/pldm/libpldmresponder/examples/fru/
H A Dhost_frus.json6 "parent": { object
14 "parent": { object
/openbmc/linux/lib/
Dkobject.c
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
Dvcap_api_debugfs.h
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp22 Software::Software(sdbusplus::async::context& ctx, Device& parent) : in Software()
26 Software::Software(sdbusplus::async::context& ctx, Device& parent, in Software()
51 std::string Software::getRandomSoftwareId(Device& parent) in getRandomSoftwareId()
/openbmc/linux/tools/testing/nvdimm/test/
Diomap.c
/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.hpp61 originatorTypes originatorType, phosphor::dump::Manager& parent) : in Entry()
119 const std::filesystem::path& filePath, phosphor::dump::Manager& parent) in deserializeEntry()
149 const std::filesystem::path& file, phosphor::dump::Manager& parent) : in Entry()

12345678910>>...46