Searched refs:CX18_DEBUG_INFO (Results 1 – 11 of 11) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-fileops.c | 67 CX18_DEBUG_INFO("Start Read VBI\n"); in cx18_claim_stream() 71 CX18_DEBUG_INFO("Stream %d is busy\n", type); in cx18_claim_stream() 176 CX18_DEBUG_INFO("dualwatch: change stereo flag from 0x%x to 0x%x.\n", in cx18_dualwatch() 179 CX18_DEBUG_INFO("dualwatch: changing stereo flag failed\n"); in cx18_dualwatch() 232 CX18_DEBUG_INFO("EOS %s\n", s->name); in cx18_get_mdl() 251 CX18_DEBUG_INFO("User stopped %s\n", s->name); in cx18_get_mdl() 536 CX18_DEBUG_INFO("IDX capture started\n"); in cx18_start_capture() 545 CX18_DEBUG_INFO("VBI insertion started\n"); in cx18_start_capture() 625 CX18_DEBUG_INFO("Could not start capture for %s (%d)\n", in cx18_v4l2_enc_poll() 670 CX18_DEBUG_INFO( in cx18_v4l2_mmap() [all …]
|
D | cx18-driver.c | 304 CX18_DEBUG_INFO("releasing enc_mem\n"); in cx18_iounmap() 433 CX18_DEBUG_INFO("Worldwide tuner detected\n"); in cx18_process_eeprom() 436 CX18_DEBUG_INFO("PAL tuner detected\n"); in cx18_process_eeprom() 439 CX18_DEBUG_INFO("NTSC tuner detected\n"); in cx18_process_eeprom() 442 CX18_DEBUG_INFO("SECAM tuner detected\n"); in cx18_process_eeprom() 631 CX18_DEBUG_INFO("Stream type %d options: %d MB, %d buffers, " in cx18_process_options() 809 CX18_DEBUG_INFO("Enabling pci device\n"); in cx18_setup_pci() 840 CX18_DEBUG_INFO("cx%d (rev %d) at %02x:%02x.%x, " in cx18_setup_pci() 941 CX18_DEBUG_INFO("base addr: 0x%08x\n", cx->base_addr); in cx18_probe() 949 CX18_DEBUG_INFO("attempting ioremap at 0x%08x len 0x%08x\n", in cx18_probe() [all …]
|
D | cx18-dvb.c | 260 CX18_DEBUG_INFO("Start feed: pid = 0x%x index = %d\n", in cx18_dvb_start_feed() 300 CX18_DEBUG_INFO("Starting Transport DMA\n"); in cx18_dvb_start_feed() 305 CX18_DEBUG_INFO("Failed to start Transport DMA\n"); in cx18_dvb_start_feed() 328 CX18_DEBUG_INFO("Stop feed: pid = 0x%x index = %d\n", in cx18_dvb_stop_feed() 333 CX18_DEBUG_INFO("Stopping Transport DMA\n"); in cx18_dvb_stop_feed()
|
D | cx18-controls.c | 47 CX18_DEBUG_INFO("disabled insertion of sliced VBI data into " in cx18_s_stream_vbi_fmt() 74 CX18_DEBUG_INFO("enabled insertion of sliced VBI data into the MPEG PS," in cx18_s_stream_vbi_fmt()
|
D | cx18-gpio.c | 280 CX18_DEBUG_INFO("GPIO initial dir: %08x/%08x out: %08x/%08x\n", in cx18_gpio_init() 325 CX18_DEBUG_INFO("Resetting IR microcontroller\n"); in cx18_reset_ir_gpio() 344 CX18_DEBUG_INFO("Resetting XCeive tuner\n"); in cx18_reset_tuner_gpio()
|
D | cx18-firmware.c | 175 CX18_DEBUG_INFO("load segment %x-%x\n", seghdr.addr, in load_apu_fw_direct() 210 CX18_DEBUG_INFO("Preparing for firmware halt.\n"); in cx18_halt_firmware()
|
D | cx18-queue.c | 355 CX18_DEBUG_INFO("Allocate %s stream: %d x %d buffers " in cx18_stream_alloc() 424 CX18_DEBUG_INFO("Deallocating buffers for %s stream\n", s->name); in cx18_stream_free()
|
D | cx18-ioctl.c | 589 CX18_DEBUG_INFO("Input unchanged\n"); in cx18_s_input() 593 CX18_DEBUG_INFO("Changing input from %d to %d\n", in cx18_s_input() 630 CX18_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency); in cx18_s_frequency() 672 CX18_DEBUG_INFO("Switching standard to %llx.\n", in cx18_s_std()
|
D | cx18-streams.c | 661 CX18_DEBUG_INFO("Setup VBI h: %d lines %x bpl %d fr %d %x %x\n", in cx18_vbi_setup() 799 CX18_DEBUG_INFO("Start encoder stream %s\n", s->name); in cx18_start_v4l2_encode_stream() 991 CX18_DEBUG_INFO("Stop Capture\n"); in cx18_stop_v4l2_encode_stream()
|
D | cx18-driver.h | 179 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) macro
|
D | cx18-mailbox.c | 343 CX18_DEBUG_INFO("%x %s\n", order->mb.args[0], str); in epu_debug()
|