/linux-4.4.14/arch/mips/math-emu/ |
D | ieee754int.h | 58 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 61 ve = SPBEXP(v); \ 63 if (ve == SP_EMAX+1+SP_EBIAS) { \ 70 } else if (ve == SP_EMIN-1+SP_EBIAS) { \ 72 ve = SP_EMIN; \ 77 ve -= SP_EBIAS; \ 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 96 ve = DPBEXP(v); \ 97 if (ve == DP_EMAX+1+DP_EBIAS) { \ 104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \ [all …]
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 107 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming() 121 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming() 136 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming() 174 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare() 223 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue() 277 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local 278 struct media_entity *me = &ve->vdev.entity; in isp_video_open() 295 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open() 316 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release() 329 fimc_pipeline_call(&ivc->ve, close); in isp_video_release() [all …]
|
D | fimc-capture.c | 123 return fimc_pipeline_call(&cap->ve, set_stream, 0); in fimc_capture_state_cleanup() 182 struct fimc_pipeline *p = to_fimc_pipeline(cap->ve.pipe); in fimc_capture_irq_handler() 285 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming() 309 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend() 317 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local 326 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume() 395 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare() 414 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local 452 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue() 454 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue() [all …]
|
D | media-dev.h | 176 static inline void fimc_md_graph_lock(struct exynos_video_entity *ve) in fimc_md_graph_lock() argument 178 mutex_lock(&ve->vdev.entity.parent->graph_mutex); in fimc_md_graph_lock() 181 static inline void fimc_md_graph_unlock(struct exynos_video_entity *ve) in fimc_md_graph_unlock() argument 183 mutex_unlock(&ve->vdev.entity.parent->graph_mutex); in fimc_md_graph_unlock()
|
D | fimc-lite.c | 221 return fimc_pipeline_call(&fimc->ve, set_stream, 0); in fimc_lite_reinit() 340 fimc_pipeline_call(&fimc->ve, set_stream, 1); in start_streaming() 408 v4l2_err(&fimc->ve.vdev, in buffer_prepare() 450 fimc_pipeline_call(&fimc->ve, set_stream, 1); in buffer_queue() 478 struct media_entity *me = &fimc->ve.vdev.entity; in fimc_lite_open() 502 ret = fimc_pipeline_call(&fimc->ve, open, me, true); in fimc_lite_open() 527 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_release() 538 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release() 837 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_streamon() 843 ret = media_entity_pipeline_start(entity, &fimc->ve.pipe->mp); in fimc_lite_streamon() [all …]
|
D | media-dev.c | 670 dev->vid_cap.ve.pipe = NULL; in fimc_md_unregister_entities() 678 dev->ve.pipe = NULL; in fimc_md_unregister_entities() 782 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links() 821 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links() 928 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links() 1020 struct exynos_video_entity *ve; in __fimc_md_modify_pipeline() local 1029 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline() 1030 p = to_fimc_pipeline(ve->pipe); in __fimc_md_modify_pipeline() 1039 ret = __fimc_pipeline_open(ve->pipe, entity, true); in __fimc_md_modify_pipeline() 1041 ret = __fimc_pipeline_close(ve->pipe); in __fimc_md_modify_pipeline()
|
D | fimc-isp.h | 128 struct exynos_video_entity ve; member
|
D | fimc-lite.h | 148 struct exynos_video_entity ve; member
|
D | fimc-reg.c | 621 v4l2_err(&vc->ve.vdev, in fimc_hw_set_camera_source() 701 v4l2_err(&vid_cap->ve.vdev, in fimc_hw_set_camera_type() 724 v4l2_err(&vid_cap->ve.vdev, in fimc_hw_set_camera_type()
|
D | fimc-isp.c | 398 isp->video_capture.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_isp_subdev_registered() 403 isp->video_capture.ve.pipe = NULL; in fimc_isp_subdev_registered()
|
D | fimc-lite-reg.c | 142 v4l2_err(&dev->ve.vdev, in flite_hw_set_source_format()
|
D | fimc-core.h | 312 struct exynos_video_entity ve; member
|
/linux-4.4.14/arch/h8300/lib/ |
D | modsi3.S | 30 ; should be -ve 38 mov.l A0P,A0P ; is the numerator -ve 45 mov.l A1P,A1P ; is the denominator -ve 57 mov.l A0P,A0P ; is the numerator -ve 64 mov.l A1P,A1P ; is the denominator -ve
|
D | moddivsi3.S | 30 ; should be -ve 38 mov.l A0P,A0P ; is the numerator -ve 45 mov.l A1P,A1P ; is the denominator -ve 57 mov.l A0P,A0P ; is the numerator -ve 64 mov.l A1P,A1P ; is the denominator -ve
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 13 driver as a backend. I've tested this driver with CS4610, 4-axis and 14 4-button joystick; I mean the jstest utility. Also I've tried to 33 comments about them; but I've found the joystick can be initialized
|
D | ntrig.txt | 84 I've kept that decision simple. 101 been far less problematic or relatively rare and I've left the defaults
|
D | xpad.txt | 73 I've tested this with Stepmania, and it works quite well.
|
D | input-programming.txt | 123 call to tell those who receive the events that we've sent a complete report.
|
D | joystick-parport.txt | 103 connectors. Anyway, if you've got a gamepad, and it has buttons A, B, Turbo
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry.S | 598 # now that we've accessed the exception regs, we can enable exceptions 651 # now that we've accessed the exception regs, we can enable exceptions 690 # now that we've accessed the exception regs, we can enable exceptions 738 # now that we've accessed the exception regs, we can enable exceptions 777 # now that we've accessed the exception regs, we can enable exceptions 820 # now that we've accessed the exception regs, we can enable exceptions
|
D | break.S | 317 # exceptions must've been enabled and we must've been in supervisor mode 352 # exceptions must've been enabled and we must've been in supervisor mode
|
D | head-mmu-fr451.S | 265 # set a temporary mapping for the kernel running at address 0 until we've turned on the MMU
|
D | head.S | 532 # look at arch/frv/kernel/debug-stub.c: debug_stub_init() to see what you've missed
|
/linux-4.4.14/arch/m68k/hp300/ |
D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | README | 1 All files except driver.c are snapshots from the HP-UX kernel. They've
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt_ioctl.c | 97 struct vt_event_wait *ve = list_entry(pos, in vt_event_post() local 99 if (!(ve->event.event & event)) in vt_event_post() 101 ve->event.event = event; in vt_event_post() 104 ve->event.oldev = old + 1; in vt_event_post() 105 ve->event.newev = new + 1; in vt_event_post() 107 ve->done = 1; in vt_event_post()
|
/linux-4.4.14/arch/openrisc/ |
D | TODO.openrisc | 12 which was an older name for the architecture. The name we've settled on is
|
/linux-4.4.14/fs/fuse/ |
D | Kconfig | 11 installed if you've installed the "fuse" package itself.
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-cros-ec-tunnel.txt | 3 On some ChromeOS board designs we've got a connection to the EC (embedded
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 34 I've seen reports that bttv 0.7.x crashes whereas 0.8.x works rock solid 71 VGA cards seems to cause trouble sometimes. I've also seen funny
|
D | README | 20 to select the correct card type. If you get video but no sound you've
|
/linux-4.4.14/drivers/net/wan/ |
D | Makefile | 52 …hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static const u8 firmwa…
|
/linux-4.4.14/Documentation/powerpc/ |
D | 00-INDEX | 2 Linux/PPC needs an entry here, needs correction or you've written one
|
/linux-4.4.14/drivers/video/fbdev/ |
D | asiliantfb.c | 182 unsigned ve = p->var.yres + p->var.lower_margin + p->var.vsync_len; in asiliant_set_timing() local 192 write_cr(0x11, (ve - 1) & 0x0f); in asiliant_set_timing() 207 write_cr(0x11, ((ve - 1) & 0x0f) | 0x80); in asiliant_set_timing()
|
D | tdfxfb.c | 550 u32 vd, vs, ve, vt, vbs, vbe; in tdfxfb_set_par() local 589 ve = vs + (info->var.vsync_len << 1); in tdfxfb_set_par() 590 vt = ve + (info->var.upper_margin << 1) - 1; in tdfxfb_set_par() 597 ve = vs + info->var.vsync_len; in tdfxfb_set_par() 598 vt = ve + info->var.upper_margin - 1; in tdfxfb_set_par() 657 reg.crt[0x11] = (ve & 0x0f) | 0x20; in tdfxfb_set_par()
|
D | amifb.c | 2054 u_short hs, vs, ve; in ami_set_sprite() local 2073 ve = vs + (par->crsr.height << par->line_shift); in ami_set_sprite() 2079 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite() 2080 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve + 1); in ami_set_sprite() 2083 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve + 1); in ami_set_sprite() 2084 shfsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs + 1, hs, ve); in ami_set_sprite() 2088 lofsprite[1 << par->crsr.fmode] = spr2hw_ctl(vs, hs, ve); in ami_set_sprite()
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c500_cs.txt | 16 other products using this chip, but I've never laid eyes (much less hands)
|
D | in2000.txt | 8 compiled for SMP. I've fixed that problem, and after 140 transfer speed for the asynchronous mode. I've put it at 500 ns
|
D | ChangeLog.megaraid | 38 > I've investigated customers claim on the unstable work of 43 > I've checked filesystem, memory on the node, motherboard BIOS 300 "James, I've been thinking about this a little more, and you may be on 360 "I've looked into solving this another way, but I cannot see how
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 36 acknowledge that we've retrieved the
|
/linux-4.4.14/Documentation/hwmon/ |
D | ads7828 | 49 It can operate in single ended mode (8 +ve inputs) or in differential mode,
|
D | lm85 | 95 mode. If you've designed your own ADM1027, you'll have to modify the
|
D | w83781d | 401 I've been fiddling around with the (in)famous 0x59 register and
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | Kconfig | 44 CyQ've SFC-201
|
/linux-4.4.14/Documentation/usb/ |
D | anchors.txt | 7 to know they've all completed or to call usb_kill_urb
|
D | URB.txt | 98 You may free an urb that you've submitted, but which hasn't yet been 150 There are two ways to cancel an URB you've submitted but which hasn't
|
D | dma.txt | 10 Documentation/DMA-API-HOWTO.txt). That's how they've worked through
|
D | CREDITS | 74 protocol. They've also donated a F-23 digital joystick and a
|
D | ehci.txt | 111 If you're using this driver on a 2.5 kernel, and you've enabled USB
|
/linux-4.4.14/Documentation/isdn/ |
D | README.syncppp | 38 I've implemented one additional option for the ipppd:
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-miss.S | 68 # we've got to re-enable single-stepping 107 # we've got to re-enable single-stepping
|
/linux-4.4.14/Documentation/ |
D | pi-futex.txt | 48 we've got even more priority levels. 52 apps have a very fair expectation of being able to use locks, we've got
|
D | init.txt | 4 OK, so you've got this pretty unintuitive message (currently located
|
D | BUG-HUNTING | 96 Problems: changes in header files may have occurred; I've 135 A post to linux.dev.kernel isn't such a bad idea if you've done some
|
D | static-keys.txt | 288 The percentage of saved branches is .7%, and we've saved 12% on 290 this optimization is about reducing the number of branches. In addition, we've
|
D | magic-number.txt | 8 has been clobbered, or (b) you've passed the wrong structure to a
|
D | CodingStyle | 24 a block of control starts and ends. Especially when you've been looking 494 Chapter 9: You've made a mess of it 496 That's OK, we all do. You've probably been told by your long-time Unix 498 you, and you've noticed that yes, it does do that, but the defaults it
|
D | assoc_array.txt | 542 problem as we've passed the anchoring pointer and won't switch onto the 543 new layout until we follow the back pointers - at which point we've
|
D | vfio.txt | 4 to help ensure I/O devices behave within the boundaries they've been 489 initial implementation by Tom Lyon while as Cisco. We've since
|
D | robust-futexes.txt | 205 i've tested the new syscalls on x86 and x86_64, and have made sure the
|
D | Changes | 15 Upgrade to at *least* these software revisions before thinking you've
|
D | sysrq.txt | 181 That happens to me, also. I've found that tapping shift, alt, and control
|
D | oops-tracing.txt | 137 I get worried that I've been doing this for too long ;-)
|
D | HOWTO | 476 - "I've being doing this for 20 years, so..." 480 - "I've been working on this for 6 months..."
|
D | ManagementStyle | 226 you've followed the previous rules, you'll be pretty good at saying that
|
D | bcache.txt | 1 Say you've got a big slow raid 6, and an X-25E or three. Wouldn't it be
|
D | applying-patches.txt | 78 (what I assume you've done in the examples below), then you simply run
|
D | DMA-API.txt | 137 called in a context which can sleep. Make sure you've freed all allocated
|
D | kmemcheck.txt | 335 collect_signal() as "list". At this point, we've run out of lines from the
|
D | kprobes.txt | 702 virtual addresses that correspond to modules that've been unloaded),
|
D | DMA-API-HOWTO.txt | 467 Make sure you've called dma_pool_free() for all memory allocated
|
D | SubmittingPatches | 414 layers of maintainers, we've introduced a "sign-off" procedure on
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 116 # Set the SP global variable to zero so the master knows we've started
|
/linux-4.4.14/Documentation/fb/ |
D | 00-INDEX | 2 buffer devices needs an entry here, needs correction or you've written one
|
/linux-4.4.14/Documentation/networking/ |
D | eql.txt | 98 managers is up to you. Most other connection managers that I've seen 340 are some data I've discovered. 469 I've installed your patch and it works great. I have trialed
|
D | arcnet.txt | 52 #ifdefs! I've changed this file a bit, but kept it in the first person from 126 This is the normal ARCnet card, which you've probably got. This is the only 226 Linux has pretty good support for this now, but since I've been busy, the 289 OS/2: I've been told it works under Warp Connect with an ARCnet driver from
|
D | de4x5.txt | 95 I've changed the timing routines to use the kernel timer and scheduling
|
D | decnet.txt | 167 If you've found a bug and want to report it, then there are several things
|
D | vortex.txt | 324 we've noticed for a while but haven't had the time to track down.
|
D | rxrpc.txt | 153 not discard any transmittable packets until they've been hard-ACK'd.
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 192 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local 269 ve = m->VSyncEnd - 1; in matroxfb_vgaHWinit() 326 hw->CRTC[17] = (ve & 0x0F) | 0x20; in matroxfb_vgaHWinit()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Bt87x.txt | 64 that high). If you've set the CONFIG_SND_BT87X_OVERCLOCK option, the
|
D | Audiophile-Usb.txt | 250 * If you've correctly initialized the device in a valid mode and then want to switch 393 16bits Big-Endian devices, but since you've read carefully the above
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sun8i-a23-gt90h-v4.dts | 109 /* FIXME this really is aldo1, correct once we've pmic support */
|
D | exynos5250-spring.dts | 449 * On Spring we've got SIP WiFi and so can keep drive strengths low to
|
D | rk3188.dtsi | 257 * not accessible through pinctrl. Also they should've
|
D | exynos5250-snow-common.dtsi | 549 * On Snow we've got SIP WiFi and so can keep drive strengths low to
|
D | rk3066a.dtsi | 320 * not accessible through pinctrl. Also they should've
|
/linux-4.4.14/Documentation/arm/ |
D | README | 132 *configure harddrive set to 2). I've got an internal 20MB and a great 135 I've just got 240K/s off it (a dd with bs=128k); thats about half of what
|
D | IXP4xx | 168 [I know I've forgotten others, please email me to be added]
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 149 sub d3,d2 # see if we've written everything
|
/linux-4.4.14/Documentation/filesystems/ |
D | automount-support.txt | 37 Automatic expiration of mountpoints is easy, provided you've mounted the
|
D | logfs.txt | 83 Writes in LogFS are done by means of a wandering tree. A naïve
|
D | xfs-delayed-logging-design.txt | 113 Delayed logging is the name we've given to keeping and tracking transactional 227 The reason for keeping the vector around after we've formatted the memory 408 vs two dirty cachelines except for the fact I've seen upwards of 80,000 log 676 the committing list (i.e. they've completed). A simple wait variable and
|
D | coda.txt | 377 44.. TThhee iinntteerrffaaccee aatt tthhee ccaallll lleevveell 892 44..1122.. rreemmoovvee 1231 44..2222.. iinnaaccttiivvee
|
D | proc.txt | 59 /proc file system and we've used many freely available sources to write these 1709 skipped, especially if they've exited right after we printed their
|
D | vfs.txt | 490 usual 0 or -ve . This method is only called if the last component is
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 17 In practice, I've seen the average transfer to be roughly 80K, but transfers
|
/linux-4.4.14/Documentation/power/ |
D | s2ram.txt | 18 I've been working at making the machines I have able to STR, and almost
|
D | swsusp.txt | 196 you've corrupted data. You'd have to do 397 /sys/power/state file; write "standby" or "mem".) We've not seen any
|
D | runtime_pm.txt | 254 suspend to complete; means "start a resume as soon as you've suspended"
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 73 Note that so far I've not been able to get any docs on the hw, and it
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 4 Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 43 u+CtbgZUOBBP4OO86E2vetfL3va6973wja98z1uIhHBDFfjNr373y9/++ve/AA6wgAeMX24kxBpg 49 2qWAdULOYYZue/vb4A63uMdN7nKb+9zo7jYXIIAQDhDg3fCOt7znTe962/ve+M63vt9di4TI4ggA
|
D | dvbstb.png.b64 | 132 1q1DQEAA/ve//+Hw4cNYvnw5tLS0IJPJkJ2dDS8vLxYSEREREcMMkWa5cOECPvvsM/j6+sLGxgYy
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 137 * and also presume that we've defined foo_timer_init to 228 provided that we've placed everything in the arch/sh/boards/vapor/ directory.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 55 * SCB that we've already pulled from the QINFIFO and started the selection 186 * We've just been selected. Assert BSY and 285 * we've got a failed selection and must transition to bus 333 * Reselection has been initiated by a target. Make a note that we've been 454 * We've just re-selected an initiator. 572 * the total for the command since we've already fetched 974 /* Record if we've consumed all S/G entries */ 1329 * Since we've been through a data phase, the SCB_RESID* fields 1723 * only if we've actually been into a data phase to change them. This
|
D | aic79xx.seq | 1344 * only if we've actually been into a data phase to change them. This 1613 * Since we've are entering a data phase, we will 1805 /* Record if we've consumed all S/G entries */ 2143 * bus reset. If we've overrun, let the host know so that 2196 * nonpackreq if we've cleared out the FIFOs and handled any
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 53 WSS. Assuming you've got isapnp all happy, then you should be able to
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 179 __u64 ve : 1; /* enable hw walker */ member
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 213 ;; keep the interrupts disabled (since we've already popped DCCR) 275 ;; We get here as a sidetrack when we've entered a syscall with the
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 132 And you should see the help line above displayed shortly after you've
|
D | mtrr.txt | 326 fputs ("I've just closed /proc/mtrr so now the new entry should be gone\n",
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 262 and having the counts we've tallied as values. 330 After you've done that you may end up with a general-purpose script 397 Once you've done that (don't forget to do a new 'make install',
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 69 bios. Note that this means we _only_ use bi_size to determine when we've
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 4 Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
D | laptop-mode.txt | 208 of colours that my display uses it consumes less battery power. I've seen
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 126 in directories. A cleaner solution will come after I've thought about it 217 I've done some serious testing on it now (on my box anyhow), and it
|
/linux-4.4.14/fs/ |
D | Kconfig | 139 If you've selected TMPFS, it's possible that you'll also need
|
/linux-4.4.14/drivers/usb/storage/ |
D | Kconfig | 78 - CyQ've CQ8060A CDRW drive
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.scr | 190 ; Use this entry if we've just tried to look at the first byte
|
D | 53c700_d.h_shipped | 256 ; Use this entry if we've just tried to look at the first byte
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 116 If kinit doesn't meet your current needs and you've got bytes to burn,
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 75 even a bit ugly. So far, it's the best way we've found to do what we want...
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 569 /* We've got a two-level lexer here. We let flex do basic tokenization 985 /* Note: because we've taken care in 1288 * valid NUL; if not, then we've hit the end of the buffer. 1303 * sees that we've accumulated a
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 12 If you've found a bug on a kernel version isn't listed on kernel.org,
|
D | README | 397 After you've rebooted with the new kernel, do "gdb vmlinux /proc/kcore".
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 55 this has the quickest encryption/decryption routines i've seen. 59 all the other junk in the mit kerberos des library, so i've just
|
/linux-4.4.14/fs/affs/ |
D | Changes | 14 Alas, I've got no alpha to debug. :-(
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 304 ;; We get here as a sidetrack when we've entered a syscall with the
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 57 work with a 2.4 host, unless you've applied the TUN/TAP patch to
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 151 such as cdda2wav. The only types of drive which I've heard support 239 some have the ability to disable individual IRQ levels, and I've
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 400 If you've hit the Kconfig error: "recursive dependency detected" you've run
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 154 setup; I've had one report of a system which was shipped with IRQ 15
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 2323 #define DATA_REC(m, va, vb, vc, vd, ve, vf, vg, vh, nvisit) \ argument 2327 .e = ve, .f = vf, .g = vg, .h = vh }, \
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1317 /* Note: because we've taken care in 1584 * valid NUL; if not, then we've hit the end of the buffer. 1599 * sees that we've accumulated a
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1465 /* Note: because we've taken care in 1742 * valid NUL; if not, then we've hit the end of the buffer. 1757 * sees that we've accumulated a
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 356 apparently improves performance. But you've been warned! Unless you
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | cs.po | 471 " -o, --proc Vypíše informace ve formátu, jaký používalo rozhraní\n" 923 " -o, --proc Vypíše informace ve formátu, jaký používalo rozhraní\n"
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 16 To avoid repeating all the same mistakes again I've written up some of the
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 60 is configurable when you first create the cache. Typically we've been
|
D | thin-provisioning.txt | 385 load a thin target that is smaller than you've been using previously,
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 2 # removed, and various additions have been made as they've been discovered
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 88 What if you've tried to do everything right and things still aren't going
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 156 Once you've logged in, you can run any Linux command or program which is 685 Once you've installed, configured, and tested Speech Dispatcher with your 688 You get it from the free(b)soft web site mentioned above. After you've 830 Once you've changed to an appropriate console, and are at a shell prompt, 913 So ok, you've gone off and gotten your kernel source tree, and patched
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | entry.S | 384 * Now we can allow exceptions again. In case we've got an interrupt
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 74 this feature, like for example they've been optimized before to avoid
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 987 Once you've decided how you're going to set up the devices, you boot 1001 They are both installed with the RPM and deb, so if you've installed 2504 processes hang in the kernel when they shouldn't because they've 2803 gdb to forget about the old one. The only way I've found to do that 4564 Debian filesystem that I've been distributing and updated it to 2.2.
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 554 where $bridge is the PCI address of the bridge you've enabled (eg
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 358 - if CR4.SMEP is enabled: since we've turned the page into a kernel page,
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 673 million iterations. So basically I've improved the performance by a
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 381 This method may return -ve if an error occurred or the cache object cannot
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 412 that you've already provided the relevant DMA addresses.
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 968 they've been finished with. The key pointer passed in will be returned. 1359 The error parameter should be 0 on success, -ve on error. The
|
D | Smack.txt | 3 "Good for you, you've decided to clean the elevator!"
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 173 RSS pages are accounted at page_fault unless they've already been accounted
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 14 Often I've been asked which command line options the Linux/m68k
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 4285 # but, make sure that we've calculated ea and advanced the opword pointer
|
D | fpsp.S | 11371 # routines aren't supposed to alter the operands but we've just squashed 18236 # but, make sure that we've calculated ea and advanced the opword pointer
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1289 Congrats you've done your first backchain.
|