Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/tm6000/
Dtm6000-video.c433 tm6000_err("urb completion error %d.\n", urb->status); in tm6000_irq_callback()
449 tm6000_err("urb resubmit failed (error=%i)\n", in tm6000_irq_callback()
478 tm6000_err("unable to allocate %i bytes for transfer buffer %i\n", in tm6000_alloc_urb_buffers()
604 tm6000_err("cannot allocate memory for urb buffers\n"); in tm6000_prepare_isoc()
656 tm6000_err("submit of urb %i failed (error=%i)\n", i, in tm6000_start_thread()
Dtm6000.h394 #define tm6000_err(fmt, arg...) do {\ macro