Searched refs:stk1160_err (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 320 stk1160_err("urb error! status %d\n", urb->status); in stk1160_isoc_irq() 334 stk1160_err("urb re-submit failed (%d)\n", rc); in stk1160_isoc_irq() 445 stk1160_err("out of memory for urb array\n"); in stk1160_alloc_isoc() 452 stk1160_err("out of memory for usb transfers\n"); in stk1160_alloc_isoc() 462 stk1160_err("cannot alloc urb[%d]\n", i); in stk1160_alloc_isoc() 474 stk1160_err("cannot alloc %d bytes for tx[%d] buffer\n", in stk1160_alloc_isoc()
|
D | stk1160-core.c | 81 stk1160_err("read failed on reg 0x%x (%d)\n", in stk1160_read_reg() 101 stk1160_err("write failed on reg 0x%x (%d)\n", in stk1160_write_reg() 338 stk1160_err("v4l2_ctrl_handler_init failed (%d)\n", rc); in stk1160_probe() 351 stk1160_err("v4l2_device_register failed (%d)\n", rc); in stk1160_probe()
|
D | stk1160.h | 74 #define stk1160_err(fmt, args...) \ macro
|
D | stk1160-i2c.c | 270 stk1160_err("cannot add i2c adapter (%d)\n", rc); in stk1160_i2c_register()
|
D | stk1160-v4l.c | 248 stk1160_err("cannot submit urb[%d] (%d)\n", i, rc); in stk1160_start_streaming() 847 stk1160_err("video_register_device failed (%d)\n", rc); in stk1160_video_register()
|