Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevres.c44 struct devres { struct
80 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc()
81 struct devres *dr; in __devres_alloc()
97 struct devres *dr = container_of(res, struct devres, data); in devres_free()
106 struct devres *dr = container_of(res, struct devres, data); in devres_add()
122 struct devres *dr; in devres_find()
138 struct devres *new_dr = container_of(new_res, struct devres, data); in devres_get()
159 struct devres *dr = container_of(res, struct devres, data); in devres_remove()
198 struct devres *dr, *tmp; in release_nodes()
225 struct devres *dr; in dump_resources()
[all …]
A DMakefile7 obj-$(CONFIG_DEVRES) += devres.o
A DKconfig204 Device resources managed by the devres framework are automatically
208 If this option is disabled, devres functions fall back to
216 If this option is enabled, devres debug messages are printed.
218 Select this if you are having a problem with devres or want to
/u-boot/cmd/
A Ddm.c70 U_BOOT_CMD_MKENT(devres, 1, 1, do_dm_dump_devres, "", ""),
/u-boot/test/dm/
A DMakefile30 obj-$(CONFIG_DEVRES) += devres.o
/u-boot/arch/sandbox/dts/
A Dtest.dts367 devres-test {
368 compatible = "denx,u-boot-devres-test";

Completed in 11 milliseconds