Searched refs:_DBG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146.h | 33 #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__)
|
/Linux-v4.19/drivers/media/usb/zr364xx/ |
D | zr364xx.c | 69 #define _DBG DBG macro 71 #define _DBG(fmt, args...) macro 372 _DBG("%s\n", __func__); in free_buffer() 424 _DBG("%s\n", __func__); in buffer_queue() 436 _DBG("%s\n", __func__); in buffer_release() 459 _DBG("%s\n", __func__); in zr364xx_read() 578 _DBG("buffer to user\n"); in zr364xx_read_video_callback() 611 _DBG("jpeg header, "); in zr364xx_read_video_callback() 629 _DBG("header : %d %d %d %d %d %d %d %d %d\n", in zr364xx_read_video_callback() 649 _DBG("****************Buffer[%d]full*************\n", idx); in zr364xx_read_video_callback() [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | exceptions-64e.S | 338 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))
|