Searched refs:DEB_D (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_fops.c | 15 DEB_D("already allocated! want: 0x%02x, cur:0x%02x\n", in saa7146_res_get() 23 DEB_D("locked! vv->resources:0x%02x, we want:0x%02x\n", in saa7146_res_get() 30 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get() 41 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources); in saa7146_res_free() 60 DEB_D("immediately activating buffer %p\n", buf); in saa7146_buffer_queue() 64 DEB_D("adding buffer %p to queue. (active buffer present)\n", in saa7146_buffer_queue() 83 DEB_D("aiii. no current buffer\n"); in saa7146_buffer_finish() 164 DEB_D("timeout on %p\n", q->curr); in saa7146_buffer_timeout()
|
H A D | saa7146_vbi.c | 44 DEB_D("...using port b\n"); in vbi_workaround() 51 DEB_D("...using port a\n"); in vbi_workaround()
|
H A D | saa7146_video.c | 79 DEB_D("unknown pixelformat:'%4.4s'\n", (char *)&fourcc); in saa7146_format_by_fourcc() 413 DEB_D("w:%d, h:%d, bytesperline:%d, sizeimage:%d\n", in vidioc_try_fmt_vid_cap() 475 DEB_D("cannot change video standard while streaming capture is active\n"); in vidioc_s_std()
|
H A D | saa7146_core.c | 444 DEB_D("ext->probe() failed for %p. skipping device.\n", dev); in saa7146_init_one() 449 DEB_D("ext->attach() failed for %p. skipping device.\n", dev); in saa7146_init_one()
|
/openbmc/linux/drivers/media/pci/saa7146/ |
H A D | hexium_gemini.c | 157 DEB_D("hexium_init_done called\n"); in hexium_init_done() 175 DEB_D("\n"); in hexium_set_input() 190 DEB_D("\n"); in hexium_set_standard() 213 DEB_D("v4l2_ioctl: VIDIOC_ENUMINPUT %d\n", i->index); in vidioc_enum_input() 224 DEB_D("VIDIOC_G_INPUT: %d\n", *input); in vidioc_g_input()
|
H A D | hexium_orion.c | 283 DEB_D("hexium_init_done called\n"); in hexium_init_done() 301 DEB_D("\n"); in hexium_set_input() 324 DEB_D("v4l2_ioctl: VIDIOC_ENUMINPUT %d\n", i->index); in vidioc_enum_input() 335 DEB_D("VIDIOC_G_INPUT: %d\n", *input); in vidioc_g_input()
|
H A D | mxb.c | 231 DEB_D("not enough kernel memory\n"); in mxb_probe() 413 DEB_D("failed to initialize 'sound arena module'\n"); in mxb_init_done() 539 DEB_D("VIDIOC_G_TUNER: channel %d does not have a tuner attached\n", in vidioc_g_tuner() 561 DEB_D("VIDIOC_S_TUNER: channel %d does not have a tuner attached\n", in vidioc_s_tuner() 636 DEB_D("VIDIOC_S_AUDIO %d\n", a->index); in vidioc_s_audio() 770 DEB_D("VIDIOC_S_STD: setting mxb for PAL_I\n"); in std_callback() 782 DEB_D("VIDIOC_S_STD: setting mxb for PAL/NTSC/SECAM\n"); in std_callback()
|
/openbmc/linux/include/media/drv-intf/ |
H A D | saa7146.h | 42 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__) macro
|