Searched refs:IVTV_ERR (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 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() [all …]
|
D | ivtv-firmware.c | 71 IVTV_ERR("Unable to open firmware %s (must be %ld bytes)\n", fn, size); in load_fw_direct() 72 IVTV_ERR("Did you put the firmware in the hotplug firmware directory?\n"); in load_fw_direct() 208 IVTV_ERR("Encoder mailbox not found\n"); in ivtv_firmware_init() 210 IVTV_ERR("Encoder firmware dead!\n"); in ivtv_firmware_init() 221 IVTV_ERR("Decoder mailbox not found\n"); in ivtv_firmware_init() 223 IVTV_ERR("Decoder firmware dead!\n"); in ivtv_firmware_init() 244 IVTV_ERR("ivtv_init_mpeg_decoder failed to set decoder source\n"); in ivtv_init_mpeg_decoder() 249 IVTV_ERR("ivtv_init_mpeg_decoder failed to start playback\n"); in ivtv_init_mpeg_decoder()
|
D | ivtv-queue.c | 196 IVTV_ERR("Could not allocate sg_pending for %s stream\n", s->name); in ivtv_stream_alloc() 203 IVTV_ERR("Could not allocate sg_processing for %s stream\n", s->name); in ivtv_stream_alloc() 213 IVTV_ERR("Could not allocate sg_dma for %s stream\n", s->name); in ivtv_stream_alloc() 249 IVTV_ERR("Couldn't allocate buffers for %s stream\n", s->name); in ivtv_stream_alloc()
|
D | ivtv-mailbox.c | 210 IVTV_ERR("No mailbox allocated\n"); in ivtv_api_call() 215 IVTV_ERR("Invalid MB call: cmd = 0x%02x, args = %d\n", cmd, args); in ivtv_api_call()
|
D | ivtv-fileops.c | 942 IVTV_ERR("Failed to initialize on device %s\n", 974 …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 | 701 IVTV_ERR("Mismatched I2C hardware arrays\n"); in init_ivtv_i2c()
|
D | ivtv-driver.h | 173 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) macro
|
D | ivtv-streams.c | 311 IVTV_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in ivtv_reg_dev()
|
D | ivtv-irq.c | 1071 IVTV_ERR("DMA TIMEOUT %08x %d\n", read_reg(IVTV_REG_DMASTATUS), itv->cur_dma_stream); in ivtv_unfinished_dma()
|