Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevres.c115 void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h829 static inline void *devres_get(struct udevice *dev, void *new_res, in devres_get() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevres.c318 void * devres_get(struct device *dev, void *new_res, in devres_get() function