• Home
  • Raw
  • Download

Lines Matching refs:IVTV_ERR

440 			IVTV_ERR("Invalid EEPROM\n");  in ivtv_process_eeprom()
443 IVTV_ERR("Unknown model %d, defaulting to PVR-150\n", tv.model); in ivtv_process_eeprom()
509 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
680 IVTV_ERR("Unknown user specified type, trying to autodetect card\n"); in ivtv_process_options()
715 IVTV_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in ivtv_process_options()
717 IVTV_ERR(" subsystem vendor/device: [%04x:%04x]\n", in ivtv_process_options()
719 IVTV_ERR(" %s based\n", chipname); in ivtv_process_options()
720 IVTV_ERR("Defaulting to %s card\n", itv->card->name); in ivtv_process_options()
721 IVTV_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in ivtv_process_options()
722 IVTV_ERR("card you have to the linux-media mailinglist (www.linuxtv.org)\n"); in ivtv_process_options()
723 IVTV_ERR("Prefix your subject line with [UNKNOWN IVTV CARD].\n"); in ivtv_process_options()
752 IVTV_ERR("Could not create ivtv task\n"); in ivtv_init_struct1()
837 IVTV_ERR("Can't enable device!\n"); in ivtv_setup_pci()
841 IVTV_ERR("No suitable DMA available.\n"); in ivtv_setup_pci()
845 IVTV_ERR("Cannot request encoder memory region.\n"); in ivtv_setup_pci()
851 IVTV_ERR("Cannot request register memory region.\n"); in ivtv_setup_pci()
859 IVTV_ERR("Cannot request decoder memory region.\n"); in ivtv_setup_pci()
872 IVTV_ERR("Bus Mastering is not enabled\n"); in ivtv_setup_pci()
1047 IVTV_ERR("ioremap failed. Can't get a window into CX23415/6 encoder memory\n"); in ivtv_probe()
1048IVTV_ERR("Each capture card with a CX23415/6 needs 8 MB of vmalloc address space for this window\n… in ivtv_probe()
1049 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1050 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1061 IVTV_ERR("ioremap failed. Can't get a window into CX23415 decoder memory\n"); in ivtv_probe()
1062IVTV_ERR("Each capture card with a CX23415 needs 8 MB of vmalloc address space for this window\n"); in ivtv_probe()
1063 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1064 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1079 IVTV_ERR("ioremap failed. Can't get a window into CX23415/6 register space\n"); in ivtv_probe()
1080IVTV_ERR("Each capture card with a CX23415/6 needs 64 kB of vmalloc address space for this window\… in ivtv_probe()
1081 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1082 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1094 IVTV_ERR("Could not initialize i2c\n"); in ivtv_probe()
1253 IVTV_ERR("Failed to register irq %d\n", retval); in ivtv_probe()
1259 IVTV_ERR("Error %d setting up streams\n", retval); in ivtv_probe()
1264 IVTV_ERR("Error %d registering devices\n", retval); in ivtv_probe()
1292 IVTV_ERR("Error %d on initialization\n", retval); in ivtv_probe()