Home
last modified time | relevance | path

Searched defs:devres_destroy (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Ddevres.c147 int devres_destroy(struct udevice *dev, dr_release_t release, in devres_destroy() function
/openbmc/u-boot/include/dm/
H A Ddevice.h908 static inline int devres_destroy(struct udevice *dev, dr_release_t release, in devres_destroy() function
/openbmc/linux/drivers/base/
H A Ddevres.c390 int devres_destroy(struct device *dev, dr_release_t release, in devres_destroy() function