Searched refs:CX18_ERR (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/media/pci/cx18/ |
D | cx18-driver.c | 390 CX18_ERR("Invalid EEPROM\n"); in cx18_process_eeprom() 393 CX18_ERR("Unknown model %d, defaulting to original HVR-1600 (cardtype=1)\n", in cx18_process_eeprom() 406 CX18_ERR("tveeprom cannot autodetect tuner!\n"); in cx18_process_eeprom() 641 CX18_ERR("Unknown user specified type, trying to autodetect card\n"); in cx18_process_options() 671 CX18_ERR("Unknown card: vendor/device: [%04x:%04x]\n", in cx18_process_options() 673 CX18_ERR(" subsystem vendor/device: [%04x:%04x]\n", in cx18_process_options() 676 CX18_ERR("Defaulting to %s card\n", cx->card->name); in cx18_process_options() 677 CX18_ERR("Please mail the vendor/device and subsystem vendor/device IDs and what kind of\n"); in cx18_process_options() 678 CX18_ERR("card you have to the linux-media mailinglist (www.linuxtv.org)\n"); in cx18_process_options() 679 CX18_ERR("Prefix your subject line with [UNKNOWN CX18 CARD].\n"); in cx18_process_options() [all …]
|
D | cx18-firmware.c | 96 CX18_ERR("Unable to open firmware %s\n", fn); in load_cpu_fw_direct() 97 CX18_ERR("Did you put the firmware in the hotplug firmware directory?\n"); in load_cpu_fw_direct() 109 CX18_ERR("Mismatch at offset %x\n", i); in load_cpu_fw_direct() 140 CX18_ERR("unable to open firmware %s\n", fn); in load_apu_fw_direct() 141 CX18_ERR("did you put the firmware in the hotplug firmware directory?\n"); in load_apu_fw_direct() 180 CX18_ERR("Mismatch at offset %x\n", in load_apu_fw_direct() 385 CX18_ERR("%s: couldn't stop CPU to load firmware\n", __func__); in cx18_firmware_init() 419 CX18_ERR("Could not start the CPU\n"); in cx18_firmware_init()
|
D | cx18-dvb.c | 131 CX18_ERR("Unable to open firmware file %s\n", fn); in yuan_mpc718_mt352_reqfw() 135 CX18_ERR("Firmware %s has a bad size: %lu bytes\n", in yuan_mpc718_mt352_reqfw() 144 CX18_ERR("The MPC718 board variant with the MT352 DVB-T demodulator will not work without it\n"); in yuan_mpc718_mt352_reqfw() 145 CX18_ERR("Run 'linux/scripts/get_dvb_firmware mpc718' if you need the firmware\n"); in yuan_mpc718_mt352_reqfw() 253 CX18_ERR("Failed to initialize firmware starting DVB feed\n"); in cx18_dvb_start_feed() 566 CX18_ERR("frontend initialization failed\n"); in dvb_register()
|
D | cx18-queue.c | 350 CX18_ERR("Too many buffers, cannot fit in SCB area\n"); in cx18_stream_alloc() 351 CX18_ERR("Max buffers = %zu\n", in cx18_stream_alloc() 398 CX18_ERR("Couldn't allocate buffers for %s stream\n", s->name); in cx18_stream_alloc()
|
D | cx18-fileops.c | 838 CX18_ERR("Failed to initialize on %s\n", in cx18_v4l2_open() 856 CX18_ERR("Can't find valid task handle for mute\n"); in cx18_mute() 871 CX18_ERR("Can't find valid task handle for unmute\n"); in cx18_unmute()
|
D | cx18-mailbox.c | 646 …CX18_ERR("mbox was found stuck busy when setting up for %s; clearing busy and trying to proceed\n", in cx18_api_call() 833 CX18_ERR("cx == NULL (cmd=%x)\n", cmd); in cx18_vapi() 837 CX18_ERR("args too big (cmd=%x)\n", cmd); in cx18_vapi()
|
D | cx18-streams.c | 340 CX18_ERR("Couldn't allocate cx18_dvb structure for %s\n", in cx18_prep_dev() 405 CX18_ERR("DVB failed to register\n"); in cx18_reg_dev() 428 CX18_ERR("Couldn't register v4l2 device for %s (device node number %d)\n", in cx18_reg_dev()
|
D | cx18-driver.h | 188 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) macro
|
D | cx18-ioctl.c | 946 CX18_ERR("Can't find valid task handle for V4L2_ENC_CMD_PAUSE\n"); in cx18_encoder_cmd() 962 CX18_ERR("Can't find valid task handle for V4L2_ENC_CMD_RESUME\n"); in cx18_encoder_cmd()
|