/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 297 ERR("buffer overflow! length: %d, n: %d\n", in cpia2_usb_complete() 362 ERR("%s: usb_submit_urb ret %d!\n", __func__, i); in cpia2_usb_complete() 608 ERR("%s: Internal driver error: udev is NULL\n", __func__); in cpia2_usb_transfer_cmd() 613 ERR("%s: Internal driver error: register array is NULL\n", __func__); in cpia2_usb_transfer_cmd() 710 ERR("usb_submit_urb[%d]() = %d\n", i, err); in submit_urbs() 748 ERR("cpia2_usb_change_streaming_alternate() = %d!\n", ret); in cpia2_usb_stream_start() 752 …ERR("cpia2_usb_change_streaming_alternate(%d) =%d has already failed. Then tried to call set_alter… in cpia2_usb_stream_start() 846 ERR("%s: usb_set_interface error (ret = %d)\n", __func__, ret); in cpia2_usb_probe() 852 ERR("%s: failed to initialize cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe() 872 ERR("%s: Failed to register cpia2 camera (ret = %d)\n", __func__, ret); in cpia2_usb_probe()
|
D | cpia2.h | 464 #define ERR(fmt, args...) ALOG(KERN_ERR, fmt, ## args) macro 469 #define ERR(fmt,args...) ALOG(KERN_ERR "cpia2: "fmt,##args) macro
|
D | cpia2_core.c | 630 ERR("Couldn't configure sensor, error=%d\n", retval); in cpia2_reset_camera() 870 ERR("Camera did not wake up\n"); in cpia2_set_high_power() 1190 ERR("ConfigSensor410 failed\n"); in config_sensor_410() 1361 ERR("ConfigSensor500 failed\n"); in config_sensor_500() 2191 ERR("couldn't kmalloc cpia2 struct\n"); in cpia2_init_camera_struct() 2224 ERR("Device IO error (asicID has incorrect value of 0x%X\n", in cpia2_init_camera() 2258 ERR("couldn't kmalloc frame buffer structures\n"); in cpia2_allocate_buffers() 2266 ERR("couldn't vmalloc frame buffer data area\n"); in cpia2_allocate_buffers() 2325 ERR("%s: buffer NULL\n",__func__); in cpia2_read() 2330 ERR("%s: Internal error, camera_data NULL!\n",__func__); in cpia2_read()
|
/drivers/media/common/saa7146/ |
D | saa7146_core.c | 329 ERR("warning: interrupt enabled, but not handled properly.(0x%08x)\n", in interrupt_hw() 331 ERR("disabling interrupt source(s)!\n"); in interrupt_hw() 351 ERR("out of memory\n"); in saa7146_init_one() 362 ERR("pci_enable_device() failed\n"); in saa7146_init_one() 383 ERR("ioremap() failed\n"); in saa7146_init_one() 408 ERR("request_irq() failed\n"); in saa7146_init_one()
|
D | saa7146_fops.c | 496 ERR("out of memory. aborting.\n"); in saa7146_vv_init() 521 ERR("out of memory. aborting.\n"); in saa7146_vv_init() 621 ERR("cannot register v4l2 device. skipping.\n"); in saa7146_register_device()
|
/drivers/staging/media/atomisp/pci/ |
D | sh_css.c | 2018 goto ERR; in create_host_pipeline() 2027 goto ERR; in create_host_pipeline() 2034 goto ERR; in create_host_pipeline() 2048 goto ERR; in create_host_pipeline() 2060 goto ERR; in create_host_pipeline() 2072 goto ERR; in create_host_pipeline() 2079 goto ERR; in create_host_pipeline() 2086 goto ERR; in create_host_pipeline() 2092 goto ERR; in create_host_pipeline() 2098 goto ERR; in create_host_pipeline() [all …]
|
/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
D | pipe_stagedesc.c | 35 goto ERR; in ia_css_pipe_get_generic_stage_desc() 48 ERR: in ia_css_pipe_get_generic_stage_desc()
|
/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
D | pipeline.c | 585 goto ERR; in pipeline_stage_create() 598 goto ERR; in pipeline_stage_create() 630 goto ERR; in pipeline_stage_create() 644 goto ERR; in pipeline_stage_create() 660 ERR: in pipeline_stage_create()
|
/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 289 ERR("udc reset timeout!\n"); in dr_controller_setup() 1106 ERR("ep flush timeout\n"); in fsl_ep_fifo_flush() 1544 ERR("Unexpected ep0 packets\n"); in ep0_req_complete() 1613 ERR("dTD error %08x QH=%d\n", errors, pipe); in process_ep_req() 1632 ERR("Unknown error has occurred (0x%x)!\n", in process_ep_req() 1821 ERR("Timeout for reset\n"); in reset_irq() 1960 ERR("can't bind to transceiver\n"); in fsl_udc_start() 2245 ERR("kmalloc udc endpoint status failed\n"); in struct_udc_setup() 2260 ERR("malloc QHs for udc failed\n"); in struct_udc_setup() 2271 ERR("kzalloc for udc status request failed\n"); in struct_udc_setup() [all …]
|
D | at91_udc.h | 173 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
D | omap_udc.h | 190 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
D | pxa25x_udc.h | 241 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
D | omap_udc.c | 692 ERR("%s dma error, lch %d status %02x\n", ep->ep.name, lch, ch_status); in dma_error() 1641 ERR("%s status, can't report\n", ep->ep.name); in ep0_irq() 2078 ERR("can't bind to transceiver\n"); in omap_udc_start() 2737 ERR("unsupported fifo_mode #%d\n", fifo_mode); in omap_udc_setup() 2859 ERR("unrecognized UDC HMC mode %d\n", hmc); in omap_udc_probe() 2888 ERR("can't get irq %d, err %d\n", in omap_udc_probe() 2897 ERR("can't get irq %d, err %d\n", in omap_udc_probe() 2905 ERR("can't get irq %d, err %d\n", in omap_udc_probe()
|
D | fsl_usb2_udc.h | 552 #define ERR(stuff...) pr_err("udc: " stuff) macro
|
/drivers/usb/host/ |
D | isp116x-hcd.c | 270 ERR("%s %d: ep->nextpid %d\n", __func__, __LINE__, in preproc_atl_queue() 611 ERR("Unrecoverable error, HC is dead!\n"); in isp116x_irq() 700 ERR("Isochronous transfers not supported\n"); in isp116x_urb_enqueue() 1240 ERR("Software reset timeout\n"); in isp116x_sw_reset() 1268 ERR("Clock not ready after %dms\n", timeout); in isp116x_reset() 1271 ERR("Please make sure that the H_WAKEUP pin is pulled low!\n"); in isp116x_reset() 1315 ERR("Invalid chip ID %04x\n", val); in isp116x_start() 1621 ERR("Platform data structure not initialized\n"); in isp116x_probe() 1626 ERR("USE_PLATFORM_DELAY defined, but delay function not " in isp116x_probe() 1628 ERR("See comments in drivers/usb/host/isp116x-hcd.c\n"); in isp116x_probe() [all …]
|
/drivers/usb/musb/ |
D | musb_debug.h | 18 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args) macro
|
D | musb_gadget_ep0.c | 686 ERR("SetupEnd came in a wrong ep0stage %s\n", in musb_g_ep0_irq() 779 ERR("SETUP packet len %d != 8 ?\n", len); in musb_g_ep0_irq()
|
D | musb_host.c | 855 ERR("broken !rx_reinit, ep%d csr %04x\n", in musb_ep_program() 1041 ERR("bogus ep0 stage %d\n", musb->ep0_stage); in musb_h_ep0_continue() 1134 ERR("no URB for end 0\n"); in musb_h_ep0_irq() 1843 ERR("RX%d dma busy, csr %04x\n", epnum, rx_csr); in musb_host_rx() 1901 ERR("Rx interrupt with no errors or packet!\n"); in musb_host_rx()
|
D | ux500_dma.c | 326 ERR("Dma pipe allocation error dir=%d ch=%d\n", in ux500_dma_controller_start()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a)
|
/drivers/media/pci/saa7146/ |
D | mxb.c | 692 ERR("Error in saa7146_vv_init()"); in mxb_attach() 718 ERR("cannot register capture v4l2 device. skipping.\n"); in mxb_attach() 726 ERR("cannot register vbi v4l2 device. skipping.\n"); in mxb_attach()
|
/drivers/net/ethernet/amd/ |
D | ariadne.h | 179 #define ERR 0x0080 /* Error */ macro
|
D | ariadne.c | 255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) { in ariadne_interrupt() 279 if (csr0 & ERR) in ariadne_interrupt()
|
/drivers/staging/media/av7110/ |
D | av7110_v4l.c | 807 ERR("cannot init capture device. skipping\n"); in av7110_init_v4l() 835 ERR("cannot register capture device. skipping\n"); in av7110_init_v4l() 841 ERR("cannot register vbi v4l2 device. skipping\n"); in av7110_init_v4l()
|
/drivers/media/pci/ttpci/ |
D | budget-av.c | 1466 ERR("cannot init vv subsystem\n"); in budget_av_attach() 1475 ERR("cannot register capture v4l2 device\n"); in budget_av_attach()
|