Searched refs:devres (Results 1 – 3 of 3) sorted by relevance
| /drivers/core/ |
| A D | devres.c | 43 struct devres { struct 79 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc() 80 struct devres *dr; in __devres_alloc() 96 struct devres *dr = container_of(res, struct devres, data); in devres_free() 105 struct devres *dr = container_of(res, struct devres, data); in devres_add() 121 struct devres *dr; in devres_find() 137 struct devres *new_dr = container_of(new_res, struct devres, data); in devres_get() 158 struct devres *dr = container_of(res, struct devres, data); in devres_remove() 197 struct devres *dr, *tmp; in release_nodes() 224 struct devres *dr; in dump_resources() [all …]
|
| A D | Makefile | 7 obj-$(CONFIG_$(PHASE_)DEVRES) += devres.o
|
| A D | Kconfig | 278 Device resources managed by the devres framework are automatically 282 If this option is disabled, devres functions fall back to 290 If this option is enabled, devres debug messages are printed. 292 Select this if you are having a problem with devres or want to
|
Completed in 11 milliseconds