Searched refs:devres_head (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/core/
H A Ddevres.c116 list_add_tail(&dr->entry, &dev->devres_head);
124 list_for_each_entry_reverse(dr, &dev->devres_head, entry) {
212 release_nodes(dev, &dev->devres_head, true);
217 release_nodes(dev, &dev->devres_head, false);
230 list_for_each_entry(dr, &dev->devres_head, entry)
254 list_for_each_entry(dr, &dev->devres_head, entry) {
H A Ddevice.c73 INIT_LIST_HEAD(&dev->devres_head);
/u-boot/include/dm/
H A Ddevice.h162 * @devres_head: List of memory allocations associated with this device.
193 struct list_head devres_head; member in struct:udevice

Completed in 115 milliseconds