Searched refs:_DBG (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A 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__)
|
/kernel/linux/linux-6.6/include/media/drv-intf/ |
H A 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__)
|
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/ |
H A D | zr364xx.c | 59 #define _DBG DBG macro 61 #define _DBG(fmt, args...) macro 358 _DBG("%s\n", __func__); in free_buffer() 409 _DBG("%s\n", __func__); in buffer_queue() 421 _DBG("%s\n", __func__); in buffer_release() 444 _DBG("%s\n", __func__); in zr364xx_read() 563 _DBG("buffer to user\n"); in zr364xx_read_video_callback() 594 _DBG("jpeg header, "); in zr364xx_read_video_callback() 612 _DBG("header : %d %d %d %d %d %d %d %d %d\n", in zr364xx_read_video_callback() 628 /*_DBG("cur_siz in zr364xx_read_video_callback() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 349 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 320 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))
|
Completed in 8 milliseconds