Searched refs:DEBUG_NORMAL (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 82 #define DEBUG_NORMAL 1 macro 357 dprintk(DEBUG_NORMAL, in s3c2410_udc_write_fifo() 455 dprintk(DEBUG_NORMAL, "%s: buffer full!\n", __func__); in s3c2410_udc_read_fifo() 462 dprintk(DEBUG_NORMAL, "%s fifo count : %d\n", __func__, fifo_count); in s3c2410_udc_read_fifo() 528 dprintk(DEBUG_NORMAL, "%s: fifo_count=%d\n", __func__, bytes_read); in s3c2410_udc_read_fifo_crq() 609 dprintk(DEBUG_NORMAL, "setup begin: fifo READ ERROR" in s3c2410_udc_handle_ep0_idle() 616 dprintk(DEBUG_NORMAL, "bRequest = %d bRequestType %d wLength = %d\n", in s3c2410_udc_handle_ep0_idle() 627 dprintk(DEBUG_NORMAL, "USB_REQ_SET_CONFIGURATION ...\n"); in s3c2410_udc_handle_ep0_idle() 636 dprintk(DEBUG_NORMAL, "USB_REQ_SET_INTERFACE ...\n"); in s3c2410_udc_handle_ep0_idle() 645 dprintk(DEBUG_NORMAL, "USB_REQ_SET_ADDRESS ...\n"); in s3c2410_udc_handle_ep0_idle() [all …]
|