Searched refs:PAD_MSG (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpad.h60 #define PAD_MSG(p,l,f,a...) do { \ macro
64 #define PAD_ERR(p,f,a...) PAD_MSG((p), error, f, ##a)
65 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a)
66 #define PAD_TRACE(p,f,a...) PAD_MSG((p), trace, f, ##a)

Completed in 101 milliseconds