Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Ddevres.c29 struct devres { struct
41 static void set_node_dbginfo(struct devres *dr, const char *name, size_t size) in set_node_dbginfo() argument
47 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log()
65 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc()
66 struct devres *dr; in __devres_alloc()
82 struct devres *dr = container_of(res, struct devres, data); in devres_free()
91 struct devres *dr = container_of(res, struct devres, data); in devres_add()
102 struct devres *dr; in devres_find()
118 struct devres *new_dr = container_of(new_res, struct devres, data); in devres_get()
139 struct devres *dr = container_of(res, struct devres, data); in devres_remove()
[all …]
H A DMakefile8 obj-$(CONFIG_DEVRES) += devres.o
H A 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
/rk3399_rockchip-uboot/test/dm/
H A Dcmd_dm.c57 U_BOOT_CMD_MKENT(devres, 1, 1, do_dm_dump_devres, "", ""),