Lines Matching refs:IVTV_ERR

443 			IVTV_ERR("Invalid EEPROM\n");  in ivtv_process_eeprom()
446 IVTV_ERR("Unknown model %d, defaulting to PVR-150\n", tv.model); in ivtv_process_eeprom()
512 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
683 IVTV_ERR("Unknown user specified type, trying to autodetect card\n"); in ivtv_process_options()
718 IVTV_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in ivtv_process_options()
720 IVTV_ERR(" subsystem vendor/device: [%04x:%04x]\n", in ivtv_process_options()
722 IVTV_ERR(" %s based\n", chipname); in ivtv_process_options()
723 IVTV_ERR("Defaulting to %s card\n", itv->card->name); in ivtv_process_options()
724 IVTV_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in ivtv_process_options()
725 IVTV_ERR("card you have to the linux-media mailinglist (www.linuxtv.org)\n"); in ivtv_process_options()
726 IVTV_ERR("Prefix your subject line with [UNKNOWN IVTV CARD].\n"); in ivtv_process_options()
755 IVTV_ERR("Could not create ivtv task\n"); in ivtv_init_struct1()
840 IVTV_ERR("Can't enable device!\n"); in ivtv_setup_pci()
844 IVTV_ERR("No suitable DMA available.\n"); in ivtv_setup_pci()
848 IVTV_ERR("Cannot request encoder memory region.\n"); in ivtv_setup_pci()
854 IVTV_ERR("Cannot request register memory region.\n"); in ivtv_setup_pci()
862 IVTV_ERR("Cannot request decoder memory region.\n"); in ivtv_setup_pci()
875 IVTV_ERR("Bus Mastering is not enabled\n"); in ivtv_setup_pci()
1045 IVTV_ERR("ioremap failed. Can't get a window into CX23415/6 encoder memory\n"); in ivtv_probe()
1046IVTV_ERR("Each capture card with a CX23415/6 needs 8 MB of vmalloc address space for this window\n… in ivtv_probe()
1047 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1048 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1059 IVTV_ERR("ioremap failed. Can't get a window into CX23415 decoder memory\n"); in ivtv_probe()
1060IVTV_ERR("Each capture card with a CX23415 needs 8 MB of vmalloc address space for this window\n"); in ivtv_probe()
1061 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1062 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1077 IVTV_ERR("ioremap failed. Can't get a window into CX23415/6 register space\n"); in ivtv_probe()
1078IVTV_ERR("Each capture card with a CX23415/6 needs 64 kB of vmalloc address space for this window\… in ivtv_probe()
1079 IVTV_ERR("Check the output of 'grep Vmalloc /proc/meminfo'\n"); in ivtv_probe()
1080 IVTV_ERR("Use the vmalloc= kernel command line option to set VmallocTotal to a larger value\n"); in ivtv_probe()
1092 IVTV_ERR("Could not initialize i2c\n"); in ivtv_probe()
1251 IVTV_ERR("Failed to register irq %d\n", retval); in ivtv_probe()
1257 IVTV_ERR("Error %d setting up streams\n", retval); in ivtv_probe()
1262 IVTV_ERR("Error %d registering devices\n", retval); in ivtv_probe()
1290 IVTV_ERR("Error %d on initialization\n", retval); in ivtv_probe()