Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h747 #define devres_alloc(release, size, gfp) \ macro
897 static inline void *devres_alloc(dr_release_t release, size_t size, gfp_t gfp) in devres_alloc() function