Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dsaa7146.h32 #define _DBG(mask, fmt, ...) \ macro
39 #define DEB_S(fmt, ...) _DBG(0x01, fmt, ##__VA_ARGS__)
41 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__)
43 #define DEB_EE(fmt, ...) _DBG(0x04, fmt, ##__VA_ARGS__)
45 #define DEB_I2C(fmt, ...) _DBG(0x08, fmt, ##__VA_ARGS__)
47 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__)
49 #define DEB_INT(fmt, ...) _DBG(0x20, fmt, ##__VA_ARGS__)
51 #define DEB_CAP(fmt, ...) _DBG(0x40, fmt, ##__VA_ARGS__)
/linux-4.1.27/drivers/media/usb/zr364xx/
Dzr364xx.c73 #define _DBG DBG macro
75 #define _DBG(fmt, args...) macro
378 _DBG("%s\n", __func__); in free_buffer()
431 _DBG("%s\n", __func__); in buffer_queue()
443 _DBG("%s\n", __func__); in buffer_release()
466 _DBG("%s\n", __func__); in zr364xx_read()
586 _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()
650 _DBG("****************Buffer[%d]full*************\n", idx); in zr364xx_read_video_callback()
[all …]
/linux-4.1.27/arch/powerpc/kernel/
Dexceptions-64e.S337 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))