Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.h160 # define VDBG(stuff...) do{}while(0) argument
166 # define PACKET(stuff...) do{}while(0) argument
169 #define ERR(stuff...) pr_err("udc: " stuff) argument
170 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
171 #define INFO(stuff...) pr_info("udc: " stuff) argument
172 #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.h186 # define VDBG(stuff...) do{}while(0) argument
189 #define ERR(stuff...) pr_err("udc: " stuff) argument
190 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
191 #define INFO(stuff...) pr_info("udc: " stuff) argument
192 #define DBG(stuff...) pr_debug("udc: " stuff) argument
Dfsl_usb2_udc.h553 #define VDBG(stuff...) do{}while(0) argument
556 #define ERR(stuff...) pr_err("udc: " stuff) argument
557 #define WARNING(stuff...) pr_warning("udc: " stuff) argument
558 #define INFO(stuff...) pr_info("udc: " stuff) argument
/linux-4.1.27/drivers/usb/host/
Disp116x.h328 #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
Dsl811.h246 # define PACKET pr_debug("sl811: "stuff)
248 # define PACKET(stuff...) do{}while(0) argument
/linux-4.1.27/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-4.1.27/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,
DCREDITS71 quite lousy :). Now I know where to acquire nice USB stuff!
130 public relationships and general management stuff for the
Drio.txt27 I suggest when the batteries are low and you want to transfer stuff that you
DWUSB-Design-overview.txt79 bunch of other stuff.
204 connect to them, but this is policy stuff and should be driven
335 the rest of the stuff).
/linux-4.1.27/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-4.1.27/arch/alpha/lib/
Dev6-memset.S105 beq $3,no_quad_b # U : tail stuff only
120 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
282 beq $3,no_quad # U : tail stuff only
297 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
469 beq $3,no_quad_w # U : tail stuff only
484 subq $2, 0x40, $1 # E : bias counter (aligning stuff 0mod64)
Dev6-copy_user.S142 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
Dev6-memcpy.S221 addq $18, 8, $18 # E : account for tail stuff
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
DKconfig58 stuff. If you don't know what to use, it is always safe to put all
78 stuff. If you don't know what to use, it is always safe to put all
98 stuff. If you don't know what to use, it is always safe to put all
/linux-4.1.27/drivers/net/wireless/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-4.1.27/fs/exofs/
DKconfig8 # Debugging-related stuff
/linux-4.1.27/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
Dbasic_profiling.txt2 go read the real docs ;-) Please don't add more stuff, but feel free to
Deisa.txt142 ** Misc stuff :
201 - James Bottomley, Jeff Garzik for getting this stuff into the kernel,
Dkref.txt68 . do stuff with data here
91 . do stuff with data here
DIntel-IOMMU.txt18 Basic stuff
DDMA-ISA-LPC.txt86 Now for the good stuff, the actual DMA transfer. :)
Dpi-futex.txt47 display-colory-stuff threads. Add video and decoding to the mix and
Dpadata.txt101 /* Other stuff here... */
Dstable_api_nonsense.txt46 discuss the binary stuff first to get it out of the way.
Doops-tracing.txt85 stuff are the values reported by the Oops - you can just cut-and-paste
DHOWTO115 http://www.ozlabs.org/~akpm/stuff/tpp.txt
581 http://www.ozlabs.org/~akpm/stuff/tpp.txt
Dsvga.txt101 Because of the complexity of all the video stuff, the video mode IDs
Dassoc_array.txt114 will then be passed to call_rcu() to free it and any dead stuff it points
Dkobject.txt25 usually embedded within some other structure which contains the stuff
Dapplying-patches.txt318 stuff (such people should see the sections about -git and -mm kernels below).
DIPMI.txt279 IPMICTL_SEND_COMMAND ioctl. For incoming stuff, you can use select()
DSubmittingPatches780 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-4.1.27/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
Dieee1284_ops.c30 #define DPRINTK(stuff...) printk (stuff) argument
32 #define DPRINTK(stuff...) argument
Dparport_pc.c92 #define DPRINTK(stuff...) argument
/linux-4.1.27/drivers/staging/nvec/
DTODO3 - move half of the nvec init stuff to i2c-tegra.c
/linux-4.1.27/drivers/staging/xgifb/
DTODO10 - get rid of non-linux related stuff
/linux-4.1.27/arch/cris/boot/rescue/
Drescue_v32.lds37 /* Get rid of stuff from EXPORT_SYMBOL(foo). */
/linux-4.1.27/arch/mips/ralink/
DPlatform2 # Ralink SoC common stuff
/linux-4.1.27/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-4.1.27/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-4.1.27/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-4.1.27/Documentation/sound/oss/
Dmwave79 REM Linux stuff
91 REM Windows 95 stuff
132 LILO). The APM stuff COULD be forced out of the kernel via the kernel compile
DPAS165 Acknowledgement to Axel Boldt (boldt@math.ucsb.edu) for stuff taken
6 from Configure.help, Riccardo Facchetti for stuff from README.OSS,
61 The new stuff for 2.3.99 and later
/linux-4.1.27/drivers/staging/media/mn88473/
DTODO15 trivial stuff. *Do not* add missing register I/O error checks. Those are
/linux-4.1.27/drivers/gpu/drm/omapdrm/
DTODO13 . This can be handled by the dma-buf fence/reservation stuff when it
/linux-4.1.27/drivers/staging/media/mn88472/
DTODO15 trivial stuff. *Do not* add missing register I/O error checks. Those are
/linux-4.1.27/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
Dide.txt160 Please pass on any feedback on any of this stuff to the maintainer,
/linux-4.1.27/Documentation/networking/
Dip_dynaddr.txt3 This stuff allows diald ONESHOT connections to get established by
Dnetdev-FAQ.txt7 A: It is a mailing list for all network-related Linux stuff. This includes
40 stuff to Linus for merging into the mainline tree. After the two weeks,
D6pack.txt48 At the moment, the 6pack stuff can obtained via anonymous ftp from
Darcnet.txt291 the SMC driver to work with the TCP/IP stuff included in the
347 use the "NFS-root" stuff in recent Linux kernels.
Dstmmac.txt365 auto-negotiation and link status w/o using the PHYLIB stuff
Darcnet-hardware.txt326 neat stuff will probably happen if you DO use them). By the way, if you
417 - And some other stuff (more info is welcome!):
/linux-4.1.27/Documentation/ko_KR/
DHOWTO125 http://www.ozlabs.org/~akpm/stuff/tpp.txt
562 http://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux-4.1.27/drivers/atm/
Dambassador.h312 u32 stuff[16]; member
317 u32 stuff[UNUSED_LOADER_MAILBOXES]; member
Dambassador.c2090 mapreg = rd_plain (dev, offsetof(amb_mem, stuff[10])); in fixup_plx_window()
2093 wr_plain (dev, offsetof(amb_mem, stuff[10]), mapreg); in fixup_plx_window()
/linux-4.1.27/drivers/staging/media/bcm2048/
DTODO10 The sysfs stuff should be replaced by controls as well. A lot of the RDS
/linux-4.1.27/Documentation/isdn/
D00-INDEX4 - list of the kind folks that brought you this stuff.
DREADME.syncppp48 To use the MPPP stuff, you must configure a slave device
DREADME.x256 As new versions appear, the stuff described here might suddenly change
96 All the stuff needed for X.25 is implemented inside the isdn link
DREADME.concap73 from the hardware specific interface stuff such code could be shared
203 struct my_priv /* device->local stuff */
DREADME.HiSax458 Enrik Berkhan (enrik@starfleet.inka.de) for S0BOX specific stuff
/linux-4.1.27/Documentation/ja_JP/
DHOWTO152 http://www.ozlabs.org/~akpm/stuff/tpp.txt
625 http://www.ozlabs.org/~akpm/stuff/tpp.txt
DSubmittingPatches693 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-4.1.27/Documentation/zh_CN/
DHOWTO115 http://www.ozlabs.org/~akpm/stuff/tpp.txt
518 http://www.ozlabs.org/~akpm/stuff/tpp.txt
DSubmittingPatches393 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx148 - Replace __initfunc() which is deprecated stuff by __init which
188 negotiation. Btw, the corresponding stuff also needed some cleanup
222 - The SISL RAID change requires now remap_pci_mem() stuff to be
301 - MODULE_PARM stuff added for linux 2.1.
324 - Remove the ncr_opennings() stuff that was useless under Linux
369 - The new tagged queue stuff seems ok, so some informationnal
425 having won arbitration, do some stuff prior to testing any SCSI
Ddpti.txt69 * Add support for C-PCI (hotplug stuff)
DChangeLog.sym53c8xx264 - Replace __initfunc() which is deprecated stuff by __init which
395 negotiation. Btw, the corresponding stuff also needed some cleanup
409 - Major rewrite of the interrupt handling and recovery stuff for
479 - The SISL RAID change requires now remap_pci_mem() stuff to be
516 - Remove some useless and bloat code from the pci init stuff.
Dscsi-changer.txt104 prints a lot of stuff to the syslog. Compiling the kernel with
DChangeLog.1992-1997240 * sr.c: More photo-cd hacks to make sure we get the xa stuff right.
328 Improvements in HBA identification. Various other minor stuff.
650 Add module related stuff. More fault tolerant if out of
671 * scsi.c: Add a bunch of module stuff (all commented out for now).
710 * buslogic.c: Set forbidden_addr stuff if using a buggy board.
1615 * aha1542.[c,h]: Support extended BIOS stuff.
1633 * All scsi stuff moved from kernel/blk_drv/scsi to drivers/scsi.
DChangeLog.lpfc647 block/unblock stuff and removed some defensive checks from
/linux-4.1.27/include/linux/usb/
Dotg-fsm.h30 #define VDBG(stuff...) do {} while (0) argument
/linux-4.1.27/Documentation/blockdev/
Dmflash.txt33 Working mflash is very straight forward. Adding platform device stuff to board
/linux-4.1.27/Documentation/video4linux/
DREADME.cx8835 The driver needs some config info for the TV cards. This stuff is in
/linux-4.1.27/drivers/staging/i2o/
DREADME85 o Read ahead and cache handling stuff. Talk to Ingo and people
/linux-4.1.27/arch/openrisc/
DREADME.openrisc78 all the core stuff is implemented and seams usable.
/linux-4.1.27/arch/m68k/
DKconfig.bus43 name of a bus system, i.e. the way the CPU talks to the other stuff
/linux-4.1.27/sound/oss/
DCHANGELOG174 - Changed all #ifndef EXCLUDE_xx stuff to #ifdef CONFIG_xx. Modified
179 - More AIX stuff.
189 - Removed the 'setfx' stuff from the version distributed with kernel
193 - Moved stuff from the 'setfx' program to the AudioTrix Pro driver.
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt22 close preparations) can simply go. Device specific stuff needs to go to the
83 Check the functions for device-specific stuff and keep it for later
/linux-4.1.27/Documentation/hwmon/
Dlm8030 seven voltage sensors, alarms, and some miscellaneous stuff.
Dlm7831 seven voltage sensors, VID lines, alarms, and some miscellaneous stuff.
Dlm8731 miscellaneous stuff. The ADM1024 is fully compatible.
Dit87119 joysticks and other miscellaneous stuff. For hardware monitoring, they
Dw83781d72 lines, alarms with beep warnings, and some miscellaneous stuff.
/linux-4.1.27/arch/arm/boot/dts/
Domap3-n950-n9.dtsi2 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff)
/linux-4.1.27/Documentation/fb/
Dtridentfb.txt40 fp - use flat panel related stuff
Dsstfb.txt133 - If you see some artefacts (pixels not cleaning and stuff like that),
Dframebuffer.txt15 register) stuff.
/linux-4.1.27/Documentation/dvb/
Dcontributors.txt25 for various fixes regarding tuning, OSD and CI stuff and his work on VDR
DREADME.dvb-usb201 stuff, a big thank you.
/linux-4.1.27/arch/unicore32/
DKconfig133 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt33 cleanly--and we can, the idr layer makes stuff like this trivial--then we
Dubifs.txt60 It does not need stuff like fsck.ext2. UBIFS automatically replays its
Dvfat.txt185 * Need to get rid of the raw scanning stuff. Instead, always use
Dseq_file.txt265 p->foo = bar; /* initialize my stuff */
Dporting21 /* fs-private stuff */
DLocking575 Dubious stuff
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-memory.txt13 So take this as is, I'm always searching for more stuff, it's a large
/linux-4.1.27/Documentation/arm/
DPorting40 you are using the bootpImage stuff (which only works on the old
DInterrupts30 The way stuff currently works, all SA1111 interrupts are mutually
/linux-4.1.27/arch/avr32/
DKconfig3 # With EXPERT=n, we get lots of stuff automatically selected
/linux-4.1.27/Documentation/power/
Dopp.txt182 /* Do stuff like policy checks etc. */
191 /* do other stuff */
Dsuspend-and-cpuhotplug.txt267 * If cpu online has not yet completed the microcode update stuff by now,
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt129 ACPI management (and the ACPI core stuff is not complete yet). If
Dasus-laptop.txt233 different mechanism to handle LEDs and extra stuff (meaning we have no clue
/linux-4.1.27/drivers/video/fbdev/
Dmetronomefb.c129 u8 stuff[32]; member
DKconfig13 anything about the low-level (hardware register) stuff.
/linux-4.1.27/arch/frv/kernel/
Dhead.S43 # calculate reference address for PC-relative stuff
/linux-4.1.27/arch/m68k/fpsp040/
Ddecbin.S440 bfins %d0,%d3{#26:#2} |stuff new rounding bits in FPCR
/linux-4.1.27/fs/jffs2/
DREADME.Locking155 xattr related objects which include stuff in superblock and ic->xref.
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt61 specifying power consumption or such stuff, but I plan to add it as
/linux-4.1.27/drivers/mtd/devices/
DKconfig152 testing stuff.
/linux-4.1.27/arch/m32r/
DKconfig338 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S718 ;; do stuff
743 ;; do stuff
Dxircom_pgs.S762 ;; do stuff
800 ;; do stuff
/linux-4.1.27/
DCREDITS18 D: Alpha systems hacking, IPv6 and other network related stuff
858 D: Random console hacks and other miscellaneous stuff
1017 D: minor hacks and some sparc port stuff
1032 D: verify_area stuff, generic SCSI fixes
1255 D: Kernel / timekeeping stuff
1517 D: PCMCIA and CardBus stuff, PCMCIA-HOWTO, PCMCIA client drivers
2127 D: Author of the LOADLIN Linux loader, hacking on boot stuff
2726 D: Wrote the original dynamic sized disk cache stuff. I think the only
3392 D: Kernel and net hacker. Sysvinit, minicom. doing Debian stuff.
3943 D: various other stuff that annoyed me by not working.
[all …]
/linux-4.1.27/Documentation/frv/
Dkernel-ABI.txt55 stuff available to user mode. This has two submodes:
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet299 More stuff can be found in the -np (Nicolas Pitre's) tree.
/linux-4.1.27/Documentation/input/
Dxpad.txt224 - added stuff for dance pads, new d-pad->axes mappings
Djoystick.txt404 any "Enhanced" stuff like 4DWave and friends, is quite a bit faster than
/linux-4.1.27/arch/alpha/
DKconfig319 name of a bus system, i.e. the way the CPU talks to the other stuff
335 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt155 memory. But what does the .section stuff do?????
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc476 // unknown stuff that's done after finishing a block of
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt233 memory and potentially deletes stuff from disk:
/linux-4.1.27/arch/cris/arch-v10/
DKconfig333 stuff. If you don't know what to use, it is always safe to put all
/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt134 initialization stuff on each codec.
DHD-Audio.txt406 Resets the codec, removes the mixer elements and PCM stuff of the
787 hda-verb. The program gives you an easy-to-use GUI stuff for showing
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc518 // somehow allows the magic "access mmio via D[]" stuff that's
/linux-4.1.27/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts369 * some power management stuff. The modem
/linux-4.1.27/Documentation/s390/
DDebugging390.txt323 A lot of this stuff is defined in pgtable.h.
490 You might come across this stuff once or twice in your lifetime.
681 If you understand the stuff above you'll understand the stuff
881 modify the PSW to the other addressing mode, display the stuff & then
1710 Other hard to classify stuff
/linux-4.1.27/arch/xtensa/
DKconfig278 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/arch/powerpc/
DKconfig712 name of a bus system, i.e. the way the CPU talks to the other stuff
804 a bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/arch/sparc/
DKconfig462 a bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt298 implement your own stuff in assembly:
/linux-4.1.27/fs/befs/
DChangeLog197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt333 Misc notes (stuff that should be documented, but don't really know
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c904 #error TODO: handle ugly stuff in ttusb_handle_sec_data()
/linux-4.1.27/arch/sh/
DKconfig847 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt117 We have code (fairly new compared to the M32 stuff) that exploits that
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt101 [Strange and maybe uninteresting stuff ON]
119 [Strange and maybe uninteresting stuff OFF]
/linux-4.1.27/arch/s390/
DKconfig335 (and some other stuff like libraries and such) is needed for
/linux-4.1.27/Documentation/development-process/
D5.Posting195 tag: Full Name <email address> optional-other-stuff
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc112 // mthd 0x030c-0x0340, various stuff
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt131 a chance to cleanup, waiting for pending stuff (timers, whatever, etc...)
/linux-4.1.27/Documentation/security/
Dcredentials.txt76 they do stuff; they access and manipulate things.
/linux-4.1.27/drivers/input/touchscreen/
DKconfig772 a usage description and the required user-space stuff.
/linux-4.1.27/arch/arm/
DKconfig1243 name of a bus system, i.e. the way the CPU talks to the other stuff
1261 bus system, i.e. the way the CPU talks to the other stuff inside
/linux-4.1.27/drivers/platform/x86/
DKconfig385 Enables extra stuff in the thinkpad-acpi which is completely useless
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped913 /* Amount of stuff to slurp up with each read. */
/linux-4.1.27/Documentation/RCU/
DRTFP.txt408 Wait-free stuff.
2525 absolute anti-gimmick. It's some seriously good stuff, and gets rid of
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped653 /* Amount of stuff to slurp up with each read. */
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped744 /* Amount of stuff to slurp up with each read. */
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c6599 u64 start, stuff; in niu_compute_tx_flags() local
6608 stuff = start + skb->csum_offset; in niu_compute_tx_flags()
6611 csum_bits |= (stuff / 2) << TXHDR_L4STUFF_SHIFT; in niu_compute_tx_flags()
/linux-4.1.27/arch/x86/
DKconfig2227 bus system, i.e. the way the CPU talks to the other stuff inside
2329 name of a bus system, i.e. the way the CPU talks to the other stuff
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3985 The fix is to put less stuff on the command line. Glomming all your
4071 read the stuff below, do whatever is applicable in your case, and
/linux-4.1.27/arch/mips/
DKconfig2709 bus system, i.e. the way the CPU talks to the other stuff inside