Home
last modified time | relevance | path

Searched refs:DMSG (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.h151 #define DMSG(stuff...) pr_debug("udc: " stuff) macro
171 DMSG("%s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccr()
188 DMSG("%s %s %02X =%s%s%s%s%s%s%s%s\n", in dump_udccs0()
206 DMSG("%s, uicr %02X.%02X, usir %02X.%02x, ufnr %02X.%02X\n", in dump_state()
212 DMSG("udccfr %02X =%s%s\n", tmp, in dump_state()
218 DMSG("no gadget driver bound\n"); in dump_state()
221 DMSG("ep0 driver '%s'\n", dev->driver->driver.name); in dump_state()
224 DMSG("ep0 IN %lu/%lu, OUT %lu/%lu\n", in dump_state()
231 DMSG ("udccs%d = %02x\n", i, *dev->ep->reg_udccs); in dump_state()
245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0)
Dpxa25x_udc.c223 DMSG("%s, bad ep or descriptor\n", __func__); in pxa25x_ep_enable()
231 DMSG("%s, %s type mismatch\n", __func__, _ep->name); in pxa25x_ep_enable()
240 DMSG("%s, bad %s maxpacket\n", __func__, _ep->name); in pxa25x_ep_enable()
246 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_enable()
271 DMSG("%s, %s not enabled\n", __func__, in pxa25x_ep_disable()
551 DMSG("%s overflow %d\n", in read_fifo()
607 DMSG("%s overflow\n", ep->ep.name); in read_ep0_fifo()
639 DMSG("%s, bad params\n", __func__); in pxa25x_ep_queue()
645 DMSG("%s, bad ep\n", __func__); in pxa25x_ep_queue()
652 DMSG("%s, bogus device state\n", __func__); in pxa25x_ep_queue()
[all …]
/linux-4.4.14/drivers/net/wireless/orinoco/
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)