/drivers/usb/gadget/udc/ |
D | at91_udc.h | 164 # define VDBG(stuff...) do{}while(0) argument 170 # define PACKET(stuff...) do{}while(0) argument 173 #define ERR(stuff...) pr_err("udc: " stuff) argument 174 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 175 #define INFO(stuff...) pr_info("udc: " stuff) argument 176 #define DBG(stuff...) pr_debug("udc: " stuff) argument
|
D | pxa25x_udc.h | 147 #define DMSG(stuff...) pr_debug("udc: " stuff) argument 243 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument 245 #define ERR(stuff...) pr_err("udc: " stuff) argument 246 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 247 #define INFO(stuff...) pr_info("udc: " stuff) argument
|
D | omap_udc.h | 187 # define VDBG(stuff...) do{}while(0) argument 190 #define ERR(stuff...) pr_err("udc: " stuff) argument 191 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 192 #define INFO(stuff...) pr_info("udc: " stuff) argument 193 #define DBG(stuff...) pr_debug("udc: " stuff) argument
|
D | fsl_usb2_udc.h | 549 #define VDBG(stuff...) do{}while(0) argument 552 #define ERR(stuff...) pr_err("udc: " stuff) argument 553 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 554 #define INFO(stuff...) pr_info("udc: " stuff) argument
|
/drivers/usb/host/ |
D | isp116x.h | 329 #define DBG(stuff...) pr_debug("116x: " stuff) argument 334 # define VDBG(stuff...) do{}while(0) argument 337 #define ERR(stuff...) printk(KERN_ERR "116x: " stuff) argument 338 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) argument 339 #define INFO(stuff...) printk(KERN_INFO "116x: " stuff) argument
|
D | sl811.h | 247 # define PACKET pr_debug("sl811: "stuff) 249 # define PACKET(stuff...) do{}while(0) argument
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 54 think it'd be much better if you convert that over to reading stuff 55 from drm_display_info and if needed, push stuff into the core). Also, 59 long-term, but imo not a blocker. Definitely make sure new stuff 61 the drm core, refactoring to use the core edid stuff was pointless)." 79 callbacks. There's also plans to expose this stuff in a standard way across all 89 stuff in drm_dp_helper.h. drm_dp_helper.h isn't really great and already has 2 101 DRM_DEBUG stuff just isn't up to the challenges either. We need to figure out
|
/drivers/staging/isdn/gigaset/ |
D | isocdata.c | 354 u16 stuff; in hdlc_bitstuff_byte() local 362 stuff = stufftab[256 * ones + cin]; in hdlc_bitstuff_byte() 363 shiftinc = (stuff >> 13) & 3; in hdlc_bitstuff_byte() 364 newones = (stuff >> 10) & 7; in hdlc_bitstuff_byte() 365 stuff &= 0x3ff; in hdlc_bitstuff_byte() 368 isowbuf_putbits(iwb, stuff, 8 + shiftinc); in hdlc_bitstuff_byte()
|
/drivers/net/wireless/intersil/orinoco/ |
D | hermes.c | 77 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ argument 78 printk(stuff); } while (0) 84 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument 88 #define DEBUG(lvl, stuff...) do { } while (0) argument
|
/drivers/parport/ |
D | daisy.c | 34 #define DPRINTK(stuff...) printk(stuff) argument 36 #define DPRINTK(stuff...) argument
|
D | ieee1284.c | 35 #define DPRINTK(stuff...) printk (stuff) argument 37 #define DPRINTK(stuff...) argument
|
D | ieee1284_ops.c | 31 #define DPRINTK(stuff...) printk (stuff) argument 33 #define DPRINTK(stuff...) argument
|
/drivers/staging/nvec/ |
D | TODO | 3 - move half of the nvec init stuff to i2c-tegra.c
|
/drivers/video/fbdev/via/ |
D | via_i2c.c | 181 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local 183 return &stuff->adapter; in viafb_find_i2c_adapter()
|
/drivers/mfd/ |
D | rave-sp.c | 263 static void *stuff(unsigned char *dest, const unsigned char *src, size_t n) in stuff() function 299 dest = stuff(dest, data, data_size); in rave_sp_write() 300 dest = stuff(dest, crc, checksum_length); in rave_sp_write()
|
/drivers/atm/ |
D | ambassador.h | 297 u32 stuff[16]; member 302 u32 stuff[UNUSED_LOADER_MAILBOXES]; member
|
D | ambassador.c | 2075 mapreg = rd_plain (dev, offsetof(amb_mem, stuff[10])); in fixup_plx_window() 2078 wr_plain (dev, offsetof(amb_mem, stuff[10]), mapreg); in fixup_plx_window()
|
/drivers/gpu/drm/omapdrm/ |
D | TODO | 13 . This can be handled by the dma-buf fence/reservation stuff when it
|
/drivers/usb/common/ |
D | usb-otg-fsm.c | 25 #define VDBG(stuff...) do {} while (0) argument
|
/drivers/staging/wusbcore/Documentation/ |
D | wusb-design-overview.rst | 83 bunch of other stuff. 214 connect to them, but this is policy stuff and should be driven 351 the rest of the stuff).
|
/drivers/net/can/ |
D | Kconfig | 79 # because it uses stuff that is intended to be changed or removed.
|
/drivers/video/fbdev/ |
D | metronomefb.c | 129 u8 stuff[32]; member
|
/drivers/mtd/devices/ |
D | Kconfig | 146 testing stuff.
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 478 // unknown stuff that's done after finishing a block of
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 508 // somehow allows the magic "access mmio via D[]" stuff that's
|