Home
last modified time | relevance | path

Searched refs:DMSG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h147 #define DMSG(stuff...) pr_debug("udc: " stuff) macro
167 DMSG("%s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccr()
184 DMSG("%s %s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccs0()
204 DMSG("%s, uicr %02X.%02X, usir %02X.%02x, ufnr %02X.%02X\n", in dump_state()
210 DMSG("udccfr %02X =%s%s\n", tmp, in dump_state()
216 DMSG("no gadget driver bound\n"); in dump_state()
219 DMSG("ep0 driver '%s'\n", dev->driver->driver.name); in dump_state()
222 DMSG("ep0 IN %lu/%lu, OUT %lu/%lu\n", in dump_state()
229 DMSG ("udccs%d = %02x\n", i, udc_ep_get_UDCCS(&dev->ep[i])); in dump_state()
243 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuf
[all...]
H A Dpxa25x_udc.c433 DMSG("%s, bad ep or descriptor\n", __func__); in pxa25x_ep_enable()
441 DMSG("%s, %s type mismatch\n", __func__, _ep->name); in pxa25x_ep_enable()
450 DMSG("%s, bad %s maxpacket\n", __func__, _ep->name); in pxa25x_ep_enable()
456 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_enable()
481 DMSG("%s, %s not enabled\n", __func__, in pxa25x_ep_disable()
762 DMSG("%s overflow %d\n", in read_fifo()
818 DMSG("%s overflow\n", ep->ep.name); in read_ep0_fifo()
850 DMSG("%s, bad params\n", __func__); in pxa25x_ep_queue()
856 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_queue()
863 DMSG(" in pxa25x_ep_queue()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h140 #define DMSG(stuff...) pr_debug("udc: " stuff) macro
160 DMSG("%s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccr()
177 DMSG("%s %s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccs0()
197 DMSG("%s, uicr %02X.%02X, usir %02X.%02x, ufnr %02X.%02X\n", in dump_state()
203 DMSG("udccfr %02X =%s%s\n", tmp, in dump_state()
209 DMSG("no gadget driver bound\n"); in dump_state()
212 DMSG("ep0 driver '%s'\n", dev->driver->driver.name); in dump_state()
215 DMSG("ep0 IN %lu/%lu, OUT %lu/%lu\n", in dump_state()
222 DMSG ("udccs%d = %02x\n", i, udc_ep_get_UDCCS(&dev->ep[i])); in dump_state()
236 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuf
[all...]
H A Dpxa25x_udc.c429 DMSG("%s, bad ep or descriptor\n", __func__); in pxa25x_ep_enable()
437 DMSG("%s, %s type mismatch\n", __func__, _ep->name); in pxa25x_ep_enable()
446 DMSG("%s, bad %s maxpacket\n", __func__, _ep->name); in pxa25x_ep_enable()
452 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_enable()
477 DMSG("%s, %s not enabled\n", __func__, in pxa25x_ep_disable()
758 DMSG("%s overflow %d\n", in read_fifo()
814 DMSG("%s overflow\n", ep->ep.name); in read_ep0_fifo()
846 DMSG("%s, bad params\n", __func__); in pxa25x_ep_queue()
852 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_queue()
859 DMSG(" in pxa25x_ep_queue()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c77 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ macro
84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff)
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dhermes.c78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ macro
84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff)

Completed in 7 milliseconds