Home
last modified time | relevance | path

Searched refs:IVTV_ERR (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.c440 IVTV_ERR("Invalid EEPROM\n"); in ivtv_process_eeprom()
509 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
719 IVTV_ERR(" %s based\n", chipname); 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()
872 IVTV_ERR("Bus Mastering is not enabled\n"); in ivtv_setup_pci()
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()
[all …]
H A Divtv-firmware.c71 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()
H A Divtv-queue.c196 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()
248 IVTV_ERR("Couldn't allocate buffers for %s stream\n", s->name); in ivtv_stream_alloc()
H A Divtv-mailbox.c210 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()
H A Divtv-fileops.c942 IVTV_ERR("Failed to initialize on device %s\n",
974IVTV_ERR("Tried to open YUV output device but need to send data to mpeg decoder before it can be u…
H A Divtv-i2c.c695 IVTV_ERR("Mismatched I2C hardware arrays\n"); in init_ivtv_i2c()
H A Divtv-driver.h175 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) macro
H A Divtv-streams.c314 IVTV_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in ivtv_reg_dev()
H A Divtv-irq.c1071 IVTV_ERR("DMA TIMEOUT %08x %d\n", read_reg(IVTV_REG_DMASTATUS), itv->cur_dma_stream); in ivtv_unfinished_dma()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.c440 IVTV_ERR("Invalid EEPROM\n"); in ivtv_process_eeprom()
509 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
719 IVTV_ERR(" %s based\n", chipname); 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()
872 IVTV_ERR("Bus Mastering is not enabled\n"); in ivtv_setup_pci()
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()
[all …]
H A Divtv-firmware.c71 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()
H A Divtv-queue.c196 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()
248 IVTV_ERR("Couldn't allocate buffers for %s stream\n", s->name); in ivtv_stream_alloc()
H A Divtv-mailbox.c210 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()
H A Divtv-fileops.c942 IVTV_ERR("Failed to initialize on device %s\n",
974IVTV_ERR("Tried to open YUV output device but need to send data to mpeg decoder before it can be u…
H A Divtv-i2c.c695 IVTV_ERR("Mismatched I2C hardware arrays\n"); in init_ivtv_i2c()
H A Divtv-driver.h175 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) macro
H A Divtv-streams.c314 IVTV_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in ivtv_reg_dev()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.c440 IVTV_ERR("Invalid EEPROM\n"); in ivtv_process_eeprom()
509 IVTV_ERR("tveeprom cannot autodetect tuner!\n"); in ivtv_process_eeprom()
719 IVTV_ERR(" %s based\n", chipname); 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()
872 IVTV_ERR("Bus Mastering is not enabled\n"); in ivtv_setup_pci()
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()
[all …]
H A Divtv-firmware.c71 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()
H A Divtv-queue.c196 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()
248 IVTV_ERR("Couldn't allocate buffers for %s stream\n", s->name); in ivtv_stream_alloc()
H A Divtv-mailbox.c210 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()
H A Divtv-fileops.c942 IVTV_ERR("Failed to initialize on device %s\n",
974IVTV_ERR("Tried to open YUV output device but need to send data to mpeg decoder before it can be u…
H A Divtv-i2c.c695 IVTV_ERR("Mismatched I2C hardware arrays\n"); in init_ivtv_i2c()
H A Divtv-driver.h175 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) macro
H A Divtv-streams.c314 IVTV_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in ivtv_reg_dev()

12