Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/drivers/usb/gadget/udc/
Dat91_udc.h164 # 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
Dpxa25x_udc.h147 #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
Domap_udc.h187 # 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
Dfsl_usb2_udc.h549 #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
/Linux-v4.19/drivers/usb/host/
Disp116x.h329 #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
Dsl811.h247 # define PACKET pr_debug("sl811: "stuff)
249 # define PACKET(stuff...) do{}while(0) argument
/Linux-v4.19/drivers/gpu/drm/amd/display/
DTODO54 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
/Linux-v4.19/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
7 # not so generic stuff below
/Linux-v4.19/kernel/configs/
Dxen.config1 # global stuff - these enable us to allow some
2 # of the not so generic stuff below for xen
/Linux-v4.19/arch/alpha/lib/
Dev6-memset.S106 beq $3,no_quad_b # U : tail stuff only
121 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
284 beq $3,no_quad # U : tail stuff only
299 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
472 beq $3,no_quad_w # U : tail stuff only
487 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
/Linux-v4.19/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-v4.19/drivers/net/wireless/intersil/orinoco/
Dhermes.c77 #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
/Linux-v4.19/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/Linux-v4.19/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-v4.19/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-v4.19/fs/exofs/
DKconfig8 # Debugging-related stuff
/Linux-v4.19/drivers/staging/xgifb/
DTODO10 - get rid of non-linux related stuff
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-mux-reg.txt58 /* other stuff */
71 /* other stuff */
/Linux-v4.19/arch/mips/ralink/
DPlatform2 # Ralink SoC common stuff
/Linux-v4.19/drivers/video/fbdev/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()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/Linux-v4.19/Documentation/ide/
DChangeLog.ide-cd.1994-2004129 * -- Other stuff that I forgot (lots of changes)
190 * - other minor stuff.
214 * - bunch of other stuff, will fill in logs later.
254 * 4.58 May 1, 2000 - Clean up ACER50 stuff.
265 * - Odd stuff

1234567