Searched refs:CX18_ERR (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-driver.c | 405 CX18_ERR("Invalid EEPROM\n"); in cx18_process_eeprom() 408 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 " in cx18_process_eeprom() 421 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom() 656 CX18_ERR("Unknown user specified type, trying to autodetect card\n"); in cx18_process_options() 686 CX18_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in cx18_process_options() 688 CX18_ERR(" subsystem vendor/device: [%04x:%04x]\n", in cx18_process_options() 691 CX18_ERR("Defaulting to %s card\n", cx->card->name); in cx18_process_options() 692 CX18_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in cx18_process_options() 693 CX18_ERR("card you have to the ivtv-devel mailinglist (www.ivtvdriver.org)\n"); in cx18_process_options() 694 CX18_ERR("Prefix your subject line with [UNKNOWN CX18 CARD].\n"); in cx18_process_options() [all …]
|
D | cx18-firmware.c | 110 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() 194 CX18_ERR("Mismatch at offset %x\n", in load_apu_fw_direct() 399 CX18_ERR("%s: couldn't stop CPU to load firmware\n", __func__); in cx18_firmware_init() 433 CX18_ERR("Could not start the CPU\n"); in cx18_firmware_init()
|
D | cx18-dvb.c | 145 CX18_ERR("Unable to open firmware file %s\n", fn); in yuan_mpc718_mt352_reqfw() 149 CX18_ERR("Firmware %s has a bad size: %lu bytes\n", in yuan_mpc718_mt352_reqfw() 158 CX18_ERR("The MPC718 board variant with the MT352 DVB-T" in yuan_mpc718_mt352_reqfw() 160 CX18_ERR("Run 'linux/Documentation/dvb/get_dvb_firmware " in yuan_mpc718_mt352_reqfw() 269 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed() 582 CX18_ERR("frontend initialization failed\n"); in dvb_register()
|
D | cx18-queue.c | 366 CX18_ERR("Too many buffers, cannot fit in SCB area\n"); in cx18_stream_alloc() 367 CX18_ERR("Max buffers = %zu\n", in cx18_stream_alloc() 413 CX18_ERR("Couldn't allocate buffers for %s stream\n", s->name); in cx18_stream_alloc()
|
D | cx18-fileops.c | 854 CX18_ERR("Failed to initialize on %s\n", in cx18_v4l2_open() 872 CX18_ERR("Can't find valid task handle for mute\n"); in cx18_mute() 887 CX18_ERR("Can't find valid task handle for unmute\n"); in cx18_unmute()
|
D | cx18-mailbox.c | 666 CX18_ERR("mbox was found stuck busy when setting up for %s; " in cx18_api_call() 858 CX18_ERR("cx == NULL (cmd=%x)\n", cmd); in cx18_vapi() 862 CX18_ERR("args too big (cmd=%x)\n", cmd); in cx18_vapi()
|
D | cx18-streams.c | 356 CX18_ERR("Couldn't allocate cx18_dvb structure" in cx18_prep_dev() 421 CX18_ERR("DVB failed to register\n"); in cx18_reg_dev() 443 CX18_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in cx18_reg_dev()
|
D | cx18-ioctl.c | 954 CX18_ERR("Can't find valid task handle for " in cx18_encoder_cmd() 971 CX18_ERR("Can't find valid task handle for " in cx18_encoder_cmd()
|
D | cx18-driver.h | 202 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) macro
|