Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddev_printk.h261 #define dev_vdbg dev_dbg macro
263 #define dev_vdbg(dev, fmt, ...) \ macro
/openbmc/u-boot/include/dm/
H A Ddevice.h1015 #define dev_vdbg dev_dbg macro
1017 #define dev_vdbg(dev, fmt, ...) \ macro
/openbmc/u-boot/include/linux/
H A Dcompat.h37 #define dev_vdbg(dev, fmt, args...) \ macro