Home
last modified time | relevance | path

Searched refs:stuff (Results 1 – 25 of 161) sorted by relevance

1234567

/linux-3.4.99/drivers/usb/gadget/
Dat91_udc.h157 # define VDBG(stuff...) do{}while(0) argument
163 # define PACKET(stuff...) do{}while(0) argument
166 #define ERR(stuff...) pr_err("udc: " stuff) argument
167 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
168 #define INFO(stuff...) pr_info("udc: " stuff) argument
169 #define DBG(stuff...) pr_debug("udc: " stuff) argument
Dpxa25x_udc.h151 #define DMSG(stuff...) pr_debug("udc: " stuff) argument
245 #define DBG(lvl, stuff...) do{if ((lvl) <= UDC_DEBUG) DMSG(stuff);}while(0) argument
247 #define ERR(stuff...) pr_err("udc: " stuff) argument
248 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
249 #define INFO(stuff...) pr_info("udc: " stuff) argument
Domap_udc.h187 # define VDBG(stuff...) do{}while(0) argument
190 #define ERR(stuff...) pr_err("udc: " stuff) argument
191 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
192 #define INFO(stuff...) pr_info("udc: " stuff) argument
193 #define DBG(stuff...) pr_debug("udc: " stuff) argument
Dfsl_usb2_udc.h540 #define VDBG(stuff...) do{}while(0) argument
543 #define ERR(stuff...) pr_err("udc: " stuff) argument
544 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
545 #define INFO(stuff...) pr_info("udc: " stuff) argument
/linux-3.4.99/drivers/usb/host/
Dsl811.h246 #define DBG(stuff...) printk(KERN_DEBUG "sl811: " stuff) argument
248 #define DBG(stuff...) do{}while(0) argument
254 # define VDBG(stuff...) do{}while(0) argument
260 # define PACKET(stuff...) do{}while(0) argument
263 #define ERR(stuff...) printk(KERN_ERR "sl811: " stuff) argument
264 #define WARNING(stuff...) printk(KERN_WARNING "sl811: " stuff) argument
265 #define INFO(stuff...) printk(KERN_INFO "sl811: " stuff) argument
Disp116x.h329 #define DBG(stuff...) printk(KERN_DEBUG "116x: " stuff) argument
331 #define DBG(stuff...) do{}while(0) argument
337 # define VDBG(stuff...) do{}while(0) argument
340 #define ERR(stuff...) printk(KERN_ERR "116x: " stuff) argument
341 #define WARNING(stuff...) printk(KERN_WARNING "116x: " stuff) argument
342 #define INFO(stuff...) printk(KERN_INFO "116x: " stuff) argument
/linux-3.4.99/arch/cris/arch-v32/mach-fs/
DKconfig96 stuff. If you don't know what to use, it is always safe to put all
118 stuff. If you don't know what to use, it is always safe to put all
140 stuff. If you don't know what to use, it is always safe to put all
162 stuff. If you don't know what to use, it is always safe to put all
184 stuff. If you don't know what to use, it is always safe to put all
202 used. These bits are used for all kinds of stuff. If you don't know
/linux-3.4.99/Documentation/usb/
Dauthorization.txt67 Authentication or stuff like that. Something simple for an storage key
80 # Other stuff so others can use it
88 verification stuff with PKI, so you don't depend on a shared secret,
/linux-3.4.99/drivers/isdn/gigaset/
Disocdata.c357 u16 stuff; in hdlc_bitstuff_byte() local
365 stuff = stufftab[256 * ones + cin]; in hdlc_bitstuff_byte()
366 shiftinc = (stuff >> 13) & 3; in hdlc_bitstuff_byte()
367 newones = (stuff >> 10) & 7; in hdlc_bitstuff_byte()
368 stuff &= 0x3ff; in hdlc_bitstuff_byte()
371 isowbuf_putbits(iwb, stuff, 8 + shiftinc); in hdlc_bitstuff_byte()
/linux-3.4.99/arch/alpha/lib/
Dev6-memset.S104 beq $3,no_quad_b # U : tail stuff only
119 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
281 beq $3,no_quad # U : tail stuff only
296 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
468 beq $3,no_quad_w # U : tail stuff only
483 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
/linux-3.4.99/arch/cris/arch-v32/mach-a3/
DKconfig62 stuff. If you don't know what to use, it is always safe to put all
82 stuff. If you don't know what to use, it is always safe to put all
102 stuff. If you don't know what to use, it is always safe to put all
/linux-3.4.99/Documentation/
Dsparse.txt23 And with gcc, all the __bitwise/__force stuff goes away, and it all ends
45 __bitwise__ - to be used for relatively compact stuff (gfp_t, etc.) that
49 __bitwise - noisy stuff; in particular, __le*/__be* are that. We really
/linux-3.4.99/drivers/net/wireless/orinoco/
Dhermes.c78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ argument
79 printk(stuff); } while (0)
85 #define DEBUG(lvl, stuff...) if ((lvl) <= HERMES_DEBUG) DMSG(stuff) argument
89 #define DEBUG(lvl, stuff...) do { } while (0) argument
/linux-3.4.99/drivers/staging/winbond/
DTODO7 - use cfg80211 for regulatory stuff
/linux-3.4.99/drivers/parport/
Ddaisy.c34 #define DPRINTK(stuff...) printk(stuff) argument
36 #define DPRINTK(stuff...) argument
Dieee1284.c35 #define DPRINTK(stuff...) printk (stuff) argument
37 #define DPRINTK(stuff...) argument
/linux-3.4.99/fs/exofs/
DKconfig8 # Debugging-related stuff
/linux-3.4.99/drivers/staging/xgifb/
DTODO11 - get rid of non-linux related stuff
/linux-3.4.99/arch/cris/boot/rescue/
Drescue_v32.lds37 /* Get rid of stuff from EXPORT_SYMBOL(foo). */
/linux-3.4.99/drivers/staging/nvec/
DTODO7 - move half of the nvec init stuff to i2c-tegra.c
/linux-3.4.99/drivers/staging/olpc_dcon/
DTODO10 - verify sane i2c API usage, update to new stuff if necessary
/linux-3.4.99/arch/cris/arch-v32/
DKconfig200 stuff. If you don't know what to use, it is always safe to put all
222 stuff. If you don't know what to use, it is always safe to put all
244 stuff. If you don't know what to use, it is always safe to put all
266 stuff. If you don't know what to use, it is always safe to put all
288 stuff. If you don't know what to use, it is always safe to put all
/linux-3.4.99/Documentation/sysctl/
DREADME65 miscellaneous stuff
66 net/ networking stuff, for documentation look in:
Dsunrpc.txt13 the Linux kernel. This stuff is used for NFS, KNFSD and
/linux-3.4.99/drivers/video/via/
Dvia_i2c.c195 struct via_i2c_stuff *stuff = &via_i2c_par[which]; in viafb_find_i2c_adapter() local
197 return &stuff->adapter; in viafb_find_i2c_adapter()

1234567