Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/deprecated/saa7146/common/
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__)
/Linux-v6.1/drivers/staging/media/deprecated/zr364xx/
Dzr364xx.c59 #define _DBG DBG macro
61 #define _DBG(fmt, args...) macro
358 _DBG("%s\n", __func__); in free_buffer()
407 _DBG("%s\n", __func__); in buffer_queue()
419 _DBG("%s\n", __func__); in buffer_release()
442 _DBG("%s\n", __func__); in zr364xx_read()
561 _DBG("buffer to user\n"); in zr364xx_read_video_callback()
592 _DBG("jpeg header, "); in zr364xx_read_video_callback()
610 _DBG("header : %d %d %d %d %d %d %d %d %d\n", in zr364xx_read_video_callback()
630 _DBG("****************Buffer[%d]full*************\n", idx); in zr364xx_read_video_callback()
[all …]
/Linux-v6.1/arch/powerpc/kernel/
Dexceptions-64e.S315 EXCEPTION_PROLOG(n, intnum, DBG, addition##_DBG(n))