Searched refs:CX18_INFO (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-driver.c | 314 CX18_INFO("eeprom dump:\n"); in cx18_eeprom_dump() 317 CX18_INFO("eeprom %02x:", i); in cx18_eeprom_dump() 353 CX18_INFO("eeprom PCI ID: %02x%02x:%02x%02x\n", in cx18_read_eeprom() 402 CX18_INFO("Unknown EEPROM encoding\n"); in cx18_process_eeprom() 418 CX18_INFO("Autodetected %s\n", cx->card_name); in cx18_process_eeprom() 452 CX18_INFO("No tuner detected, default to NTSC-M\n"); in cx18_process_eeprom() 649 CX18_INFO("Ignore card\n"); in cx18_process_options() 654 CX18_INFO("User specified %s card\n", cx->card->name); in cx18_process_options() 660 CX18_INFO("Autodetected Hauppauge card\n"); in cx18_process_options() 677 CX18_INFO("Autodetected %s card\n", cx->card->name); in cx18_process_options() [all …]
|
D | cx18-ioctl.c | 1026 CX18_INFO("Version: %s Card: %s\n", CX18_VERSION, cx->card_name); in cx18_log_status() 1035 CX18_INFO("Video Input: %s\n", vidin.name); in cx18_log_status() 1036 CX18_INFO("Audio Input: %s\n", audin.name); in cx18_log_status() 1038 CX18_INFO("GPIO: direction 0x%08x, value 0x%08x\n", in cx18_log_status() 1041 CX18_INFO("Tuner: %s\n", in cx18_log_status() 1044 CX18_INFO("Status flags: 0x%08lx\n", cx->i_flags); in cx18_log_status() 1050 CX18_INFO("Stream %s: status 0x%04lx, %d%% of %d KiB (%d buffers) in use\n", in cx18_log_status() 1056 CX18_INFO("Read MPEG/VBI: %lld/%lld bytes\n", in cx18_log_status()
|
D | cx18-streams.c | 345 CX18_INFO("Disabled %s device\n", cx18_stream_info[type].name); in cx18_prep_dev() 453 CX18_INFO("Registered device %s for %s (%d x %d.%02d kB)\n", in cx18_reg_dev() 460 CX18_INFO("Registered device %s for %s\n", name, s->name); in cx18_reg_dev() 465 CX18_INFO("Registered device %s for %s " in cx18_reg_dev() 470 CX18_INFO("Registered device %s for %s\n", in cx18_reg_dev() 998 CX18_INFO("ignoring gop_end: not (yet?) supported by the firmware\n"); in cx18_stop_v4l2_encode_stream()
|
D | cx18-dvb.c | 413 CX18_INFO("DVB Frontend registered\n"); in cx18_dvb_register() 414 CX18_INFO("Registered DVB adapter%d for %s (%d x %d.%02d kB)\n", in cx18_dvb_register() 447 CX18_INFO("unregister DVB\n"); in cx18_dvb_unregister()
|
D | cx18-firmware.c | 133 CX18_INFO("loaded %s firmware (%zu bytes)\n", fn, fw->size); in load_cpu_fw_direct() 205 CX18_INFO("loaded %s firmware V%08x (%zu bytes)\n", in load_apu_fw_direct()
|
D | cx18-driver.h | 204 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args) macro
|
D | cx18-mailbox.c | 346 CX18_INFO("FW version: %s\n", p - 1); in epu_debug()
|