Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h1036 #define dev_vdbg dev_dbg macro
1038 #define dev_vdbg(dev, fmt, ...) \ macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h37 #define dev_vdbg(dev, fmt, args...) \ macro