Searched refs:CX18_DEBUG_INFO (Results 1 – 11 of 11) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 53 CX18_DEBUG_INFO("Start Read VBI\n"); in cx18_claim_stream() 57 CX18_DEBUG_INFO("Stream %d is busy\n", type); in cx18_claim_stream() 162 CX18_DEBUG_INFO("dualwatch: change stereo flag from 0x%x to 0x%x.\n", in cx18_dualwatch() 165 CX18_DEBUG_INFO("dualwatch: changing stereo flag failed\n"); in cx18_dualwatch() 218 CX18_DEBUG_INFO("EOS %s\n", s->name); in cx18_get_mdl() 237 CX18_DEBUG_INFO("User stopped %s\n", s->name); in cx18_get_mdl() 522 CX18_DEBUG_INFO("IDX capture started\n"); in cx18_start_capture() 531 CX18_DEBUG_INFO("VBI insertion started\n"); in cx18_start_capture() 614 CX18_DEBUG_INFO("Could not start capture for %s (%d)\n", in cx18_v4l2_enc_poll() 664 CX18_DEBUG_INFO( in cx18_v4l2_mmap() [all …]
|
D | cx18-driver.c | 290 CX18_DEBUG_INFO("releasing enc_mem\n"); in cx18_iounmap() 426 CX18_DEBUG_INFO("Worldwide tuner detected\n"); in cx18_process_eeprom() 429 CX18_DEBUG_INFO("PAL tuner detected\n"); in cx18_process_eeprom() 432 CX18_DEBUG_INFO("NTSC tuner detected\n"); in cx18_process_eeprom() 435 CX18_DEBUG_INFO("SECAM tuner detected\n"); in cx18_process_eeprom() 624 CX18_DEBUG_INFO("Stream type %d options: %d MB, %d buffers, %d bytes\n", in cx18_process_options() 802 CX18_DEBUG_INFO("Enabling pci device\n"); in cx18_setup_pci() 833 CX18_DEBUG_INFO("cx%d (rev %d) at %02x:%02x.%x, irq: %d, latency: %d, memory: 0x%llx\n", in cx18_setup_pci() 931 CX18_DEBUG_INFO("base addr: 0x%llx\n", (u64)cx->base_addr); in cx18_probe() 939 CX18_DEBUG_INFO("attempting ioremap at 0x%llx len 0x%08x\n", in cx18_probe() [all …]
|
D | cx18-dvb.c | 246 CX18_DEBUG_INFO("Start feed: pid = 0x%x index = %d\n", in cx18_dvb_start_feed() 286 CX18_DEBUG_INFO("Starting Transport DMA\n"); in cx18_dvb_start_feed() 291 CX18_DEBUG_INFO("Failed to start Transport DMA\n"); in cx18_dvb_start_feed() 314 CX18_DEBUG_INFO("Stop feed: pid = 0x%x index = %d\n", in cx18_dvb_stop_feed() 319 CX18_DEBUG_INFO("Stopping Transport DMA\n"); in cx18_dvb_stop_feed()
|
D | cx18-controls.c | 33 CX18_DEBUG_INFO("disabled insertion of sliced VBI data into the MPEG stream\n"); in cx18_s_stream_vbi_fmt() 58 …CX18_DEBUG_INFO("enabled insertion of sliced VBI data into the MPEG PS,when sliced VBI is enabled\… in cx18_s_stream_vbi_fmt()
|
D | cx18-gpio.c | 270 CX18_DEBUG_INFO("GPIO initial dir: %08x/%08x out: %08x/%08x\n", in cx18_gpio_init() 315 CX18_DEBUG_INFO("Resetting IR microcontroller\n"); in cx18_reset_ir_gpio() 334 CX18_DEBUG_INFO("Resetting XCeive tuner\n"); in cx18_reset_tuner_gpio()
|
D | cx18-firmware.c | 166 CX18_DEBUG_INFO("load segment %x-%x\n", seghdr.addr, in load_apu_fw_direct() 201 CX18_DEBUG_INFO("Preparing for firmware halt.\n"); in cx18_halt_firmware()
|
D | cx18-queue.c | 340 CX18_DEBUG_INFO("Allocate %s stream: %d x %d buffers (%d.%02d kB total)\n", in cx18_stream_alloc() 408 CX18_DEBUG_INFO("Deallocating buffers for %s stream\n", s->name); in cx18_stream_free()
|
D | cx18-ioctl.c | 516 CX18_DEBUG_INFO("Input unchanged\n"); in cx18_s_input() 520 CX18_DEBUG_INFO("Changing input from %d to %d\n", in cx18_s_input() 562 CX18_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency); in cx18_s_frequency() 604 CX18_DEBUG_INFO("Switching standard to %llx.\n", in cx18_s_std()
|
D | cx18-streams.c | 641 CX18_DEBUG_INFO("Setup VBI h: %d lines %x bpl %d fr %d %x %x\n", in cx18_vbi_setup() 779 CX18_DEBUG_INFO("Start encoder stream %s\n", s->name); in cx18_start_v4l2_encode_stream() 970 CX18_DEBUG_INFO("Stop Capture\n"); in cx18_stop_v4l2_encode_stream()
|
D | cx18-driver.h | 165 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) macro
|
D | cx18-mailbox.c | 328 CX18_DEBUG_INFO("%x %s\n", order->mb.args[0], str); in epu_debug()
|