| /drivers/usb/gadget/udc/ |
| A D | at91_udc.h | 162 # define VDBG(stuff...) do{}while(0) argument 168 # define PACKET(stuff...) do{}while(0) argument 171 #define ERR(stuff...) pr_err("udc: " stuff) argument 172 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 173 #define INFO(stuff...) pr_info("udc: " stuff) argument 174 #define DBG(stuff...) pr_debug("udc: " stuff) argument
|
| A D | pxa25x_udc.h | 140 #define DMSG(stuff...) pr_debug("udc: " stuff) argument 236 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument 238 #define ERR(stuff...) pr_err("udc: " stuff) argument 239 #define WARNING(stuff...) pr_warn("udc: " stuff) argument 240 #define INFO(stuff...) pr_info("udc: " stuff) argument
|
| A 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
|
| /drivers/usb/host/ |
| A D | isp116x.h | 328 #define DBG(stuff...) pr_debug("116x: " stuff) argument 333 # define VDBG(stuff...) do{}while(0) argument 336 #define ERR(stuff...) printk(KERN_ERR "116x: " stuff) argument 337 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) argument 338 #define INFO(stuff...) printk(KERN_INFO "116x: " stuff) argument
|
| A D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) 248 # define PACKET(stuff...) do{}while(0) argument
|
| /drivers/video/fbdev/via/ |
| A D | via_i2c.c | 182 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local 184 return &stuff->adapter; in viafb_find_i2c_adapter()
|
| /drivers/mfd/ |
| A 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/gpu/drm/omapdrm/ |
| A D | TODO | 13 . This can be handled by the dma-buf fence/reservation stuff when it
|
| /drivers/gpu/drm/ci/ |
| A D | x86_64.config | 29 # Strip out some stuff we don't need for graphics testing, to reduce
|
| A D | arm64.config | 143 # Strip out some stuff we don't need for graphics testing, to reduce
|
| /drivers/leds/ |
| A D | TODO | 48 We really need to do that now; "white" stuff can wait.
|
| /drivers/usb/common/ |
| A D | usb-otg-fsm.c | 25 #define VDBG(stuff...) do {} while (0) argument
|
| /drivers/video/fbdev/ |
| A D | metronomefb.c | 129 u8 stuff[32]; member
|
| A D | Kconfig | 15 anything about the low-level (hardware register) stuff.
|
| /drivers/mtd/devices/ |
| A D | Kconfig | 144 testing stuff.
|
| /drivers/usb/phy/ |
| A D | phy-fsl-usb.c | 39 #define VDBG(stuff...) do {} while (0) argument
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 117 Enables extra stuff in the thinkpad-acpi which is completely useless
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| A D | kernel.fuc | 508 // somehow allows the magic "access mmio via D[]" stuff that's
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | gpc.fuc | 478 // unknown stuff that's done after finishing a block of
|
| /drivers/media/usb/ttusb-budget/ |
| A D | dvb-ttusb-budget.c | 853 #error TODO: handle ugly stuff in ttusb_handle_sec_data()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| A D | com.fuc | 112 // mthd 0x030c-0x0340, various stuff
|
| /drivers/input/touchscreen/ |
| A D | Kconfig | 953 a usage description and the required user-space stuff.
|
| /drivers/mmc/core/ |
| A D | block.c | 107 u8 stuff[196]; member
|
| /drivers/net/ethernet/sun/ |
| A D | niu.c | 6597 u64 start, stuff; in niu_compute_tx_flags() local 6606 stuff = start + skb->csum_offset; in niu_compute_tx_flags() 6609 csum_bits |= (stuff / 2) << TXHDR_L4STUFF_SHIFT; in niu_compute_tx_flags()
|