Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevres.c132 void *devres_remove(struct udevice *dev, dr_release_t release, in devres_remove() function
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h835 static inline void *devres_remove(struct udevice *dev, dr_release_t release, in devres_remove() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c354 void * devres_remove(struct device *dev, dr_release_t release, in devres_remove() function