Home
last modified time | relevance | path

Searched refs:DEBUG_VERBOSE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/appletalk/
Dltpc.c201 #define DEBUG_VERBOSE 1 macro
830 if(debug & DEBUG_VERBOSE) printk("ltpc_ioctl called\n"); in ltpc_ioctl()
879 if(debug & DEBUG_VERBOSE) { in ltpc_poll()
1086 if(debug & DEBUG_VERBOSE) { in ltpc_probe()
1152 if(debug & DEBUG_VERBOSE) { in ltpc_probe()
1249 if(debug & DEBUG_VERBOSE) printk("unregister_netdev\n"); in ltpc_cleanup()
1254 if(debug & DEBUG_VERBOSE) printk("freeing irq\n"); in ltpc_cleanup()
1259 if(debug & DEBUG_VERBOSE) printk("freeing dma\n"); in ltpc_cleanup()
1264 if(debug & DEBUG_VERBOSE) printk("freeing ioaddr\n"); in ltpc_cleanup()
1271 if(debug & DEBUG_VERBOSE) printk("free_pages\n"); in ltpc_cleanup()
[all …]
/Linux-v5.15/drivers/usb/gadget/udc/
Ds3c2410_udc.c78 #define DEBUG_VERBOSE 2 macro
278 dprintk(DEBUG_VERBOSE, "%s %d %d %d %d\n", __func__, in s3c2410_udc_write_packet()
468 dprintk(DEBUG_VERBOSE, "%s fifo count : %d [last %d]\n", in s3c2410_udc_read_fifo()
515 dprintk(DEBUG_VERBOSE, "%s: len=%d %02x:%02x {%x,%x,%x}\n", __func__, in s3c2410_udc_read_fifo_crq()
707 dprintk(DEBUG_VERBOSE, "dev->req_pending... what now?\n"); in s3c2410_udc_handle_ep0_idle()
711 dprintk(DEBUG_VERBOSE, "ep0state %s\n", ep0states[dev->ep0state]); in s3c2410_udc_handle_ep0_idle()
803 dprintk(DEBUG_VERBOSE, "ep%01d write csr:%02x %d\n", in s3c2410_udc_handle_ep()
807 dprintk(DEBUG_VERBOSE, "st\n"); in s3c2410_udc_handle_ep()
819 dprintk(DEBUG_VERBOSE, "ep%01d rd csr:%02x\n", idx, ep_csr1); in s3c2410_udc_handle_ep()
941 dprintk(DEBUG_VERBOSE, "USB ep0 irq\n"); in s3c2410_udc_irq()
[all …]