Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h48 #define OUTP_MSG(o,l,f,a...) do { \ macro
53 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a)
54 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a)
55 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h90 #define OUTP_MSG(o,l,f,a...) do { \ macro
95 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a)
96 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a)
97 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a)

Completed in 1 milliseconds