Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-firmware.c78 IVTV_DEBUG_INFO("Preparing for firmware halt.\n"); in ivtv_halt_firmware()
87 IVTV_DEBUG_INFO("Stopping VDM\n"); in ivtv_halt_firmware()
90 IVTV_DEBUG_INFO("Stopping AO\n"); in ivtv_halt_firmware()
93 IVTV_DEBUG_INFO("pinging (?) APU\n"); in ivtv_halt_firmware()
96 IVTV_DEBUG_INFO("Stopping VPU\n"); in ivtv_halt_firmware()
102 IVTV_DEBUG_INFO("Resetting Hw Blocks\n"); in ivtv_halt_firmware()
105 IVTV_DEBUG_INFO("Stopping SPU\n"); in ivtv_halt_firmware()
110 IVTV_DEBUG_INFO("init Encoder SDRAM pre-charge\n"); in ivtv_halt_firmware()
117 IVTV_DEBUG_INFO("init Decoder SDRAM pre-charge\n"); in ivtv_halt_firmware()
148 IVTV_DEBUG_INFO("Loading encoder image\n"); in ivtv_firmware_copy()
[all …]
A Divtv-driver.c382 IVTV_DEBUG_INFO("releasing reg_mem\n"); in ivtv_iounmap()
388 IVTV_DEBUG_INFO("releasing dec_mem\n"); in ivtv_iounmap()
395 IVTV_DEBUG_INFO("releasing enc_mem\n"); in ivtv_iounmap()
531 IVTV_DEBUG_INFO("PAL tuner detected\n"); in ivtv_process_eeprom()
534 IVTV_DEBUG_INFO("NTSC tuner detected\n"); in ivtv_process_eeprom()
537 IVTV_DEBUG_INFO("SECAM tuner detected\n"); in ivtv_process_eeprom()
834 IVTV_DEBUG_INFO("Enabling pci device\n"); in ivtv_setup_pci()
1092 IVTV_DEBUG_INFO("activating i2c...\n"); in ivtv_probe()
1397 IVTV_DEBUG_INFO("Removing card\n"); in ivtv_remove()
1403 IVTV_DEBUG_INFO("Stopping all streams\n"); in ivtv_remove()
[all …]
A Divtv-fileops.c51 IVTV_DEBUG_INFO("Start Read VBI\n"); in ivtv_claim_stream()
55 IVTV_DEBUG_INFO("Stream %d is busy\n", type); in ivtv_claim_stream()
250 IVTV_DEBUG_INFO("EOS %s\n", s->name); in ivtv_get_buffer()
270 IVTV_DEBUG_INFO("User stopped %s\n", s->name); in ivtv_get_buffer()
464 IVTV_DEBUG_INFO("VBI insertion started\n"); in ivtv_start_capture()
629 IVTV_DEBUG_INFO("User stopped %s\n", s->name); in ivtv_write()
691 IVTV_DEBUG_INFO("User interrupted %s\n", s->name); in ivtv_write()
809 IVTV_DEBUG_INFO("close stopping capture\n"); in ivtv_stop_capture()
850 IVTV_DEBUG_INFO("close stopping decode\n"); in ivtv_stop_decoding()
1050 IVTV_DEBUG_INFO("Mute\n");
[all …]
A Divtv-streams.c448 IVTV_DEBUG_INFO( in ivtv_vbi_setup()
460 IVTV_DEBUG_INFO("Setup VBI start 0x%08x frames %d fpi %d\n", in ivtv_vbi_setup()
497 IVTV_DEBUG_INFO("Start encoder stream %s\n", s->name); in ivtv_start_v4l2_encode_stream()
595 IVTV_DEBUG_INFO("PGM Index at 0x%08x with %d elements\n", in ivtv_start_v4l2_encode_stream()
666 IVTV_DEBUG_INFO("Setting some initial decoder settings\n"); in ivtv_setup_v4l2_decode_stream()
684 IVTV_DEBUG_INFO("Decoder VBI RE-Insert start 0x%08x size 0x%08x\n", in ivtv_setup_v4l2_decode_stream()
701 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream()
731 IVTV_DEBUG_INFO("Starting decode stream %s (gop_offset %d)\n", s->name, gop_offset); in ivtv_start_v4l2_decode_stream()
801 IVTV_DEBUG_INFO("Stop Capture\n"); in ivtv_stop_v4l2_encode_stream()
865 IVTV_DEBUG_INFO("%s: EOS took %lu ms to occur.\n", s->name, duration); in ivtv_stop_v4l2_encode_stream()
[all …]
A Divtv-gpio.c100 IVTV_DEBUG_INFO("Resetting PVR150 IR\n"); in ivtv_reset_ir_gpio()
124 IVTV_DEBUG_INFO("Resetting tuner\n"); in ivtv_reset_tuner_gpio()
338 IVTV_DEBUG_INFO("GPIO initial dir: %08x out: %08x\n", in ivtv_gpio_init()
A Divtv-ioctl.c181 IVTV_DEBUG_INFO("Setting Speed to 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x 0x%08x\n", in ivtv_set_speed()
987 IVTV_DEBUG_INFO("Input unchanged\n"); in ivtv_s_input()
995 IVTV_DEBUG_INFO("Changing input from %d to %d\n", in ivtv_s_input()
1040 IVTV_DEBUG_INFO("Output unchanged\n"); in ivtv_s_output()
1043 IVTV_DEBUG_INFO("Changing output from %d to %d\n", in ivtv_s_output()
1079 IVTV_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency); in ivtv_s_frequency()
1176 IVTV_DEBUG_INFO("Switching standard to %llx.\n", in ivtv_s_std()
A Divtv-udma.c157 IVTV_DEBUG_INFO("ivtv_unmap_user_dma\n"); in ivtv_udma_unmap()
A Divtv-queue.c190 IVTV_DEBUG_INFO("Allocate %s%s stream: %d x %d buffers (%dkB total)\n", in ivtv_stream_alloc()
A Divtv-irq.c161 IVTV_DEBUG_INFO("VBI offset == 0\n"); in stream_enc_dma_append()
1015 IVTV_DEBUG_INFO("Stereo mode changed\n"); in ivtv_irq_handler()
A Divtv-driver.h146 #define IVTV_DEBUG_INFO(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_INFO, "info", fmt , ## args) macro
A Divtvfb.c314 IVTV_DEBUG_INFO("User stopped OSD\n"); in ivtvfb_prep_dec_dma_to_device()
A Divtv-yuv.c1094 IVTV_DEBUG_INFO("User stopped YUV UDMA\n"); in ivtv_yuv_udma_frame()

Completed in 24 milliseconds