Searched refs:PAD_MSG (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
A D | pad.h | 61 #define PAD_MSG(p,l,f,a...) do { \ macro 65 #define PAD_ERR(p,f,a...) PAD_MSG((p), error, f, ##a) 66 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a) 67 #define PAD_TRACE(p,f,a...) PAD_MSG((p), trace, f, ##a)
|
Completed in 2 milliseconds