Searched refs:cx231xx_isocdbg (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/media/usb/cx231xx/ |
D | cx231xx-core.c | 41 #define cx231xx_isocdbg(fmt, arg...) do {\ macro 436 cx231xx_isocdbg("(pipe 0x%08x): OUT: %02x %02x %02x %02x %02x %02x %02x %02x >>>", in cx231xx_write_ctrl_reg() 443 cx231xx_isocdbg(" %02x", (unsigned char)buf[byte]); in cx231xx_write_ctrl_reg() 444 cx231xx_isocdbg("\n"); in cx231xx_write_ctrl_reg() 802 cx231xx_isocdbg("urb completion error %d.\n", urb->status); in cx231xx_isoc_irq_callback() 819 cx231xx_isocdbg("urb resubmit failed (error=%i)\n", in cx231xx_isoc_irq_callback() 847 cx231xx_isocdbg("urb completion error - device is stalled.\n"); in cx231xx_bulk_irq_callback() 850 cx231xx_isocdbg("urb completion error %d.\n", urb->status); in cx231xx_bulk_irq_callback() 862 cx231xx_isocdbg("urb resubmit failed (error=%i)\n", in cx231xx_bulk_irq_callback() 876 cx231xx_isocdbg("cx231xx: called cx231xx_uninit_isoc\n"); in cx231xx_uninit_isoc() [all …]
|
D | cx231xx-video.c | 48 #define cx231xx_isocdbg(fmt, arg...) \ macro 169 cx231xx_isocdbg("[%p/%d] wakeup\n", buf, buf->vb.i); in buffer_filled() 214 cx231xx_isocdbg("URB status %d [%s].\n", status, errmsg); in print_err_status() 216 cx231xx_isocdbg("URB packet %d, status %d [%s].\n", in print_err_status() 234 cx231xx_isocdbg("No active queue to serve\n"); in get_next_buf() 296 cx231xx_isocdbg("packet bigger than packet size"); in cx231xx_isoc_copy() 844 cx231xx_isocdbg("cx231xx: called buffer_release\n"); in buffer_release()
|