Searched refs:IVTV_DEBUG_WARN (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtv-firmware.c151 IVTV_DEBUG_WARN("failed loading encoder firmware\n");
160 IVTV_DEBUG_WARN("failed loading decoder firmware\n");
192 IVTV_DEBUG_WARN("Error %d loading firmware\n", err);
257 IVTV_DEBUG_WARN("failed to read mpeg decoder initialisation file %s\n",
H A Divtv-udma.c103 IVTV_DEBUG_WARN("ivtv_udma_setup: SG_length %d page_count %d still full?\n",
111 IVTV_DEBUG_WARN("ivtv_udma_setup: Error %d page_count from %d bytes %d offset\n",
121 IVTV_DEBUG_WARN("failed to map user pages, returned %d instead of %d\n",
H A Divtv-mailbox.c193 IVTV_DEBUG_WARN("Clearing mailbox %d: cmd 0x%08x flags 0x%08x\n",
252 IVTV_DEBUG_WARN("%s: mailbox %d not free %08x\n",
265 IVTV_DEBUG_WARN("No free mailbox found (%s)\n", api_info[cmd].name);
292 IVTV_DEBUG_WARN("Could not get result (%s)\n", api_info[cmd].name);
304 IVTV_DEBUG_WARN("%s took %u jiffies\n",
H A Divtv-fileops.c103 IVTV_DEBUG_WARN("Release stream %s not in use!\n", s->name);
168 IVTV_DEBUG_WARN("Invalid PGM index %d (>= %d)\n", wr_idx, itv->pgm_info_num);
334 IVTV_DEBUG_WARN("copy %zd bytes to user failed for %s\n", len, s->name);
354 IVTV_DEBUG_WARN("Stream %s not initialized before read\n", s->name);
455 IVTV_DEBUG_WARN("VBI capture start failed\n");
478 IVTV_DEBUG_WARN("Failed to start capturing for stream %s\n", s->name);
520 IVTV_DEBUG_WARN("start decode, stream already claimed\n");
582 IVTV_DEBUG_WARN("Failed start decode stream %s\n", s->name);
983 IVTV_DEBUG_WARN("nomem on v4l2 open\n");
H A Divtv-irq.c124 IVTV_DEBUG_WARN("Stream %s not started\n", s->name);
128 IVTV_DEBUG_WARN("Stream %s not open\n", s->name);
206 IVTV_DEBUG_WARN("Cannot obtain %d bytes for %s data transfer\n",
273 IVTV_DEBUG_WARN("%s: Couldn't find start of buffer within the first 256 bytes\n", s->name);
277 IVTV_DEBUG_WARN("%s: offset %d -> %d\n", s->name, s->dma_last_offset, offset);
545 IVTV_DEBUG_WARN("DEC DMA ERROR %x (xfer %d of %d, retry %d)\n",
609 IVTV_DEBUG_WARN("ENC DMA ERROR %x (offset %08x, xfer %d of %d, retry %d)\n", data[0],
677 IVTV_DEBUG_WARN("DMA ERROR %08x %08x %08x %d\n", data[0], data[1],
752 IVTV_DEBUG_WARN("Unknown input: %08x %08x %08x\n",
H A Divtv-yuv.c55 IVTV_DEBUG_WARN
77 IVTV_DEBUG_WARN
88 IVTV_DEBUG_WARN
110 IVTV_DEBUG_WARN("could not allocate bounce buffers for highmem userspace buffers\n");
222 IVTV_DEBUG_WARN
388 IVTV_DEBUG_WARN
400 IVTV_DEBUG_WARN("Source video: %s\n",
913 IVTV_DEBUG_WARN("Clipping yuv output - fb size (%d) exceeds video standard limit (%d)\n",
928 IVTV_DEBUG_WARN("Failed to allocate yuv blanking buffer\n");
H A Divtv-controls.c108 IVTV_DEBUG_WARN("GET_TIMING: couldn't read clock\n");
H A Divtv-streams.c637 IVTV_DEBUG_WARN( "Error starting capture!\n");
712 IVTV_DEBUG_WARN("Couldn't initialize decoder source\n");
864 IVTV_DEBUG_WARN("%s: EOS interrupt not received! stopping anyway.\n", s->name);
865 IVTV_DEBUG_WARN("%s: waited %lu ms.\n", s->name, duration);
H A Divtv-driver.h145 #define IVTV_DEBUG_WARN(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_WARN, "warn", fmt , ## args) macro

Completed in 120 milliseconds