/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 126 v4l2_err(&dev->v4l2_dev, in device_authorization() 301 v4l2_err(&dev->v4l2_dev, "Out of memory\n"); in hdpvr_probe() 339 v4l2_err(&dev->v4l2_dev, "Could not find bulk-in endpoint\n"); in hdpvr_probe() 345 v4l2_err(&dev->v4l2_dev, "device init failed\n"); in hdpvr_probe() 352 v4l2_err(&dev->v4l2_dev, in hdpvr_probe() 361 v4l2_err(&dev->v4l2_dev, "i2c adapter register failed\n"); in hdpvr_probe() 367 v4l2_err(&dev->v4l2_dev, "i2c IR device register failed\n"); in hdpvr_probe() 375 v4l2_err(&dev->v4l2_dev, in hdpvr_probe() 385 v4l2_err(&dev->v4l2_dev, "registering videodev failed\n"); in hdpvr_probe()
|
H A D | hdpvr-video.c | 147 v4l2_err(&dev->v4l2_dev, "cannot allocate buffer\n"); in hdpvr_alloc_buffers() 160 v4l2_err(&dev->v4l2_dev, in hdpvr_alloc_buffers() 199 v4l2_err(&dev->v4l2_dev, in hdpvr_submit_buffers() 210 v4l2_err(&dev->v4l2_dev, in hdpvr_submit_buffers() 252 v4l2_err(&dev->v4l2_dev, "couldn't submit buffers\n"); in hdpvr_transmit_buffers() 334 v4l2_err(&dev->v4l2_dev, "failed to allocate temporary buffer for emptying the internal device buffer. Next capture start will be slow\n"); in hdpvr_stop_streaming() 492 v4l2_err(&dev->v4l2_dev, "read: copy_to_user failed\n"); in hdpvr_read() 1226 v4l2_err(&dev->v4l2_dev, "Could not register controls\n"); in hdpvr_register_videodev() 1232 v4l2_err(&dev->v4l2_dev, "Could not setup controls\n"); in hdpvr_register_videodev() 1245 v4l2_err( in hdpvr_register_videodev() [all...] |
/linux/drivers/staging/media/imx/ |
H A D | imx-ic-prpencvf.c | 159 v4l2_err(&ic_priv->sd, "failed to get IC\n"); in prp_get_ipu_resources() 167 v4l2_err(&ic_priv->sd, "could not get IDMAC channel %u\n", in prp_get_ipu_resources() 176 v4l2_err(&ic_priv->sd, "could not get IDMAC channel %u\n", in prp_get_ipu_resources() 185 v4l2_err(&ic_priv->sd, "could not get IDMAC channel %u\n", in prp_get_ipu_resources() 282 v4l2_err(&ic_priv->sd, "NFB4EOF\n"); in prp_nfb4eof_interrupt() 302 v4l2_err(&ic_priv->sd, "EOF timeout\n"); in prp_eof_timeout() 470 v4l2_err(&ic_priv->sd, "ipu_ic_calc_csc failed, %d\n", in prp_setup_rotation() 478 v4l2_err(&ic_priv->sd, "failed to alloc rot_buf[0], %d\n", ret); in prp_setup_rotation() 484 v4l2_err(&ic_priv->sd, "failed to alloc rot_buf[1], %d\n", ret); in prp_setup_rotation() 492 v4l2_err( in prp_setup_rotation() [all...] |
H A D | imx6-mipi-csi2.c | 239 v4l2_err(&csi2->sd, "ULP timeout, phy_state = 0x%08x\n", reg); in csi2_dphy_wait_ulp() 247 v4l2_err(&csi2->sd, "stable bus timeout, err1 = 0x%08x\n", reg); in csi2_dphy_wait_ulp() 279 v4l2_err(&csi2->sd, "clock lane timeout, phy_state = 0x%08x\n", in csi2_dphy_wait_clock_lane() 754 v4l2_err(&csi2->sd, "failed to get pll reference clock\n"); in csi2_probe() 760 v4l2_err(&csi2->sd, "failed to get dphy clock\n"); in csi2_probe() 766 v4l2_err(&csi2->sd, "failed to get pixel clock\n"); in csi2_probe() 772 v4l2_err(&csi2->sd, "failed to get platform resources\n"); in csi2_probe() 784 v4l2_err(&csi2->sd, "failed to enable pllref_clk\n"); in csi2_probe() 790 v4l2_err(&csi2->sd, "failed to enable dphy_clk\n"); in csi2_probe()
|
H A D | imx-media-internal-sd.c | 152 v4l2_err(&imxmd->v4l2_dev, "%s failed: %d\n", __func__, ret); in create_internal_link() 201 v4l2_err(&imxmd->v4l2_dev, "invalid IPU device!\n"); in imx_media_register_ipu_internal_subdevs() 207 v4l2_err(&imxmd->v4l2_dev, "invalid IPU id %d!\n", ipu_id); in imx_media_register_ipu_internal_subdevs()
|
H A D | imx-media-csi.c | 214 v4l2_err(&priv->sd, in csi_get_upstream_mbus_config() 242 v4l2_err(&priv->sd, "failed to get SMFC\n"); in csi_idmac_get_ipu_resources() 250 v4l2_err(&priv->sd, "could not get IDMAC channel %u\n", in csi_idmac_get_ipu_resources() 346 v4l2_err(&priv->sd, "NFB4EOF\n"); in csi_idmac_nfb4eof_interrupt() 362 v4l2_err(&priv->sd, "EOF timeout\n"); in csi_idmac_eof_timeout() 624 v4l2_err(&priv->sd, "csi_idmac_setup failed: %d\n", ret); in csi_idmac_start() 635 v4l2_err(&priv->sd, in csi_idmac_start() 647 v4l2_err(&priv->sd, in csi_idmac_start() 787 v4l2_err(&priv->sd, "CSI enable error: %d\n", ret); in csi_start() 1134 v4l2_err( in csi_link_validate() [all...] |
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 217 v4l2_err(&dev->v4l2_dev, in queue_setup() 240 v4l2_err(&dev->v4l2_dev, in queue_setup() 293 v4l2_err(&dev->v4l2_dev, in buffer_prepare() 426 v4l2_err(&dev->v4l2_dev, in enable_camera() 434 v4l2_err(&dev->v4l2_dev, in enable_camera() 451 v4l2_err(&dev->v4l2_dev, in disable_camera() 464 v4l2_err(&dev->v4l2_dev, in disable_camera() 494 v4l2_err(&dev->v4l2_dev, "%s: error submitting buffer\n", in buffer_queue() 512 v4l2_err(&dev->v4l2_dev, "Failed to enable camera\n"); in start_streaming() 536 v4l2_err( in start_streaming() [all...] |
/linux/drivers/media/radio/ |
H A D | radio-shark.c | 101 v4l2_err(&shark->v4l2_dev, "set-freq error: %d\n", res); in shark_write_val() 117 v4l2_err(&shark->v4l2_dev, "request-status error: %d\n", res); in shark_read_val() 126 v4l2_err(&shark->v4l2_dev, "get-status error: %d\n", res); in shark_read_val() 177 v4l2_err(&shark->v4l2_dev, "set LED %s error: %d\n", in shark_led_work() 251 v4l2_err(&shark->v4l2_dev, in shark_register_leds() 347 v4l2_err(&shark->v4l2_dev, "couldn't register v4l2_device\n"); in usb_shark_probe() 365 v4l2_err(&shark->v4l2_dev, "couldn't init tea5757\n"); in usb_shark_probe()
|
H A D | radio-isa.c | 205 v4l2_err(v4l2_dev, "port 0x%x already in use\n", isa->io); in radio_isa_common_probe() 212 v4l2_err(v4l2_dev, "Could not register v4l2_device\n"); in radio_isa_common_probe() 226 v4l2_err(v4l2_dev, "Could not register controls\n"); in radio_isa_common_probe() 254 v4l2_err(v4l2_dev, "Could not setup card\n"); in radio_isa_common_probe() 260 v4l2_err(v4l2_dev, "Could not register device node\n"); in radio_isa_common_probe() 326 v4l2_err(v4l2_dev, "you must set an I/O address with io=0x%03x", in radio_isa_probe()
|
H A D | radio-miropcm20.c | 388 v4l2_err(&dev->v4l2_dev, "kernel_thread() failed\n"); in pcm20_open() 439 v4l2_err(v4l2_dev, in pcm20_init() 448 v4l2_err(v4l2_dev, "could not register v4l2_device\n"); in pcm20_init() 471 v4l2_err(v4l2_dev, "Could not register control\n"); in pcm20_init()
|
/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda-jpeg.c | 286 v4l2_err(&dev->v4l2_dev, "failed to parse JPEG header: %pe\n", in coda_jpeg_decode_header() 296 v4l2_err(&dev->v4l2_dev, "invalid dimensions: %dx%d\n", in coda_jpeg_decode_header() 304 v4l2_err(&dev->v4l2_dev, in coda_jpeg_decode_header() 311 v4l2_err(&dev->v4l2_dev, in coda_jpeg_decode_header() 319 v4l2_err(&dev->v4l2_dev, in coda_jpeg_decode_header() 327 v4l2_err(&dev->v4l2_dev, in coda_jpeg_decode_header() 343 v4l2_err(&dev->v4l2_dev, "missing Huffman table\n"); in coda_jpeg_decode_header() 350 v4l2_err(&dev->v4l2_dev, in coda_jpeg_decode_header() 402 v4l2_err(&dev->v4l2_dev, "chroma subsampling not supported: %d", in coda_jpeg_decode_header() 1052 v4l2_err( in coda9_jpeg_start_encoding() [all...] |
H A D | coda-bit.c | 212 v4l2_err(&ctx->dev->v4l2_dev, "failed to flush bitstream\n"); in coda_bitstream_flush() 264 v4l2_err(&ctx->dev->v4l2_dev, "trying to queue empty buffer\n"); in coda_bitstream_try_queue() 286 v4l2_err(&ctx->dev->v4l2_dev, in coda_bitstream_try_queue() 305 v4l2_err(&ctx->dev->v4l2_dev, "bitstream buffer overflow\n"); in coda_bitstream_try_queue() 366 v4l2_err(&ctx->dev->v4l2_dev, in coda_fill_bitstream() 662 v4l2_err(&dev->v4l2_dev, "CODA_COMMAND_ENCODE_HEADER timeout\n"); in coda_encode_header() 959 v4l2_err(&dev->v4l2_dev, "firmware get command error\n"); in coda_check_firmware() 981 v4l2_err(&dev->v4l2_dev, in coda_check_firmware() 1082 v4l2_err(v4l2_dev, "coda is not initialized.\n"); in coda_start_encoding() 1209 v4l2_err(v4l2_de in coda_start_encoding() [all...] |
/linux/drivers/media/platform/imagination/ |
H A D | e5010-jpeg-enc.c | 259 v4l2_err(&ctx->e5010->v4l2_dev, "ENUMFMT with Invalid type: %d\n", f->type); in e5010_enum_fmt() 403 v4l2_err(&ctx->e5010->v4l2_dev, "queue busy\n"); in e5010_s_fmt() 751 v4l2_err(&e5010->v4l2_dev, "failed to init m2m ctx\n"); in e5010_open() 758 v4l2_err(&e5010->v4l2_dev, "failed to setup e5010 jpeg controls\n"); in e5010_open() 943 v4l2_err(&e5010->v4l2_dev, "ctx: 0x%p No source or destination buffer\n", ctx); in e5010_irq() 1007 v4l2_err(&e5010->v4l2_dev, "failed to enable Output Address Error interrupts\n"); in e5010_init_device() 1011 v4l2_err(&e5010->v4l2_dev, "failed to set input source to memory\n"); in e5010_init_device() 1017 v4l2_err(&e5010->v4l2_dev, "failed to enable Picture Done interrupts\n"); in e5010_init_device() 1228 v4l2_err(&ctx->e5010->v4l2_dev, "plane %d too small (%lu < %lu)", i, in e5010_buf_prepare() 1306 v4l2_err( in e5010_start_streaming() [all...] |
/linux/drivers/media/i2c/ |
H A D | adv7393.c | 204 v4l2_err(sd, "Error setting std, write failed\n"); in adv7393_setstd() 268 v4l2_err(sd, "Error setting output, write failed\n"); in adv7393_setoutput() 363 v4l2_err(sd, "Error initializing\n"); in adv7393_initialize() 371 v4l2_err(sd, "Error setting output during init\n"); in adv7393_initialize() 377 v4l2_err(sd, "Error setting std during init\n"); in adv7393_initialize()
|
H A D | s5k5baf.c | 435 v4l2_err(c, "i2c_read: error during transfer (%d)\n", ret); in s5k5baf_i2c_read() 454 v4l2_err(c, "i2c_write: error during transfer (%d)\n", ret); in s5k5baf_i2c_write() 496 v4l2_err(c, "i2c_write_seq: error during transfer (%d)\n", ret); in s5k5baf_write_arr_seq() 546 v4l2_err(&state->sd, "timeout on register synchronize (%#x)\n", addr); in s5k5baf_synchronize() 596 v4l2_err(&state->sd, "error configuring PLL (%d)\n", status); in s5k5baf_hw_set_clocks() 808 v4l2_err(&state->sd, in s5k5baf_hw_find_min_fiv() 813 v4l2_err(&state->sd, "cannot find correct frame interval\n"); in s5k5baf_hw_find_min_fiv() 835 v4l2_err(&state->sd, in s5k5baf_hw_validate_cfg() 884 v4l2_err(&state->sd, in s5k5baf_hw_set_crop_rects() 892 v4l2_err( in s5k5baf_hw_set_crop_rects() [all...] |
H A D | adv7343.c | 200 v4l2_err(sd, "Error setting std, write failed\n"); in adv7343_setstd() 283 v4l2_err(sd, "Error setting output, write failed\n"); in adv7343_setoutput() 376 v4l2_err(sd, "Error initializing\n"); in adv7343_initialize() 384 v4l2_err(sd, "Error setting output during init\n"); in adv7343_initialize() 390 v4l2_err(sd, "Error setting std during init\n"); in adv7343_initialize()
|
H A D | adv7511-v4l2.c | 203 v4l2_err(sd, "%s: i2c write error\n", __func__); in adv7511_wr() 227 v4l2_err(sd, "%s: i2c read error\n", __func__); in adv7511_edid_rd() 253 v4l2_err(sd, "%s: I2C Write Problem\n", __func__); in adv7511_cec_write() 506 v4l2_err(sd, "%s: invalid %s infoframe length %d\n", __func__, cri->desc, len); in read_infoframe() 536 v4l2_err(sd, "%s: unpack of %s infoframe failed\n", in log_infoframe() 807 v4l2_err(sd, "%s: len exceeded 16 (%d)\n", __func__, len); in adv7511_cec_adap_transmit() 918 v4l2_err(sd, "Could not set interrupts: hw failure?\n"); in adv7511_set_isr() 1659 v4l2_err(sd, "edid segment number too big\n"); in adv7511_check_edid_status() 1678 v4l2_err(sd, "%s: edid crc or header error\n", __func__); in adv7511_check_edid_status() 1819 v4l2_err(s in adv7511_init_setup() [all...] |
H A D | wm8775.c | 69 v4l2_err(sd, "Invalid register R%d\n", reg); in wm8775_write() 77 v4l2_err(sd, "I2C: cannot write %03x to register R%d\n", val, reg); in wm8775_write() 116 v4l2_err(sd, "Invalid input %d.\n", input); in wm8775_s_routing()
|
H A D | tlv320aic23b.c | 51 v4l2_err(sd, "Invalid register R%d\n", reg); in tlv320aic23b_write() 59 v4l2_err(sd, "I2C: cannot write %03x to register R%d\n", val, reg); in tlv320aic23b_write()
|
/linux/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 39 v4l2_err(&go->v4l2_dev, "timeout waiting for read interrupt\n"); in go7007_read_interrupt() 88 v4l2_err(go, "unable to load firmware from file \"%s\"\n", fw_name); in go7007_load_encoder() 92 v4l2_err(go, "file \"%s\" does not appear to be go7007 firmware\n", fw_name); in go7007_load_encoder() 99 v4l2_err(go, "unable to allocate %d bytes for firmware transfer\n", fw_len); in go7007_load_encoder() 111 v4l2_err(go, "error transferring firmware\n"); in go7007_load_encoder() 359 v4l2_err(&go->v4l2_dev, "error transferring firmware\n"); in go7007_start_encoder() 368 v4l2_err(&go->v4l2_dev, "error starting stream transfer\n"); in go7007_start_encoder()
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-core.c | 315 v4l2_err(&dev->v4l2_dev, in visl_init_ctrls() 462 v4l2_err(&dev->v4l2_dev, "Failed to init mem2mem device\n"); in visl_probe() 478 v4l2_err(&dev->v4l2_dev, "Failed to register video device\n"); in visl_probe() 488 v4l2_err(&dev->v4l2_dev, "Failed to init mem2mem media controller\n"); in visl_probe() 494 v4l2_err(&dev->v4l2_dev, "Failed to register mem2mem media device\n"); in visl_probe()
|
/linux/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-core.c | 168 v4l2_err(client, "I2C read failed: addr: %04x, (%d)\n", addr, ret); in s5c73m3_i2c_read() 265 v4l2_err(&state->sensor_sd, in s5c73m3_check_status() 352 v4l2_err(sd, "Firmware request failed (%s)\n", fw_name); in s5c73m3_load_fw() 363 v4l2_err(sd, "SPI write failed\n"); in s5c73m3_load_fw() 443 v4l2_err(sd, "Error setting frame rate(%d)\n", ret); in __s5c73m3_s_stream() 566 v4l2_err(sd, "booting failed: %d\n", ret); in s5c73m3_spi_boot() 584 v4l2_err(sd, "SPI not ready: %d\n", ret); in s5c73m3_spi_boot() 671 v4l2_err(sd, "%s: booting failed: %d\n", __func__, ret); in s5c73m3_get_fw_version() 695 v4l2_err(sd, "SPI not ready: %d\n", ret); in s5c73m3_get_fw_version() 740 v4l2_err(s in s5c73m3_rom_boot() [all...] |
/linux/drivers/media/radio/si4713/ |
H A D | si4713.c | 212 v4l2_err(&sdev->sd, "Error while sending command 0x%02x\n", in si4713_send_command() 231 v4l2_err(&sdev->sd, in si4713_send_command() 360 v4l2_err(&sdev->sd, "Failed to enable vdd: %d\n", err); in si4713_powerup() 368 v4l2_err(&sdev->sd, "Failed to enable vio: %d\n", err); in si4713_powerup() 403 v4l2_err(&sdev->sd, "Failed to disable vdd: %d\n", err); in si4713_powerup() 409 v4l2_err(&sdev->sd, "Failed to disable vio: %d\n", err); in si4713_powerup() 442 v4l2_err(&sdev->sd, in si4713_powerdown() 450 v4l2_err(&sdev->sd, in si4713_powerdown() 482 v4l2_err(&sdev->sd, "Invalid product number 0x%X\n", resp[1]); in si4713_checkrev() 1579 v4l2_err( in si4713_probe() [all...] |
/linux/drivers/media/platform/nxp/ |
H A D | mx2_emmaprp.c | 293 v4l2_err(&pcdev->v4l2_dev, in emmaprp_device_run() 505 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_try_fmt_vid_cap() 522 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_try_fmt_vid_out() 546 v4l2_err(&ctx->dev->v4l2_dev, "%s queue busy\n", __func__); in vidioc_s_fmt() 834 v4l2_err(&pcdev->v4l2_dev, "Failed to allocate video device\n"); in emmaprp_probe() 863 v4l2_err(&pcdev->v4l2_dev, "Failed to init mem2mem device\n"); in emmaprp_probe() 870 v4l2_err(&pcdev->v4l2_dev, "Failed to register video device\n"); in emmaprp_probe()
|
/linux/drivers/media/platform/ |
H A D | m2m-deinterlace.c | 228 v4l2_err(&pcdev->v4l2_dev, in deinterlace_issue_dma() 592 v4l2_err(&ctx->dev->v4l2_dev, "%s queue busy\n", __func__); in vidioc_s_fmt() 598 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_s_fmt() 667 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_streamon() 677 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_streamon() 686 v4l2_err(&ctx->dev->v4l2_dev, in vidioc_streamon() 952 v4l2_err(&pcdev->v4l2_dev, "Failed to register video device\n"); in deinterlace_probe() 964 v4l2_err(&pcdev->v4l2_dev, "Failed to init mem2mem device\n"); in deinterlace_probe()
|