Searched refs:cx231xx_isocdbg (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-core.c | 53 #define cx231xx_isocdbg(fmt, arg...) do {\ macro 444 cx231xx_isocdbg("(pipe 0x%08x): " in cx231xx_write_ctrl_reg() 452 cx231xx_isocdbg(" %02x", (unsigned char)buf[byte]); in cx231xx_write_ctrl_reg() 453 cx231xx_isocdbg("\n"); in cx231xx_write_ctrl_reg() 801 cx231xx_isocdbg("urb completition error %d.\n", urb->status); in cx231xx_isoc_irq_callback() 818 cx231xx_isocdbg("urb resubmit failed (error=%i)\n", in cx231xx_isoc_irq_callback() 845 cx231xx_isocdbg("urb completition error %d.\n", urb->status); in cx231xx_bulk_irq_callback() 857 cx231xx_isocdbg("urb resubmit failed (error=%i)\n", in cx231xx_bulk_irq_callback() 870 cx231xx_isocdbg("cx231xx: called cx231xx_uninit_isoc\n"); in cx231xx_uninit_isoc() 920 cx231xx_isocdbg("cx231xx: called cx231xx_uninit_bulk\n"); in cx231xx_uninit_bulk()
|
D | cx231xx-video.c | 60 #define cx231xx_isocdbg(fmt, arg...) \ macro 184 cx231xx_isocdbg("[%p/%d] wakeup\n", buf, buf->vb.i); in buffer_filled() 229 cx231xx_isocdbg("URB status %d [%s].\n", status, errmsg); in print_err_status() 231 cx231xx_isocdbg("URB packet %d, status %d [%s].\n", in print_err_status() 249 cx231xx_isocdbg("No active queue to serve\n"); in get_next_buf() 311 cx231xx_isocdbg("packet bigger than packet size"); in cx231xx_isoc_copy() 859 cx231xx_isocdbg("cx231xx: called buffer_release\n"); in buffer_release()
|