Searched refs:DEBUG_VERBOSE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/appletalk/ |
D | ltpc.c | 201 #define DEBUG_VERBOSE 1 macro 826 if(debug & DEBUG_VERBOSE) printk("ltpc_ioctl called\n"); in ltpc_ioctl() 875 if(debug & DEBUG_VERBOSE) { in ltpc_poll() 1082 if(debug & DEBUG_VERBOSE) { in ltpc_probe() 1148 if(debug & DEBUG_VERBOSE) { in ltpc_probe() 1248 if(debug & DEBUG_VERBOSE) printk("unregister_netdev\n"); in ltpc_cleanup() 1253 if(debug & DEBUG_VERBOSE) printk("freeing irq\n"); in ltpc_cleanup() 1258 if(debug & DEBUG_VERBOSE) printk("freeing dma\n"); in ltpc_cleanup() 1263 if(debug & DEBUG_VERBOSE) printk("freeing ioaddr\n"); in ltpc_cleanup() 1270 if(debug & DEBUG_VERBOSE) printk("free_pages\n"); in ltpc_cleanup() [all …]
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 83 #define DEBUG_VERBOSE 2 macro 300 dprintk(DEBUG_VERBOSE, "%s %d %d %d %d\n", __func__, in s3c2410_udc_write_packet() 488 dprintk(DEBUG_VERBOSE, "%s fifo count : %d [last %d]\n", in s3c2410_udc_read_fifo() 535 dprintk(DEBUG_VERBOSE, "%s: len=%d %02x:%02x {%x,%x,%x}\n", __func__, in s3c2410_udc_read_fifo_crq() 727 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n"); in s3c2410_udc_handle_ep0_idle() 731 dprintk(DEBUG_VERBOSE, "ep0state %s\n", ep0states[dev->ep0state]); in s3c2410_udc_handle_ep0_idle() 823 dprintk(DEBUG_VERBOSE, "ep%01d write csr:%02x %d\n", in s3c2410_udc_handle_ep() 827 dprintk(DEBUG_VERBOSE, "st\n"); in s3c2410_udc_handle_ep() 839 dprintk(DEBUG_VERBOSE, "ep%01d rd csr:%02x\n", idx, ep_csr1); in s3c2410_udc_handle_ep() 963 dprintk(DEBUG_VERBOSE, "USB ep0 irq\n"); in s3c2410_udc_irq() [all …]
|