Home
last modified time | relevance | path

Searched refs:DEB_D (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/media/common/
Dsaa7146_video.c100 DEB_D("unknown pixelformat:'%4.4s'\n", (char *)&fourcc); in saa7146_format_by_fourcc()
117 DEB_D("no overlay data available. try S_FMT first.\n"); in saa7146_start_preview()
123 DEB_D("streaming capture is active\n"); in saa7146_start_preview()
130 DEB_D("overlay is already active\n"); in saa7146_start_preview()
133 DEB_D("overlay is already active in another open\n"); in saa7146_start_preview()
138 DEB_D("cannot get necessary overlay resources\n"); in saa7146_start_preview()
151 DEB_D("%dx%d+%d+%d %s field=%s\n", in saa7146_start_preview()
157 DEB_D("enabling overlay failed: %d\n", ret); in saa7146_start_preview()
178 DEB_D("streaming capture is active\n"); in saa7146_stop_preview()
184 DEB_D("no active overlay\n"); in saa7146_stop_preview()
[all …]
Dsaa7146_fops.c15 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()
31 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get()
44 DEB_D("res: put 0x%02x, cur:0x%02x\n", bits, vv->resources); in saa7146_res_free()
80 DEB_D("immediately activating buffer %p\n", buf); in saa7146_buffer_queue()
85 DEB_D("adding buffer %p to queue. (active buffer present)\n", in saa7146_buffer_queue()
103 DEB_D("aiii. no current buffer\n"); in saa7146_buffer_finish()
176 DEB_D("timeout on %p\n", q->curr); in saa7146_buffer_timeout()
209 DEB_D("using: %p\n", dev); in fops_open()
331 DEB_D("using video queue\n"); in fops_poll()
[all …]
Dsaa7146_core.c472 DEB_D("ext->probe() failed for %p. skipping device.\n", dev); in saa7146_init_one()
477 DEB_D("ext->attach() failed for %p. skipping device.\n", dev); in saa7146_init_one()
Dsaa7146_vbi.c43 DEB_D("...using port b\n"); in vbi_workaround()
50 DEB_D("...using port a\n"); in vbi_workaround()
/linux-3.4.99/drivers/media/video/
Dmxb.c177 DEB_D("not enough kernel memory\n"); in mxb_probe()
352 DEB_D("failed to initialize 'sound arena module'\n"); in mxb_init_done()
396 DEB_D("VIDIOC_QUERYCTRL %d\n", qc->id); in vidioc_queryctrl()
419 DEB_D("VIDIOC_G_CTRL V4L2_CID_AUDIO_MUTE:%d\n", vc->value); in vidioc_g_ctrl()
535 DEB_D("VIDIOC_G_TUNER: channel %d does not have a tuner attached\n", in vidioc_g_tuner()
557 DEB_D("VIDIOC_S_TUNER: channel %d does not have a tuner attached\n", in vidioc_s_tuner()
572 DEB_D("VIDIOC_G_FREQ: channel %d does not have a tuner!\n", in vidioc_g_frequency()
596 DEB_D("VIDIOC_S_FREQ: channel %d does not have a tuner!\n", in vidioc_s_frequency()
621 DEB_D("VIDIOC_G_AUDIO %d out of range\n", a->index); in vidioc_g_audio()
632 DEB_D("VIDIOC_S_AUDIO %d\n", a->index); in vidioc_s_audio()
[all …]
Dhexium_gemini.c181 DEB_D("hexium_init_done called\n"); in hexium_init_done()
199 DEB_D("\n"); in hexium_set_input()
214 DEB_D("\n"); in hexium_set_standard()
237 DEB_D("v4l2_ioctl: VIDIOC_ENUMINPUT %d\n", i->index); in vidioc_enum_input()
248 DEB_D("VIDIOC_G_INPUT: %d\n", *input); in vidioc_g_input()
278 DEB_D("VIDIOC_QUERYCTRL %d\n", qc->id); in vidioc_queryctrl()
301 DEB_D("VIDIOC_G_CTRL BW:%d\n", vc->value); in vidioc_g_ctrl()
324 DEB_D("VIDIOC_S_CTRL BW:%d\n", hexium->cur_bw); in vidioc_s_ctrl()
Dhexium_orion.c294 DEB_D("hexium_init_done called\n"); in hexium_init_done()
312 DEB_D("\n"); in hexium_set_input()
335 DEB_D("v4l2_ioctl: VIDIOC_ENUMINPUT %d\n", i->index); in vidioc_enum_input()
346 DEB_D("VIDIOC_G_INPUT: %d\n", *input); in vidioc_g_input()
/linux-3.4.99/include/media/
Dsaa7146.h42 #define DEB_D(fmt, ...) _DBG(0x02, fmt, ##__VA_ARGS__) macro