Searched refs:IVTV_DEBUG_WARN (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/ivtv/ |
D | ivtv-udma.c | 103 IVTV_DEBUG_WARN("ivtv_udma_setup: SG_length %d page_count %d still full?\n", in ivtv_udma_setup() 111 IVTV_DEBUG_WARN("ivtv_udma_setup: Error %d page_count from %d bytes %d offset\n", in ivtv_udma_setup() 121 IVTV_DEBUG_WARN("failed to map user pages, returned %d instead of %d\n", in ivtv_udma_setup() 134 IVTV_DEBUG_WARN("%s: could not allocate bounce buffers for highmem userspace buffers\n", in ivtv_udma_setup() 145 IVTV_DEBUG_WARN("%s: DMA map error, SG_length is 0\n", __func__); in ivtv_udma_setup()
|
D | ivtv-mailbox.c | 193 IVTV_DEBUG_WARN("Clearing mailbox %d: cmd 0x%08x flags 0x%08x\n", in clear_all_mailboxes() 252 IVTV_DEBUG_WARN("%s: mailbox %d not free %08x\n", in ivtv_api_call() 265 IVTV_DEBUG_WARN("No free mailbox found (%s)\n", api_info[cmd].name); in ivtv_api_call() 292 IVTV_DEBUG_WARN("Could not get result (%s)\n", api_info[cmd].name); in ivtv_api_call() 304 IVTV_DEBUG_WARN("%s took %u jiffies\n", in ivtv_api_call()
|
D | ivtv-firmware.c | 151 IVTV_DEBUG_WARN("failed loading encoder firmware\n"); in ivtv_firmware_copy() 160 IVTV_DEBUG_WARN("failed loading decoder firmware\n"); in ivtv_firmware_copy() 192 IVTV_DEBUG_WARN("Error %d loading firmware\n", err); in ivtv_firmware_init() 257 IVTV_DEBUG_WARN("failed to read mpeg decoder initialisation file %s\n", in ivtv_init_mpeg_decoder()
|
D | ivtv-fileops.c | 103 IVTV_DEBUG_WARN("Release stream %s not in use!\n", s->name); in ivtv_release_stream() 168 IVTV_DEBUG_WARN("Invalid PGM index %d (>= %d)\n", wr_idx, itv->pgm_info_num); in ivtv_update_pgm_info() 334 IVTV_DEBUG_WARN("copy %zd bytes to user failed for %s\n", len, s->name); in ivtv_copy_buf_to_user() 354 IVTV_DEBUG_WARN("Stream %s not initialized before read\n", s->name); in ivtv_read() 455 IVTV_DEBUG_WARN("VBI capture start failed\n"); in ivtv_start_capture() 478 IVTV_DEBUG_WARN("Failed to start capturing for stream %s\n", s->name); in ivtv_start_capture() 520 IVTV_DEBUG_WARN("start decode, stream already claimed\n"); in ivtv_start_decoding() 582 IVTV_DEBUG_WARN("Failed start decode stream %s\n", s->name); in ivtv_write() 983 IVTV_DEBUG_WARN("nomem on v4l2 open\n");
|
D | ivtv-yuv.c | 55 IVTV_DEBUG_WARN in ivtv_yuv_prep_user_dma() 77 IVTV_DEBUG_WARN in ivtv_yuv_prep_user_dma() 88 IVTV_DEBUG_WARN in ivtv_yuv_prep_user_dma() 110 IVTV_DEBUG_WARN("could not allocate bounce buffers for highmem userspace buffers\n"); in ivtv_yuv_prep_user_dma() 118 IVTV_DEBUG_WARN("%s: DMA map error, SG_length is 0\n", __func__); in ivtv_yuv_prep_user_dma() 228 IVTV_DEBUG_WARN in ivtv_yuv_handle_horizontal() 394 IVTV_DEBUG_WARN in ivtv_yuv_handle_vertical() 406 IVTV_DEBUG_WARN("Source video: %s\n", in ivtv_yuv_handle_vertical() 919 IVTV_DEBUG_WARN("Clipping yuv output - fb size (%d) exceeds video standard limit (%d)\n", in ivtv_yuv_init() 934 IVTV_DEBUG_WARN("Failed to allocate yuv blanking buffer\n"); in ivtv_yuv_init()
|
D | ivtv-irq.c | 124 IVTV_DEBUG_WARN("Stream %s not started\n", s->name); in stream_enc_dma_append() 128 IVTV_DEBUG_WARN("Stream %s not open\n", s->name); in stream_enc_dma_append() 206 IVTV_DEBUG_WARN("Cannot obtain %d bytes for %s data transfer\n", in stream_enc_dma_append() 273 IVTV_DEBUG_WARN("%s: Couldn't find start of buffer within the first 256 bytes\n", s->name); in dma_post() 277 IVTV_DEBUG_WARN("%s: offset %d -> %d\n", s->name, s->dma_last_offset, offset); in dma_post() 545 IVTV_DEBUG_WARN("DEC DMA ERROR %x (xfer %d of %d, retry %d)\n", in ivtv_irq_dma_read() 609 IVTV_DEBUG_WARN("ENC DMA ERROR %x (offset %08x, xfer %d of %d, retry %d)\n", data[0], in ivtv_irq_enc_dma_complete() 677 IVTV_DEBUG_WARN("DMA ERROR %08x %08x %08x %d\n", data[0], data[1], in ivtv_irq_dma_err() 752 IVTV_DEBUG_WARN("Unknown input: %08x %08x %08x\n", in ivtv_irq_enc_start_cap()
|
D | ivtv-streams.c | 635 IVTV_DEBUG_WARN( "Error starting capture!\n"); in ivtv_start_v4l2_encode_stream() 710 IVTV_DEBUG_WARN("Couldn't initialize decoder source\n"); in ivtv_setup_v4l2_decode_stream() 862 IVTV_DEBUG_WARN("%s: EOS interrupt not received! stopping anyway.\n", s->name); in ivtv_stop_v4l2_encode_stream() 863 IVTV_DEBUG_WARN("%s: waited %lu ms.\n", s->name, duration); in ivtv_stop_v4l2_encode_stream()
|
D | ivtv-controls.c | 108 IVTV_DEBUG_WARN("GET_TIMING: couldn't read clock\n"); in ivtv_g_pts_frame()
|
D | ivtv-driver.h | 145 #define IVTV_DEBUG_WARN(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_WARN, "warn", fmt , ## args) macro
|