Lines Matching refs:dprintk

96 static void dprintk(int level, const char *fmt, ...)  in dprintk()  function
122 static void dprintk(int level, const char *fmt, ...) in dprintk() function
305 dprintk(DEBUG_VERBOSE, "%s %d %d %d %d\n", __func__, in s3c2410_udc_write_packet()
362 dprintk(DEBUG_NORMAL, in s3c2410_udc_write_fifo()
460 dprintk(DEBUG_NORMAL, "%s: buffer full!\n", __func__); in s3c2410_udc_read_fifo()
467 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo()
493 dprintk(DEBUG_VERBOSE, "%s fifo count : %d [last %d]\n", in s3c2410_udc_read_fifo()
533 dprintk(DEBUG_NORMAL, "%s: fifo_count=%d\n", __func__, bytes_read); in s3c2410_udc_read_fifo_crq()
540 dprintk(DEBUG_VERBOSE, "%s: len=%d %02x:%02x {%x,%x,%x}\n", __func__, in s3c2410_udc_read_fifo_crq()
614 dprintk(DEBUG_NORMAL, "setup begin: fifo READ ERROR" in s3c2410_udc_handle_ep0_idle()
621 dprintk(DEBUG_NORMAL, "bRequest = %d bRequestType %d wLength = %d\n", in s3c2410_udc_handle_ep0_idle()
632 dprintk(DEBUG_NORMAL, "USB_REQ_SET_CONFIGURATION ...\n"); in s3c2410_udc_handle_ep0_idle()
641 dprintk(DEBUG_NORMAL, "USB_REQ_SET_INTERFACE ...\n"); in s3c2410_udc_handle_ep0_idle()
650 dprintk(DEBUG_NORMAL, "USB_REQ_SET_ADDRESS ...\n"); in s3c2410_udc_handle_ep0_idle()
663 dprintk(DEBUG_NORMAL, "USB_REQ_GET_STATUS ...\n"); in s3c2410_udc_handle_ep0_idle()
715 dprintk(DEBUG_NORMAL, "config change %02x fail %d?\n", in s3c2410_udc_handle_ep0_idle()
721 dprintk(DEBUG_NORMAL, "Operation not supported\n"); in s3c2410_udc_handle_ep0_idle()
723 dprintk(DEBUG_NORMAL, in s3c2410_udc_handle_ep0_idle()
732 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n"); in s3c2410_udc_handle_ep0_idle()
736 dprintk(DEBUG_VERBOSE, "ep0state %s\n", ep0states[dev->ep0state]); in s3c2410_udc_handle_ep0_idle()
757 dprintk(DEBUG_NORMAL, "ep0csr %x ep0state %s\n", in s3c2410_udc_handle_ep0()
763 dprintk(DEBUG_NORMAL, "... clear SENT_STALL ...\n"); in s3c2410_udc_handle_ep0()
771 dprintk(DEBUG_NORMAL, "... serviced SETUP_END ...\n"); in s3c2410_udc_handle_ep0()
783 dprintk(DEBUG_NORMAL, "EP0_IN_DATA_PHASE ... what now?\n"); in s3c2410_udc_handle_ep0()
789 dprintk(DEBUG_NORMAL, "EP0_OUT_DATA_PHASE ... what now?\n"); in s3c2410_udc_handle_ep0()
795 dprintk(DEBUG_NORMAL, "EP0_END_XFER ... what now?\n"); in s3c2410_udc_handle_ep0()
800 dprintk(DEBUG_NORMAL, "EP0_STALL ... what now?\n"); in s3c2410_udc_handle_ep0()
828 dprintk(DEBUG_VERBOSE, "ep%01d write csr:%02x %d\n", in s3c2410_udc_handle_ep()
832 dprintk(DEBUG_VERBOSE, "st\n"); in s3c2410_udc_handle_ep()
844 dprintk(DEBUG_VERBOSE, "ep%01d rd csr:%02x\n", idx, ep_csr1); in s3c2410_udc_handle_ep()
896 dprintk(DEBUG_NORMAL, "usbs=%02x, usbds=%02x, pwr=%02x ep0csr=%02x\n", in s3c2410_udc_irq()
911 dprintk(DEBUG_NORMAL, "USB reset csr %x pwr %x\n", in s3c2410_udc_irq()
934 dprintk(DEBUG_NORMAL, "USB resume\n"); in s3c2410_udc_irq()
948 dprintk(DEBUG_NORMAL, "USB suspend\n"); in s3c2410_udc_irq()
968 dprintk(DEBUG_VERBOSE, "USB ep0 irq\n"); in s3c2410_udc_irq()
978 dprintk(DEBUG_VERBOSE, "USB ep%d irq\n", i); in s3c2410_udc_irq()
1000 dprintk(DEBUG_VERBOSE, "irq: %d s3c2410_udc_done.\n", IRQ_USBD); in s3c2410_udc_irq()
1096 dprintk(DEBUG_NORMAL, "enable %s(%d) ep%x%s-blk max %02x\n", in s3c2410_udc_ep_enable()
1116 dprintk(DEBUG_NORMAL, "%s not enabled\n", in s3c2410_udc_ep_disable()
1123 dprintk(DEBUG_NORMAL, "ep_disable: %s\n", _ep->name); in s3c2410_udc_ep_disable()
1136 dprintk(DEBUG_NORMAL, "%s disabled\n", _ep->name); in s3c2410_udc_ep_disable()
1149 dprintk(DEBUG_VERBOSE, "%s(%p,%d)\n", __func__, _ep, mem_flags); in s3c2410_udc_alloc_request()
1171 dprintk(DEBUG_VERBOSE, "%s(%p,%p)\n", __func__, _ep, _req); in s3c2410_udc_free_request()
1194 dprintk(DEBUG_NORMAL, "%s: invalid args\n", __func__); in s3c2410_udc_queue()
1209 dprintk(DEBUG_NORMAL, "%s: 1 X X X\n", __func__); in s3c2410_udc_queue()
1211 dprintk(DEBUG_NORMAL, "%s: 0 %01d %01d %01d\n", in s3c2410_udc_queue()
1223 dprintk(DEBUG_VERBOSE, "%s: ep%x len %d\n", in s3c2410_udc_queue()
1283 dprintk(DEBUG_VERBOSE, "%s ok\n", __func__); in s3c2410_udc_queue()
1298 dprintk(DEBUG_VERBOSE, "%s(%p,%p)\n", __func__, _ep, _req); in s3c2410_udc_dequeue()
1320 dprintk(DEBUG_VERBOSE, in s3c2410_udc_dequeue()
1342 dprintk(DEBUG_NORMAL, "%s: inval 2\n", __func__); in s3c2410_udc_set_halt()
1410 dprintk(DEBUG_VERBOSE, "%s()\n", __func__); in s3c2410_udc_get_frame()
1422 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_wakeup()
1433 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_set_selfpowered()
1449 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_set_pullup()
1475 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_vbus_session()
1486 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_pullup()
1497 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_vbus_irq()
1511 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_vbus_draw()
1568 dprintk(DEBUG_NORMAL, "%s()\n", __func__); in s3c2410_udc_disable()
1622 dprintk(DEBUG_NORMAL, "s3c2410_udc_enable called\n"); in s3c2410_udc_enable()
1653 dprintk(DEBUG_NORMAL, "%s() '%s'\n", __func__, driver->driver.name); in s3c2410_udc_start()
1999 dprintk(DEBUG_NORMAL, "%s: version %s\n", gadget_name, DRIVER_VERSION); in udc_init()