Home
last modified time | relevance | path

Searched refs:CX18_ERR (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c400 CX18_ERR("Invalid EEPROM\n"); in cx18_process_eeprom()
403 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 (cardtype=1)\n", in cx18_process_eeprom()
416 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom()
651 CX18_ERR("Unknown user specified type, trying to autodetect card\n"); in cx18_process_options()
681 CX18_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in cx18_process_options()
683 CX18_ERR(" subsystem vendor/device: [%04x:%04x]\n", in cx18_process_options()
686 CX18_ERR("Defaulting to %s card\n", cx->card->name); in cx18_process_options()
687 CX18_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in cx18_process_options()
688 CX18_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n"); in cx18_process_options()
689 CX18_ERR("Prefix your subject line with [UNKNOWN CX18 CARD].\n"); in cx18_process_options()
[all …]
Dcx18-firmware.c105 CX18_ERR("Unable to open firmware %s\n", fn); in load_cpu_fw_direct()
106 CX18_ERR("Did you put the firmware in the hotplug firmware directory?\n"); in load_cpu_fw_direct()
118 CX18_ERR("Mismatch at offset %x\n", i); in load_cpu_fw_direct()
149 CX18_ERR("unable to open firmware %s\n", fn); in load_apu_fw_direct()
150 CX18_ERR("did you put the firmware in the hotplug firmware directory?\n"); in load_apu_fw_direct()
189 CX18_ERR("Mismatch at offset %x\n", in load_apu_fw_direct()
394 CX18_ERR("%s: couldn't stop CPU to load firmware\n", __func__); in cx18_firmware_init()
428 CX18_ERR("Could not start the CPU\n"); in cx18_firmware_init()
Dcx18-dvb.c141 CX18_ERR("Unable to open firmware file %s\n", fn); in yuan_mpc718_mt352_reqfw()
145 CX18_ERR("Firmware %s has a bad size: %lu bytes\n", in yuan_mpc718_mt352_reqfw()
154 CX18_ERR("The MPC718 board variant with the MT352 DVB-T demodulator will not work without it\n"); in yuan_mpc718_mt352_reqfw()
155 CX18_ERR("Run 'linux/scripts/get_dvb_firmware mpc718' if you need the firmware\n"); in yuan_mpc718_mt352_reqfw()
263 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed()
576 CX18_ERR("frontend initialization failed\n"); in dvb_register()
Dcx18-queue.c359 CX18_ERR("Too many buffers, cannot fit in SCB area\n"); in cx18_stream_alloc()
360 CX18_ERR("Max buffers = %zu\n", in cx18_stream_alloc()
406 CX18_ERR("Couldn't allocate buffers for %s stream\n", s->name); in cx18_stream_alloc()
Dcx18-fileops.c847 CX18_ERR("Failed to initialize on %s\n", in cx18_v4l2_open()
865 CX18_ERR("Can't find valid task handle for mute\n"); in cx18_mute()
880 CX18_ERR("Can't find valid task handle for unmute\n"); in cx18_unmute()
Dcx18-mailbox.c655CX18_ERR("mbox was found stuck busy when setting up for %s; clearing busy and trying to proceed\n", in cx18_api_call()
842 CX18_ERR("cx == NULL (cmd=%x)\n", cmd); in cx18_vapi()
846 CX18_ERR("args too big (cmd=%x)\n", cmd); in cx18_vapi()
Dcx18-streams.c349 CX18_ERR("Couldn't allocate cx18_dvb structure for %s\n", in cx18_prep_dev()
414 CX18_ERR("DVB failed to register\n"); in cx18_reg_dev()
436 CX18_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in cx18_reg_dev()
Dcx18-driver.h197 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) macro
Dcx18-ioctl.c949 CX18_ERR("Can't find valid task handle for V4L2_ENC_CMD_PAUSE\n"); in cx18_encoder_cmd()
965 CX18_ERR("Can't find valid task handle for V4L2_ENC_CMD_RESUME\n"); in cx18_encoder_cmd()