Searched refs:DEB_VBI (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 18 DEB_VBI("dev:%p\n", dev); in vbi_workaround() 107 DEB_VBI("brs bug workaround %d/1\n", i); in vbi_workaround() 120 DEB_VBI("aborted (rps:0x%08x)\n", in vbi_workaround() 212 DEB_VBI("dev:%p, buf:%p, next:%p\n", dev, buf, next); in buffer_activate() 233 DEB_VBI("vb:%p\n", vb); in buffer_prepare() 236 DEB_VBI("size mismatch\n"); in buffer_prepare() 268 DEB_VBI("error out\n"); in buffer_prepare() 284 DEB_VBI("count:%d, size:%d\n", *count, *size); in buffer_setup() 297 DEB_VBI("vb:%p\n", vb); in buffer_queue() 308 DEB_VBI("vb:%p\n", vb); in buffer_release() [all …]
|
/linux-5.19.10/include/media/drv-intf/ |
D | saa7146.h | 48 #define DEB_VBI(fmt, ...) _DBG(0x10, fmt, ##__VA_ARGS__) macro
|