Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-driver.c398 CX18_ERR("Invalid EEPROM\n"); in cx18_process_eeprom()
401 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 " in cx18_process_eeprom()
414 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom()
640 CX18_ERR("Unknown user specified type, trying to autodetect card\n"); in cx18_process_options()
670 CX18_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in cx18_process_options()
672 CX18_ERR(" subsystem vendor/device: [%04x:%04x]\n", in cx18_process_options()
675 CX18_ERR("Defaulting to %s card\n", cx->card->name); in cx18_process_options()
676 CX18_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in cx18_process_options()
677 CX18_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n"); in cx18_process_options()
678 CX18_ERR("Prefix your subject line with [UNKNOWN CX18 CARD].\n"); in cx18_process_options()
[all …]
Dcx18-firmware.c110 CX18_ERR("Unable to open firmware %s\n", fn); in load_cpu_fw_direct()
111 CX18_ERR("Did you put the firmware in the hotplug firmware directory?\n"); in load_cpu_fw_direct()
123 CX18_ERR("Mismatch at offset %x\n", i); in load_cpu_fw_direct()
154 CX18_ERR("unable to open firmware %s\n", fn); in load_apu_fw_direct()
155 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()
391 CX18_ERR("%s: couldn't stop CPU to load firmware\n", __func__); in cx18_firmware_init()
425 CX18_ERR("Could not start the CPU\n"); in cx18_firmware_init()
Dcx18-dvb.c143 CX18_ERR("Unable to open firmware file %s\n", fn); in yuan_mpc718_mt352_reqfw()
147 CX18_ERR("Firmware %s has a bad size: %lu bytes\n", in yuan_mpc718_mt352_reqfw()
156 CX18_ERR("The MPC718 board variant with the MT352 DVB-T" in yuan_mpc718_mt352_reqfw()
158 CX18_ERR("Run 'linux/Documentation/dvb/get_dvb_firmware " in yuan_mpc718_mt352_reqfw()
267 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed()
580 CX18_ERR("frontend initialization failed\n"); in dvb_register()
Dcx18-queue.c366 CX18_ERR("Too many buffers, cannot fit in SCB area\n"); in cx18_stream_alloc()
367 CX18_ERR("Max buffers = %zd\n", in cx18_stream_alloc()
413 CX18_ERR("Couldn't allocate buffers for %s stream\n", s->name); in cx18_stream_alloc()
Dcx18-streams.c181 CX18_ERR("Couldn't allocate cx18_dvb structure" in cx18_prep_dev()
197 CX18_ERR("Couldn't allocate v4l2 video_device for %s\n", in cx18_prep_dev()
250 CX18_ERR("DVB failed to register\n"); in cx18_reg_dev()
272 CX18_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in cx18_reg_dev()
Dcx18-fileops.c790 CX18_ERR("Failed to initialize on %s\n", in cx18_v4l2_open()
808 CX18_ERR("Can't find valid task handle for mute\n"); in cx18_mute()
823 CX18_ERR("Can't find valid task handle for unmute\n"); in cx18_unmute()
Dcx18-mailbox.c607 CX18_ERR("mbox was found stuck busy when setting up for %s; " in cx18_api_call()
799 CX18_ERR("cx == NULL (cmd=%x)\n", cmd); in cx18_vapi()
803 CX18_ERR("args too big (cmd=%x)\n", cmd); in cx18_vapi()
Dcx18-ioctl.c895 CX18_ERR("Can't find valid task handle for " in cx18_encoder_cmd()
912 CX18_ERR("Can't find valid task handle for " in cx18_encoder_cmd()
Dcx18-driver.h201 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) macro