Searched refs:IVTV_ERR (Results 1 – 9 of 9) sorted by relevance
/drivers/media/video/ivtv/ |
D | ivtv-driver.c | 412 IVTV_ERR("Invalid EEPROM\n"); in ivtv_process_eeprom() 415 IVTV_ERR("Unknown model %d, defaulting to PVR-150\n", tv.model); in ivtv_process_eeprom() 481 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom() 652 IVTV_ERR("Unknown user specified type, trying to autodetect card\n"); in ivtv_process_options() 687 IVTV_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in ivtv_process_options() 689 IVTV_ERR(" subsystem vendor/device: [%04x:%04x]\n", in ivtv_process_options() 691 IVTV_ERR(" %s based\n", chipname); in ivtv_process_options() 692 IVTV_ERR("Defaulting to %s card\n", itv->card->name); in ivtv_process_options() 693 IVTV_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in ivtv_process_options() 694 IVTV_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n"); in ivtv_process_options() [all …]
|
D | ivtv-firmware.c | 83 IVTV_ERR("Unable to open firmware %s (must be %ld bytes)\n", fn, size); in load_fw_direct() 84 IVTV_ERR("Did you put the firmware in the hotplug firmware directory?\n"); in load_fw_direct() 220 IVTV_ERR("Encoder mailbox not found\n"); in ivtv_firmware_init() 222 IVTV_ERR("Encoder firmware dead!\n"); in ivtv_firmware_init() 233 IVTV_ERR("Decoder mailbox not found\n"); in ivtv_firmware_init() 235 IVTV_ERR("Decoder firmware dead!\n"); in ivtv_firmware_init() 256 IVTV_ERR("ivtv_init_mpeg_decoder failed to set decoder source\n"); in ivtv_init_mpeg_decoder() 261 IVTV_ERR("ivtv_init_mpeg_decoder failed to start playback\n"); in ivtv_init_mpeg_decoder()
|
D | ivtv-queue.c | 208 IVTV_ERR("Could not allocate sg_pending for %s stream\n", s->name); in ivtv_stream_alloc() 215 IVTV_ERR("Could not allocate sg_processing for %s stream\n", s->name); in ivtv_stream_alloc() 225 IVTV_ERR("Could not allocate sg_dma for %s stream\n", s->name); in ivtv_stream_alloc() 260 IVTV_ERR("Couldn't allocate buffers for %s stream\n", s->name); in ivtv_stream_alloc()
|
D | ivtv-mailbox.c | 224 IVTV_ERR("No mailbox allocated\n"); in ivtv_api_call() 229 IVTV_ERR("Invalid MB call: cmd = 0x%02x, args = %d\n", cmd, args); in ivtv_api_call()
|
D | ivtv-streams.c | 217 IVTV_ERR("Couldn't allocate v4l2 video_device for %s\n", s->name); in ivtv_prep_dev() 284 IVTV_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in ivtv_reg_dev()
|
D | ivtv-fileops.c | 929 IVTV_ERR("Failed to initialize on device %s\n", 961 …IVTV_ERR("Tried to open YUV output device but need to send data to mpeg decoder before it can be u…
|
D | ivtv-i2c.c | 718 IVTV_ERR("Mismatched I2C hardware arrays\n"); in init_ivtv_i2c()
|
D | ivtv-driver.h | 174 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) macro
|
D | ivtv-irq.c | 1031 IVTV_ERR("DMA TIMEOUT %08x %d\n", read_reg(IVTV_REG_DMASTATUS), itv->cur_dma_stream); in ivtv_unfinished_dma()
|