Home
last modified time | relevance | path

Searched refs:devres (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/core/
Ddevres.c28 struct devres { struct
40 static void set_node_dbginfo(struct devres *dr, const char *name, size_t size) in set_node_dbginfo() argument
46 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log()
64 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc()
65 struct devres *dr; in __devres_alloc()
81 struct devres *dr = container_of(res, struct devres, data); in devres_free()
90 struct devres *dr = container_of(res, struct devres, data); in devres_add()
101 struct devres *dr; in devres_find()
117 struct devres *new_dr = container_of(new_res, struct devres, data); in devres_get()
138 struct devres *dr = container_of(res, struct devres, data); in devres_remove()
[all …]
DMakefile6 obj-$(CONFIG_DEVRES) += devres.o
DKconfig156 Device resources managed by the devres framework are automatically
160 If this option is disabled, devres functions fall back to
168 If this option is enabled, devres debug messages are printed.
170 Select this if you are having a problem with devres or want to
/external/u-boot/test/dm/
Dcmd_dm.c46 U_BOOT_CMD_MKENT(devres, 1, 1, do_dm_dump_devres, "", ""),