Home
last modified time | relevance | path

Searched refs:JOT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/media/easycap/
Deasycap_low.c49 JOT(8, ":-(%i\n", __LINE__); return __rc; \
57 JOT(8, ":-(%i\n", __LINE__); return __rc; \
311 JOT(8, "unexpected 0x%02X " in regset()
318 JOT(8, "unexpected 0x%02X != 0x%02X " in regset()
393 JOT(16, "write_vt(., 0x%04X, 0x%04X): was 0x%04X\n", in write_vt()
429 JOT(16, "read_vt(., 0x%04X): has 0x%04X\n", in read_vt()
527 JOT(8, "hardware detects 60 Hz\n"); in ready_saa()
530 JOT(8, "hardware detects 50 Hz\n"); in ready_saa()
533 JOT(8, "hardware detects interlacing\n"); in ready_saa()
536 JOT(8, "hardware detects no interlacing\n"); in ready_saa()
[all …]
Deasycap_sound.c217 JOT(16, "\n"); in easycap_alsa_complete()
421 JOT(4, "\n"); in easycap_alsa_open()
468 JOT(4, "\n"); in easycap_alsa_close()
480 JOT(4, "ending successfully\n"); in easycap_alsa_close()
487 JOT(4, "\n"); in easycap_alsa_vmalloc()
515 JOT(4, "%i\n", (params_buffer_bytes(phw))); in easycap_alsa_hw_params()
529 JOT(4, "\n"); in easycap_alsa_hw_free()
541 JOT(8, "prt->dma_area = %p\n", prt->dma_area); in easycap_alsa_hw_free()
545 JOT(8, "dma_area already freed\n"); in easycap_alsa_hw_free()
554 JOT(4, "\n"); in easycap_alsa_prepare()
[all …]
Deasycap_main.c142 JOT(4, "\n"); in easycap_open()
889 JOT(4, " null-->dongle[%i].peasycap\n", kd); in easycap_delete()
908 JOT(4, "ending.\n"); in easycap_delete()
917 JOT(8, "\n"); in easycap_poll()
920 JOT(8, "WARNING: poll table pointer is NULL ... continuing\n"); in easycap_poll()
2366 JOT(8, "%i=peasycap->vma_many\n", peasycap->vma_many); in easycap_vma_open()
2380 JOT(8, "%i=peasycap->vma_many\n", peasycap->vma_many); in easycap_vma_close()
2406 JOT(4, "%4i=k, %4i=m\n", k, m); in easycap_vma_fault()
2408 JOT(16, "%4i=k, %4i=m\n", k, m); in easycap_vma_fault()
2453 JOT(8, "\n"); in easycap_mmap()
[all …]
Deasycap.h536 #define JOT(n, format, args...) do { \ macro
550 #define JOT(n, format, args...) do {} while (0) macro