Home
last modified time | relevance | path

Searched refs:_DBG (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/media/drv-intf/
Dsaa7146.h33 #define _DBG(mask, fmt, ...) \ macro
40 #define DEB_S(fmt, ...) _DBG(0x01, fmt, ##__VA_ARGS__)
42 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__)
44 #define DEB_EE(fmt, ...) _DBG(0x04, fmt, ##__VA_ARGS__)
46 #define DEB_I2C(fmt, ...) _DBG(0x08, fmt, ##__VA_ARGS__)
48 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__)
50 #define DEB_INT(fmt, ...) _DBG(0x20, fmt, ##__VA_ARGS__)
52 #define DEB_CAP(fmt, ...) _DBG(0x40, fmt, ##__VA_ARGS__)