Searched refs:CX18_DEBUG_INFO (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 68 CX18_DEBUG_INFO("Start Read VBI\n"); in cx18_claim_stream() 72 CX18_DEBUG_INFO("Stream %d is busy\n", type); in cx18_claim_stream() 177 CX18_DEBUG_INFO("dualwatch: change stereo flag from 0x%x to 0x%x.\n", in cx18_dualwatch() 180 CX18_DEBUG_INFO("dualwatch: changing stereo flag failed\n"); in cx18_dualwatch() 233 CX18_DEBUG_INFO("EOS %s\n", s->name); in cx18_get_mdl() 252 CX18_DEBUG_INFO("User stopped %s\n", s->name); in cx18_get_mdl() 537 CX18_DEBUG_INFO("IDX capture started\n"); in cx18_start_capture() 546 CX18_DEBUG_INFO("VBI insertion started\n"); in cx18_start_capture() 629 CX18_DEBUG_INFO("Could not start capture for %s (%d)\n", in cx18_v4l2_enc_poll() 679 CX18_DEBUG_INFO( in cx18_v4l2_mmap() [all …]
|
D | cx18-driver.c | 304 CX18_DEBUG_INFO("releasing enc_mem\n"); in cx18_iounmap() 440 CX18_DEBUG_INFO("Worldwide tuner detected\n"); in cx18_process_eeprom() 443 CX18_DEBUG_INFO("PAL tuner detected\n"); in cx18_process_eeprom() 446 CX18_DEBUG_INFO("NTSC tuner detected\n"); in cx18_process_eeprom() 449 CX18_DEBUG_INFO("SECAM tuner detected\n"); in cx18_process_eeprom() 638 CX18_DEBUG_INFO("Stream type %d options: %d MB, %d buffers, " in cx18_process_options() 816 CX18_DEBUG_INFO("Enabling pci device\n"); in cx18_setup_pci() 847 CX18_DEBUG_INFO("cx%d (rev %d) at %02x:%02x.%x, " in cx18_setup_pci() 948 CX18_DEBUG_INFO("base addr: 0x%llx\n", (u64)cx->base_addr); in cx18_probe() 956 CX18_DEBUG_INFO("attempting ioremap at 0x%llx len 0x%08x\n", in cx18_probe() [all …]
|
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-dvb.c | 262 CX18_DEBUG_INFO("Start feed: pid = 0x%x index = %d\n", in cx18_dvb_start_feed() 302 CX18_DEBUG_INFO("Starting Transport DMA\n"); in cx18_dvb_start_feed() 307 CX18_DEBUG_INFO("Failed to start Transport DMA\n"); in cx18_dvb_start_feed() 330 CX18_DEBUG_INFO("Stop feed: pid = 0x%x index = %d\n", in cx18_dvb_stop_feed() 335 CX18_DEBUG_INFO("Stopping Transport DMA\n"); in cx18_dvb_stop_feed()
|
D | cx18-gpio.c | 284 CX18_DEBUG_INFO("GPIO initial dir: %08x/%08x out: %08x/%08x\n", in cx18_gpio_init() 329 CX18_DEBUG_INFO("Resetting IR microcontroller\n"); in cx18_reset_ir_gpio() 348 CX18_DEBUG_INFO("Resetting XCeive tuner\n"); in cx18_reset_tuner_gpio()
|
D | cx18-firmware.c | 180 CX18_DEBUG_INFO("load segment %x-%x\n", seghdr.addr, in load_apu_fw_direct() 215 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 | 522 CX18_DEBUG_INFO("Input unchanged\n"); in cx18_s_input() 526 CX18_DEBUG_INFO("Changing input from %d to %d\n", in cx18_s_input() 568 CX18_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency); in cx18_s_frequency() 610 CX18_DEBUG_INFO("Switching standard to %llx.\n", in cx18_s_std()
|
D | cx18-streams.c | 657 CX18_DEBUG_INFO("Setup VBI h: %d lines %x bpl %d fr %d %x %x\n", in cx18_vbi_setup() 795 CX18_DEBUG_INFO("Start encoder stream %s\n", s->name); in cx18_start_v4l2_encode_stream() 986 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()
|