/linux-4.1.27/drivers/usb/gadget/udc/ |
D | at91_udc.h | 160 # 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
|
D | pxa25x_udc.h | 151 #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
|
D | omap_udc.h | 186 # 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
|
D | fsl_usb2_udc.h | 553 #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/ |
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
|
D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) 248 # define PACKET(stuff...) do{}while(0) argument
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 96 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/ |
D | authorization.txt | 67 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,
|
D | CREDITS | 71 quite lousy :). Now I know where to acquire nice USB stuff! 130 public relationships and general management stuff for the
|
D | rio.txt | 27 I suggest when the batteries are low and you want to transfer stuff that you
|
D | WUSB-Design-overview.txt | 79 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/ |
D | isocdata.c | 357 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/ |
D | ev6-memset.S | 105 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)
|
D | ev6-copy_user.S | 142 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
|
D | ev6-memcpy.S | 221 addq $18, 8, $18 # E : account for tail stuff
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 58 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/ |
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
|
/linux-4.1.27/fs/exofs/ |
D | Kconfig | 8 # Debugging-related stuff
|
/linux-4.1.27/Documentation/ |
D | sparse.txt | 23 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
|
D | basic_profiling.txt | 2 go read the real docs ;-) Please don't add more stuff, but feel free to
|
D | eisa.txt | 142 ** Misc stuff : 201 - James Bottomley, Jeff Garzik for getting this stuff into the kernel,
|
D | kref.txt | 68 . do stuff with data here 91 . do stuff with data here
|
D | Intel-IOMMU.txt | 18 Basic stuff
|
D | DMA-ISA-LPC.txt | 86 Now for the good stuff, the actual DMA transfer. :)
|
D | pi-futex.txt | 47 display-colory-stuff threads. Add video and decoding to the mix and
|
D | padata.txt | 101 /* Other stuff here... */
|
D | stable_api_nonsense.txt | 46 discuss the binary stuff first to get it out of the way.
|
D | oops-tracing.txt | 85 stuff are the values reported by the Oops - you can just cut-and-paste
|
D | HOWTO | 115 http://www.ozlabs.org/~akpm/stuff/tpp.txt 581 http://www.ozlabs.org/~akpm/stuff/tpp.txt
|
D | svga.txt | 101 Because of the complexity of all the video stuff, the video mode IDs
|
D | assoc_array.txt | 114 will then be passed to call_rcu() to free it and any dead stuff it points
|
D | kobject.txt | 25 usually embedded within some other structure which contains the stuff
|
D | applying-patches.txt | 318 stuff (such people should see the sections about -git and -mm kernels below).
|
D | IPMI.txt | 279 IPMICTL_SEND_COMMAND ioctl. For incoming stuff, you can use select()
|
D | SubmittingPatches | 780 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux-4.1.27/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 | 30 #define DPRINTK(stuff...) printk (stuff) argument 32 #define DPRINTK(stuff...) argument
|
D | parport_pc.c | 92 #define DPRINTK(stuff...) argument
|
/linux-4.1.27/drivers/staging/nvec/ |
D | TODO | 3 - move half of the nvec init stuff to i2c-tegra.c
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | TODO | 10 - get rid of non-linux related stuff
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 37 /* Get rid of stuff from EXPORT_SYMBOL(foo). */
|
/linux-4.1.27/arch/mips/ralink/ |
D | Platform | 2 # Ralink SoC common stuff
|
/linux-4.1.27/arch/cris/arch-v32/ |
D | Kconfig | 200 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/ |
D | README | 65 miscellaneous stuff 66 net/ networking stuff, for documentation look in:
|
D | sunrpc.txt | 13 the Linux kernel. This stuff is used for NFS, KNFSD and
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | via_i2c.c | 195 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/ |
D | mwave | 79 REM Linux stuff 91 REM Windows 95 stuff 132 LILO). The APM stuff COULD be forced out of the kernel via the kernel compile
|
D | PAS16 | 5 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/ |
D | TODO | 15 trivial stuff. *Do not* add missing register I/O error checks. Those are
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | TODO | 13 . This can be handled by the dma-buf fence/reservation stuff when it
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 15 trivial stuff. *Do not* add missing register I/O error checks. Those are
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 129 * -- 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
|
D | ide.txt | 160 Please pass on any feedback on any of this stuff to the maintainer,
|
/linux-4.1.27/Documentation/networking/ |
D | ip_dynaddr.txt | 3 This stuff allows diald ONESHOT connections to get established by
|
D | netdev-FAQ.txt | 7 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,
|
D | 6pack.txt | 48 At the moment, the 6pack stuff can obtained via anonymous ftp from
|
D | arcnet.txt | 291 the SMC driver to work with the TCP/IP stuff included in the 347 use the "NFS-root" stuff in recent Linux kernels.
|
D | stmmac.txt | 365 auto-negotiation and link status w/o using the PHYLIB stuff
|
D | arcnet-hardware.txt | 326 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/ |
D | HOWTO | 125 http://www.ozlabs.org/~akpm/stuff/tpp.txt 562 http://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux-4.1.27/drivers/atm/ |
D | ambassador.h | 312 u32 stuff[16]; member 317 u32 stuff[UNUSED_LOADER_MAILBOXES]; member
|
D | ambassador.c | 2090 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/ |
D | TODO | 10 The sysfs stuff should be replaced by controls as well. A lot of the RDS
|
/linux-4.1.27/Documentation/isdn/ |
D | 00-INDEX | 4 - list of the kind folks that brought you this stuff.
|
D | README.syncppp | 48 To use the MPPP stuff, you must configure a slave device
|
D | README.x25 | 6 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
|
D | README.concap | 73 from the hardware specific interface stuff such code could be shared 203 struct my_priv /* device->local stuff */
|
D | README.HiSax | 458 Enrik Berkhan (enrik@starfleet.inka.de) for S0BOX specific stuff
|
/linux-4.1.27/Documentation/ja_JP/ |
D | HOWTO | 152 http://www.ozlabs.org/~akpm/stuff/tpp.txt 625 http://www.ozlabs.org/~akpm/stuff/tpp.txt
|
D | SubmittingPatches | 693 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux-4.1.27/Documentation/zh_CN/ |
D | HOWTO | 115 http://www.ozlabs.org/~akpm/stuff/tpp.txt 518 http://www.ozlabs.org/~akpm/stuff/tpp.txt
|
D | SubmittingPatches | 393 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 148 - 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
|
D | dpti.txt | 69 * Add support for C-PCI (hotplug stuff)
|
D | ChangeLog.sym53c8xx | 264 - 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.
|
D | scsi-changer.txt | 104 prints a lot of stuff to the syslog. Compiling the kernel with
|
D | ChangeLog.1992-1997 | 240 * 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.
|
D | ChangeLog.lpfc | 647 block/unblock stuff and removed some defensive checks from
|
/linux-4.1.27/include/linux/usb/ |
D | otg-fsm.h | 30 #define VDBG(stuff...) do {} while (0) argument
|
/linux-4.1.27/Documentation/blockdev/ |
D | mflash.txt | 33 Working mflash is very straight forward. Adding platform device stuff to board
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.cx88 | 35 The driver needs some config info for the TV cards. This stuff is in
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README | 85 o Read ahead and cache handling stuff. Talk to Ingo and people
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 78 all the core stuff is implemented and seams usable.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.bus | 43 name of a bus system, i.e. the way the CPU talks to the other stuff
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 174 - 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/ |
D | convert_drivers_to_kernel_api.txt | 22 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/ |
D | lm80 | 30 seven voltage sensors, alarms, and some miscellaneous stuff.
|
D | lm78 | 31 seven voltage sensors, VID lines, alarms, and some miscellaneous stuff.
|
D | lm87 | 31 miscellaneous stuff. The ADM1024 is fully compatible.
|
D | it87 | 119 joysticks and other miscellaneous stuff. For hardware monitoring, they
|
D | w83781d | 72 lines, alarms with beep warnings, and some miscellaneous stuff.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-n950-n9.dtsi | 2 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff)
|
/linux-4.1.27/Documentation/fb/ |
D | tridentfb.txt | 40 fp - use flat panel related stuff
|
D | sstfb.txt | 133 - If you see some artefacts (pixels not cleaning and stuff like that),
|
D | framebuffer.txt | 15 register) stuff.
|
/linux-4.1.27/Documentation/dvb/ |
D | contributors.txt | 25 for various fixes regarding tuning, OSD and CI stuff and his work on VDR
|
D | README.dvb-usb | 201 stuff, a big thank you.
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 133 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/filesystems/ |
D | inotify.txt | 33 cleanly--and we can, the idr layer makes stuff like this trivial--then we
|
D | ubifs.txt | 60 It does not need stuff like fsck.ext2. UBIFS automatically replays its
|
D | vfat.txt | 185 * Need to get rid of the raw scanning stuff. Instead, always use
|
D | seq_file.txt | 265 p->foo = bar; /* initialize my stuff */
|
D | porting | 21 /* fs-private stuff */
|
D | Locking | 575 Dubious stuff
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 13 So take this as is, I'm always searching for more stuff, it's a large
|
/linux-4.1.27/Documentation/arm/ |
D | Porting | 40 you are using the bootpImage stuff (which only works on the old
|
D | Interrupts | 30 The way stuff currently works, all SA1111 interrupts are mutually
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 3 # With EXPERT=n, we get lots of stuff automatically selected
|
/linux-4.1.27/Documentation/power/ |
D | opp.txt | 182 /* Do stuff like policy checks etc. */ 191 /* do other stuff */
|
D | suspend-and-cpuhotplug.txt | 267 * If cpu online has not yet completed the microcode update stuff by now,
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 129 ACPI management (and the ACPI core stuff is not complete yet). If
|
D | asus-laptop.txt | 233 different mechanism to handle LEDs and extra stuff (meaning we have no clue
|
/linux-4.1.27/drivers/video/fbdev/ |
D | metronomefb.c | 129 u8 stuff[32]; member
|
D | Kconfig | 13 anything about the low-level (hardware register) stuff.
|
/linux-4.1.27/arch/frv/kernel/ |
D | head.S | 43 # calculate reference address for PC-relative stuff
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | decbin.S | 440 bfins %d0,%d3{#26:#2} |stuff new rounding bits in FPCR
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 155 xattr related objects which include stuff in superblock and ic->xref.
|
/linux-4.1.27/Documentation/fmc/ |
D | identifiers.txt | 61 specifying power consumption or such stuff, but I plan to add it as
|
/linux-4.1.27/drivers/mtd/devices/ |
D | Kconfig | 152 testing stuff.
|
/linux-4.1.27/arch/m32r/ |
D | Kconfig | 338 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 718 ;; do stuff 743 ;; do stuff
|
D | xircom_pgs.S | 762 ;; do stuff 800 ;; do stuff
|
/linux-4.1.27/ |
D | CREDITS | 18 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/ |
D | kernel-ABI.txt | 55 stuff available to user mode. This has two submodes:
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 299 More stuff can be found in the -np (Nicolas Pitre's) tree.
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 224 - added stuff for dance pads, new d-pad->axes mappings
|
D | joystick.txt | 404 any "Enhanced" stuff like 4DWave and friends, is quite a bit faster than
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 319 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/ |
D | exception-tables.txt | 155 memory. But what does the .section stuff do?????
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 476 // unknown stuff that's done after finishing a block of
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 233 memory and potentially deletes stuff from disk:
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 333 stuff. If you don't know what to use, it is always safe to put all
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 134 initialization stuff on each codec.
|
D | HD-Audio.txt | 406 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/ |
D | kernel.fuc | 518 // somehow allows the magic "access mmio via D[]" stuff that's
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml510.dts | 369 * some power management stuff. The modem
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 323 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/ |
D | Kconfig | 278 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 712 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/ |
D | Kconfig | 462 a bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 298 implement your own stuff in assembly:
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 333 Misc notes (stuff that should be documented, but don't really know
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 904 #error TODO: handle ugly stuff in ttusb_handle_sec_data()
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 847 bus system, i.e. the way the CPU talks to the other stuff inside
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 117 We have code (fairly new compared to the M32 stuff) that exploits that
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 101 [Strange and maybe uninteresting stuff ON] 119 [Strange and maybe uninteresting stuff OFF]
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 335 (and some other stuff like libraries and such) is needed for
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 195 tag: Full Name <email address> optional-other-stuff
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 112 // mthd 0x030c-0x0340, various stuff
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 131 a chance to cleanup, waiting for pending stuff (timers, whatever, etc...)
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 76 they do stuff; they access and manipulate things.
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Kconfig | 772 a usage description and the required user-space stuff.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1243 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/ |
D | Kconfig | 385 Enables extra stuff in the thinkpad-acpi which is completely useless
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 913 /* Amount of stuff to slurp up with each read. */
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 408 Wait-free stuff. 2525 absolute anti-gimmick. It's some seriously good stuff, and gets rid of
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 653 /* Amount of stuff to slurp up with each read. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 744 /* Amount of stuff to slurp up with each read. */
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 6599 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/ |
D | Kconfig | 2227 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/ |
D | UserModeLinux-HOWTO.txt | 3985 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/ |
D | Kconfig | 2709 bus system, i.e. the way the CPU talks to the other stuff inside
|