Home
last modified time | relevance | path

Searched refs:tm6000_err (Results 1 – 2 of 2) sorted by relevance

/drivers/media/usb/tm6000/
Dtm6000-video.c449 tm6000_err("urb completion error %d.\n", urb->status); in tm6000_irq_callback()
465 tm6000_err("urb resubmit failed (error=%i)\n", in tm6000_irq_callback()
482 tm6000_err("cannot allocate memory for urb buffers\n"); in tm6000_alloc_urb_buffers()
488 tm6000_err("cannot allocate memory for urb dma pointers\n"); in tm6000_alloc_urb_buffers()
497 tm6000_err("unable to allocate %i bytes for transfer buffer %i\n", in tm6000_alloc_urb_buffers()
606 tm6000_err("cannot alloc memory for usb buffers\n"); in tm6000_prepare_isoc()
613 tm6000_err("cannot allocate memory for usbtransfer\n"); in tm6000_prepare_isoc()
625 tm6000_err("cannot allocate memory for urb buffers\n"); in tm6000_prepare_isoc()
677 tm6000_err("submit of urb %i failed (error=%i)\n", i, in tm6000_start_thread()
Dtm6000.h407 #define tm6000_err(fmt, arg...) do {\ macro