Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/ivtv/
Divtvfb.c134 #define IVTVFB_WARN(fmt, args...) printk(KERN_WARNING "ivtvfb%d: " fmt, itv->instance , ## args) macro
295 IVTVFB_WARN("ivtvfb_prep_dec_dma_to_device, " in ivtvfb_prep_dec_dma_to_device()
347 IVTVFB_WARN("ivtvfb_prep_frame: Overflowing the framebuffer %ld, only %d available\n", in ivtvfb_prep_frame()
354 IVTVFB_WARN("ivtvfb_prep_frame: Source address not 32 bit aligned (0x%08lx)\n", in ivtvfb_prep_frame()
358 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset); in ivtvfb_prep_frame()
361 IVTVFB_WARN("ivtvfb_prep_frame: Count not a multiple of 4 (%d)\n", count); in ivtvfb_prep_frame()
365 IVTVFB_WARN("Invalid userspace pointer 0x%08lx\n", in ivtvfb_prep_frame()
1269 IVTVFB_WARN("Framebuffer %d is in use, cannot unload\n", in ivtvfb_callback_cleanup()