/linux-4.4.14/arch/x86/pci/ |
D | direct.c | 227 int works = 0; in pci_check_type1() local 235 works = 1; in pci_check_type1() 240 return works; in pci_check_type1() 246 int works = 0; in pci_check_type2() local 255 works = 1; in pci_check_type2() 260 return works; in pci_check_type2()
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 31 Currently, VBE_SAVE method (6 below) works on most 39 There are a few types of systems where video works after S3 resume: 49 the BIOS works well enough to be able to set video mode. Use 67 POSTing bios works. Ole Rohne has patch to do just that at 82 You may have a system where none of above works. At that point you 83 either invent another ugly hack that works, or write proper driver for 105 Asus L2400D s3_mode (3)(***) (S1 also works OK) 107 Asus L3800C (Radeon M7) s3_bios (2) (S1 also works OK) 111 Compaq Armada E500 - P3-700 none (1) (S1 also works OK) 131 HP Omnibook 5150 none (1), (S1 also works OK) [all …]
|
D | basic-pm-debugging.txt | 6 To check if hibernation works, you can try to hibernate in the "reboot" mode: 36 If neither "platform" nor "shutdown" hibernation mode works, you will need to 136 see if that works. 182 To verify that the STR works, it is generally more convenient to use the s2ram
|
D | swsusp-dmcrypt.txt | 8 You know how dm-crypt works. If not, visit the following web page: 11 You did read Documentation/initrd.txt and know how an initrd works.
|
D | s2ram.txt | 63 resume it instead works fine.
|
/linux-4.4.14/kernel/ |
D | stop_machine.c | 42 struct list_head works; /* list of pending works */ member 79 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 426 run = !list_empty(&stopper->works); in cpu_stop_should_run() 440 if (!list_empty(&stopper->works)) { in cpu_stopper_thread() 441 work = list_first_entry(&stopper->works, in cpu_stopper_thread() 495 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park() 524 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
|
D | workqueue.c | 2970 struct work_struct __percpu *works; in schedule_on_each_cpu() local 2972 works = alloc_percpu(struct work_struct); in schedule_on_each_cpu() 2973 if (!works) in schedule_on_each_cpu() 2979 struct work_struct *work = per_cpu_ptr(works, cpu); in schedule_on_each_cpu() 2986 flush_work(per_cpu_ptr(works, cpu)); in schedule_on_each_cpu() 2989 free_percpu(works); in schedule_on_each_cpu()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 193 init_timer(&rtlpriv->works.fw_clockoff_timer); in rtl88e_init_sw_vars() 194 setup_timer(&rtlpriv->works.fw_clockoff_timer, in rtl88e_init_sw_vars() 199 init_timer(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_init_sw_vars() 200 setup_timer(&rtlpriv->works.fast_antenna_training_timer, in rtl88e_init_sw_vars() 216 del_timer_sync(&rtlpriv->works.fw_clockoff_timer); in rtl88e_deinit_sw_vars() 218 del_timer_sync(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_deinit_sw_vars()
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | fsl-imx-uart.txt | 11 - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 15 If some version works and another doesn't it is likely to be a driver 34 I've seen reports that bttv 0.7.x crashes whereas 0.8.x works rock solid 36 0.7.x. I have no idea where exactly, it works stable for me and a lot of 67 IRQ sharing is known to cause problems in some cases. It works just
|
D | README | 16 Just try "modprobe bttv" and see if that works. 45 Subsystem: Hauppauge computer works Inc. WinTV/GO
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 462 setup_timer(&rtlpriv->works.watchdog_timer, in _rtl_init_deferred_work() 464 setup_timer(&rtlpriv->works.dualmac_easyconcurrent_retrytimer, in _rtl_init_deferred_work() 467 rtlpriv->works.hw = hw; in _rtl_init_deferred_work() 468 rtlpriv->works.rtl_wq = alloc_workqueue("%s", 0, 0, rtlpriv->cfg->name); in _rtl_init_deferred_work() 469 INIT_DELAYED_WORK(&rtlpriv->works.watchdog_wq, in _rtl_init_deferred_work() 471 INIT_DELAYED_WORK(&rtlpriv->works.ips_nic_off_wq, in _rtl_init_deferred_work() 473 INIT_DELAYED_WORK(&rtlpriv->works.ps_work, in _rtl_init_deferred_work() 475 INIT_DELAYED_WORK(&rtlpriv->works.ps_rfon_wq, in _rtl_init_deferred_work() 477 INIT_DELAYED_WORK(&rtlpriv->works.fwevt_wq, in _rtl_init_deferred_work() 486 del_timer_sync(&rtlpriv->works.watchdog_timer); in rtl_deinit_deferred_work() [all …]
|
D | ps.c | 70 tasklet_kill(&rtlpriv->works.irq_tasklet); in rtl_ps_disable_nic() 282 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_ips_nic_off() 283 &rtlpriv->works.ips_nic_off_wq, MSECS(100)); in rtl_ips_nic_off() 295 cancel_delayed_work(&rtlpriv->works.ips_nic_off_wq); in rtl_ips_nic_on() 566 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_swlps_beacon() 567 &rtlpriv->works.ps_work, MSECS(5)); in rtl_swlps_beacon() 672 queue_delayed_work(rtlpriv->works.rtl_wq, &rtlpriv->works.ps_rfon_wq, in rtl_swlps_rf_sleep()
|
D | pci.c | 670 schedule_work(&rtlpriv->works.lps_change_work); in _rtl_pci_tx_isr() 924 schedule_work(&rtlpriv->works.lps_change_work); in _rtl_pci_rx_interrupt() 991 tasklet_schedule(&rtlpriv->works.irq_prepare_bcn_tasklet); in _rtl_pci_interrupt() 1074 queue_delayed_work(rtlpriv->works.rtl_wq, in _rtl_pci_interrupt() 1075 &rtlpriv->works.fwevt_wq, 0); in _rtl_pci_interrupt() 1095 tasklet_schedule(&rtlpriv->works.irq_tasklet); in _rtl_pci_interrupt() 1229 tasklet_init(&rtlpriv->works.irq_tasklet, in _rtl_pci_init_struct() 1232 tasklet_init(&rtlpriv->works.irq_prepare_bcn_tasklet, in _rtl_pci_init_struct() 1235 INIT_WORK(&rtlpriv->works.lps_change_work, in _rtl_pci_init_struct() 1800 tasklet_kill(&rtlpriv->works.irq_tasklet); in rtl_pci_deinit() [all …]
|
D | usb.c | 713 cancel_work_sync(&rtlpriv->works.lps_change_work); in _rtl_usb_cleanup_rx() 715 flush_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx() 716 destroy_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx() 840 cancel_work_sync(&rtlpriv->works.fill_h2c_cmd); in rtl_usb_stop() 1083 INIT_WORK(&rtlpriv->works.fill_h2c_cmd, in rtl_usb_probe() 1085 INIT_WORK(&rtlpriv->works.lps_change_work, in rtl_usb_probe()
|
D | core.c | 628 cancel_delayed_work(&rtlpriv->works.ps_work); in rtl_op_config() 629 cancel_delayed_work(&rtlpriv->works.ps_rfon_wq); in rtl_op_config() 640 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_op_config() 641 &rtlpriv->works.ps_work, in rtl_op_config() 1158 schedule_work(&rtlpriv->works.lps_change_work); in rtl_op_bss_info_changed() 1436 schedule_work(&rtlpriv->works.lps_change_work); in rtl_op_sw_scan_start()
|
/linux-4.4.14/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 8 How the resolver works 15 In sequence the resolver works by the following steps:
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | TODO | 10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 3 only works with the ISA, VLB, and PCMCIA versions of the Qlogic 21 This currently only works if the card is enabled first from DOS. This 51 Make sure it works properly under DOS. You should also do an initial FDISK
|
D | dtc3x80.txt | 34 scsi disconnect/reconnect, and this (mostly) works. However..... I 36 SCSI-2), and one CDROM drive. Interrupts works great for all but one
|
D | sym53c500_cs.txt | 21 for Tom Corner, and it works for me. Your mileage will probably vary.
|
D | LICENSE.qla4xxx | 127 and can be reasonably considered independent and separate works in 129 sections when you distribute them as separate works. But when you 138 collective works based on the Program. 193 distribute the Program or its derivative works. These actions are 198 the Program or works based on it.
|
D | LICENSE.qla2xxx | 128 and can be reasonably considered independent and separate works in 130 sections when you distribute them as separate works. But when you 139 collective works based on the Program. 194 distribute the Program or its derivative works. These actions are 199 the Program or works based on it.
|
D | g_NCR5380.txt | 43 This driver works as a module.
|
D | scsi-changer.txt | 67 Grundig. I got some reports telling it works ok with tape autoloaders 69 works fine with small (11 slots) and a huge (4 MOs, 88 slots)
|
D | in2000.txt | 14 Once again, the same code works for both 2.0.xx and 20 It appears that the driver works fine with serial
|
D | NinjaSCSI.txt | 110 It works good when I using this driver right way. But I'm not guarantee
|
D | ChangeLog.sym53c8xx_2 | 144 as Paul Mackerras stated that MMIO works fine now on this arch.
|
D | tmscsim.txt | 35 added. The non-DC390 support works by assuming some values for the data 107 MHz PCI bus works for me, though, but I don't recommend using higher clocks 277 As the support for non-DC390 adapters works by simulating the values of the
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 12 Raw mode works fine with analog joystick front-end driver and cs461x 30 The driver works with ALSA drivers simultaneously. For example, the xracer
|
D | input.txt | 164 keyboard.c module. This works well enough on all architectures that 247 4. Verifying if it works 250 a USB keyboard works and is correctly connected to the kernel keyboard
|
D | xpad.txt | 73 I've tested this with Stepmania, and it works quite well. 169 It works? Voila, you're done ;)
|
D | gameport-programming.txt | 103 and also lightning.c and analog.c on how that works. If your driver supports
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cx88 | 11 - Basically works. 23 cards it works, so there is mono sound available as fallback.
|
D | cafe_ccic | 5 Current status: the core driver works. It can generate data in YUV422, 16 The "xawtv" utility also works; gqcam does not, for unknown reasons.
|
D | README.ir | 26 how it works
|
D | zr364xx.txt | 8 The driver works with several other cameras in webcam mode (see the list below).
|
/linux-4.4.14/Documentation/ |
D | BUG-HUNTING | 57 It's a brute force approach but it works pretty well. 67 . Rebuild a revision that you believe works, install, and verify that. 71 that, like 1.3.50. Build & test; if it works, pick the mid point 78 - Copy kernel that works into "test". Let's say that 3.62 works,
|
D | numastat.txt | 25 (http://oss.sgi.com/projects/libnuma/). Note that it only works
|
D | io-mapping.txt | 51 This works like io_mapping_map_atomic_wc except it allows 56 This works like io_mapping_unmap_atomic, except it is used
|
D | parport.txt | 223 * IRQ autoprobing works only for a few port types at the moment. 252 with 'irq=none'. See if printing works then. It really should, 255 If that works fine, try with 'io=0x378 irq=7' (adjust for your 258 If _that_ works fine, then one of the hardware modes isn't working
|
D | ramoops.txt | 11 crashes. It works by logging oopses and panics in a circular buffer. Ramoops 26 pgprot_noncached, which only works on some platforms. This is because pstore
|
D | irqflags-tracing.txt | 37 fix and repeat. Once the system has booted up and works without a
|
D | highuid.txt | 69 - make sure that the UID mapping feature of AX25 networking works properly
|
D | kasan.txt | 30 Currently KASAN works only with the SLUB memory allocator. 126 Reading this part requires some understanding of how KASAN works.
|
D | SAK.txt | 19 SAK works correctly when the keyboard is in raw mode. This means that
|
D | bus-virt-phys-mapping.txt | 141 so on x86 it actually works to just deference a pointer, but it's not 179 happy that your driver works ;)
|
D | HOWTO | 23 explain some of the reasons why the community works like it does. 205 imperative to understand how the code in question works. For this 286 how the release process works. 410 to comment on individual lines of your patch, which works only that way. 414 mail program fixed or change it until it works. 462 The kernel community works differently than most traditional corporate
|
D | svga.txt | 10 kernel decompression starts) and works only on 80X86 machines. 235 CLGD autodetect works better. Doesn't depend on 80x25 being 246 these changes. Unfortunately, screen contents retaining works
|
D | SubmitChecklist | 92 that it still works with all of the other queued patches and various
|
D | kmemcheck.txt | 29 difference between memcheck and kmemcheck is that memcheck works for userspace 30 programs only, and kmemcheck works for the kernel only. The implementations 52 kmemcheck only works for the x86 (both 32- and 64-bit) platform. A number of 166 This option (when enabled) works around certain GCC optimizations that 716 kmemcheck works by marking memory pages non-present. This means that whenever
|
D | email-clients.txt | 12 then review the changelog with `git log`. When that works then send 177 (a)ttach works fine without "set paste".
|
D | dell_rbu.txt | 11 This driver works with Dell OpenManage or Dell Update Packages for updating
|
D | unshare.txt | 91 works on an active task (as opposed to clone/fork working on a newly 278 other works as expected.
|
D | flexible-arrays.txt | 105 This function works by scanning the array for pages containing nothing but
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | wl.c | 216 if (list_empty(&ubi->works)) { in do_work() 222 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work() 545 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work() 1346 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) { 1434 if (list_empty(&ubi->works) || ubi->ro_mode || 1477 while (!list_empty(&ubi->works)) { 1480 wrk = list_entry(ubi->works.next, struct ubi_work, list); 1509 INIT_LIST_HEAD(&ubi->works); 1820 ubi_assert(list_empty(&ubi->works));
|
D | ubi.h | 592 struct list_head works; member
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-nforce2.txt | 4 This works better than on other platforms, because the FSB of the CPU
|
/linux-4.4.14/arch/m68k/hp300/ |
D | README.hp300 | 12 The LANCE driver works after a fashion but only if you reset the chip before
|
/linux-4.4.14/Documentation/hwmon/ |
D | thmc50 | 49 The ADM1022 works the same as THMC50 but it is faster (5 Hz instead of 72 The driver was tested on Compaq AP550 with two ADM1022 chips (one works
|
D | ds620 | 24 The thermostat function works as follows: When configured via platform_data
|
D | shtc1 | 34 is used. Make sure clock-stretching works properly on your device if you
|
D | k8temp | 17 family CPUs (Athlon64/FX, Opteron). Official documentation says that it works
|
D | w83793 | 88 SmartFanII works differently, you have to define up to 7 PWM, temperature
|
/linux-4.4.14/Documentation/arm/stm32/ |
D | overview.txt | 25 Flattened Device Tree, which means, it works with any compatible board with
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | raw1394 | 14 libraw1394 (works with firewire-cdev too, transparent to library ABI
|
D | video1394 | 15 libdc1394 (works with firewire-cdev too, transparent to library ABI
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 95 Switching works for the following models: 157 c) actually works 182 LED display works for the following models: 234 how it works):
|
/linux-4.4.14/drivers/media/common/siano/ |
D | Kconfig | 29 statistics response packets via debugfs. Currently, works
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 30 /* End of data goes *here* so that freeing init code works properly. */
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | Kconfig | 21 It only works with boards with function 01 enabled.
|
/linux-4.4.14/Documentation/arm/sti/ |
D | overview.txt | 26 Flattened Device Tree, which means, It works with any compatible board with
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 19 works at the granularity of the 802.1p priority instead of the
|
/linux-4.4.14/Documentation/fmc/ |
D | 00-INDEX | 26 - how identification and matching works
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 21 more advanced than the original AD1848 one. If your system works with 36 recording. I don't know if this works, b/c I haven't tested it. Anyway, if 37 you try it, be very careful: the SB16 mixer *mostly* works, but certain
|
D | ESS | 16 little testprogram that shows that is works, haven't seen a real program that
|
D | btaudio | 52 Hauppauge board works this way.
|
D | README.OSS | 175 Check that your kernel version works with this 309 model works with Linux but the PnP one doesn't. 356 works with older machines but causes a hard reset of all cards on recent 457 The driver works both with the full (intelligent mode) MPU-401 521 SoftOSS is a software based wave table emulation which works with 827 "nonstandard" feature and works only with very few cards (if any). 1024 GUS ACE works too but any attempt to record or to use the MIDI port 1213 The Jazz16 driver is just a hack made to the SB Pro driver. However it works 1289 probably works with OSS/Free after initialization using isapnptools. 1384 card which works with Linux, please inform me (or is anybody else [all …]
|
D | README.modules | 88 wasteful of RAM, but it guarantees that sound always works.
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 19 cards and also works with cards based on the DECchip 47 cards and also works with cards based on the DECchip 127 This driver is for the Winbond W89c840 chip. It also works with
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | wm8960.txt | 16 When wm8960 works on synchronize mode and DACLRC pin is used to supply
|
D | fsl,asrc.txt | 5 output clock. The driver currently works as a Front End of DPCM with other Back
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 37 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ubifs.txt | 35 UBIFS works on top of UBI. UBI is a separate software layer which may be 47 * JFFS2 works on top of MTD devices, UBIFS depends on UBI and works on
|
D | hpfs.txt | 98 moved ... sometimes it works. But the link is partly stored in directory 224 Mount option 'eas' now works 232 1.93 Modified, so that it works with kernels >= 2.1.131, I don't know if it 233 works with previous versions 281 Now it works with Japanese version of OS/2 290 2.07 More fixes for Warp Server. Now it really works
|
D | files.txt | 5 and file descriptor table (struct files) works.
|
D | dlmfs.txt | 24 - Right now it only works with the OCFS2 DLM, though support for other
|
D | ntfs.txt | 244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even 419 different available algorithms until you find one that works. Make sure you 421 otherwise. If you find which algorithm works please let us know (email the
|
/linux-4.4.14/Documentation/ia64/ |
D | README | 43 o IA32 support. Currently experimental. It mostly works.
|
D | serial.txt | 59 (This works only in 2.6.6 or later; prior to that you had 77 2.6.10 and later kernels have an "early uart" driver that works 117 Kernel and init script output works fine, but no "login:" prompt:
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 88 Isochronous reception works in packet-per-buffer fashion except 89 for multichannel reception which works in buffer-fill mode.
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 22 - When SSC works in slave mode, according to the hardware design, the
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-kmem.txt | 62 instead. (This option works with --page option only)
|
D | perf-list.txt | 49 The precise modifier works with event types 0x76 (cpu-cycles, CPU
|
/linux-4.4.14/drivers/net/ethernet/cavium/ |
D | Kconfig | 24 works closely with TNS, BGX and SerDes to implement the
|
/linux-4.4.14/drivers/memstick/core/ |
D | Kconfig | 35 This driver works with old (bulky) MemoryStick and MemoryStick Duo
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 10 - (Stress) Testing whether a cpufreq low level driver or governor works 32 How it works
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis630 | 18 above to check if it works for you chipset, but DANGEROUS!
|
D | i2c-i801 | 119 i2c_ec driver works for you, just forget about the i2c-i801 driver and 152 If it works, proves useful (i.e. there are usable chips on the SMBus)
|
/linux-4.4.14/Documentation/block/ |
D | switching-sched.txt | 6 tunables control how the io scheduler works. You can find these entries
|
D | deadline-iosched.txt | 4 This little file attempts to document how the deadline io scheduler works.
|
D | pr.txt | 99 This ioctl command works like IOC_PR_PREEMPT except that it also aborts
|
/linux-4.4.14/fs/jffs2/ |
D | LICENCE | 22 files and link them with other works to produce a work based on these
|
D | Kconfig | 137 minilzo-based compression. Generally works better than Zlib.
|
/linux-4.4.14/Documentation/fb/ |
D | vt8623fb.txt | 38 Suspend/resume works on systems that initialize video card during resume and
|
D | arkfb.txt | 41 Suspend/resume works on systems that initialize video card during resume and
|
D | aty128fb.txt | 42 this document, 8 and 32bpp works fine. There have been palette issues
|
D | s3fb.txt | 50 Suspend/resume works on systems that initialize video card during resume and
|
D | tgafb.txt | 57 mmap(). Running the standard XF86_TGA server from XFree86 3.3.x works fine for
|
D | framebuffer.txt | 78 the hardware can be queried and set. The color map handling works via ioctls, 99 easier and more portable. E.g. the X server works completely on /dev/fb* and 104 etc.), because it works on the frame buffer image data directly.
|
D | sh7760fb.txt | 23 * Rotation works only 90degress clockwise, and only if horizontal
|
D | deferred_io.txt | 7 works:
|
D | matroxfb.txt | 84 works fine. 86 Running another (accelerated) X-Server like XF86_SVGA works too. But (at least) 201 grayscale - enable grayscale summing. It works in PSEUDOCOLOR modes (text, 309 (and it works with 8bpp on about 320 MHz dotclocks (and changed mclk)).
|
/linux-4.4.14/fs/ubifs/ |
D | Kconfig | 12 UBIFS is a file system for flash devices which works on top of UBI.
|
/linux-4.4.14/Documentation/networking/ |
D | tcp.txt | 10 - How the new TCP output machine [nyi] works 68 How the new TCP output machine [nyi] works.
|
D | skfp.txt | 127 LED works as a ring operational indicator. An active yellow LED 129 works as a link indicator where an active GREEN LED indicates that
|
D | LICENSE.qlcnic | 126 and can be reasonably considered independent and separate works in 128 sections when you distribute them as separate works. But when you 137 collective works based on the Program. 192 distribute the Program or its derivative works. These actions are 197 the Program or works based on it.
|
D | LICENSE.qlge | 126 and can be reasonably considered independent and separate works in 128 sections when you distribute them as separate works. But when you 137 collective works based on the Program. 192 distribute the Program or its derivative works. These actions are 197 the Program or works based on it.
|
D | arcnet.txt | 197 and works as a module, so most of this is now unnecessary.) 266 Windows: See DOS :) Trumpet Winsock works fine with either the Novell or 289 OS/2: I've been told it works under Warp Connect with an ARCnet driver from 328 fit. arc0e also works slightly more slowly than arc0, for 360 WfWg, that only works with arc0e). 374 arc0s works much the same way as arc0e. 461 runs the Novell ODI protocol stack, which only works with RFC1201 ARCnet. 488 It works: what now?
|
D | tuntap.txt | 215 TUN works with IP frames. TAP works with Ethernet frames.
|
D | eql.txt | 355 mind: first, to ensure it actually works as described and 469 I've installed your patch and it works great. I have trialed
|
D | ltpc.txt | 114 as a module. (though it usually works at boot time, at least)
|
D | ray_cs.txt | 11 This driver also works with WebGear's Aviator 2.4 and Aviator Pro
|
D | packet_mmap.txt | 548 structures, thus this also works on 64 bit kernel with 32 bit 584 processes. This also works in combination with mmap(2) on packet sockets. 742 works on a per block basis instead of per ring as in TPACKET_V2 and predecessor. 1036 Getting timestamps for the TX_RING works as follows: i) fill the ring frames,
|
/linux-4.4.14/drivers/fmc/ |
D | Kconfig | 31 This is a fake mezzanine driver, to show how FMC works and test it.
|
/linux-4.4.14/Documentation/usb/ |
D | acm.txt | 31 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal 65 2. Verifying that it works
|
D | usb-serial.txt | 50 This driver works with all HandSpring USB, Palm USB, and Sony Clié USB 148 This driver also works for the Xircom/Entrega single port serial adapter. 272 This driver works under SMP with the usb-uhci driver. It does not 290 The Peracom single port serial adapter also works with this driver, as 350 converter uses Product ID 0x230 and Vendor ID 0x711 and works with this 351 driver. Also, D-Link's DU-H3SP USB BAY also works with this driver.
|
D | functionfs.txt | 1 *How FunctionFS works*
|
D | gadget_configfs.txt | 294 Below the idea of how configfs works is presented. 382 So, provided that modprobe works, modules for particular functions
|
D | ehci.txt | 47 It's believed to do all the right PCI magic so that I/O works even on 74 drivers; a OHCI or UHCI driver that works already doesn't need to change
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 22 ; Auto stack switch works
|
/linux-4.4.14/drivers/acpi/apei/ |
D | Kconfig | 28 works in so called "Firmware First" mode, that is, hardware
|
/linux-4.4.14/drivers/net/plip/ |
D | Kconfig | 24 15m long. Mode 0 works also if one of the machines runs DOS/Windows
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 84 Note that this feature only works when connected to power, if 123 Note that this feature only works when connected to power, if
|
D | debugfs-driver-genwqe | 65 error handling code works well.
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | Kconfig | 28 configure your card and that /etc/pcmcia/wireless.opts works : 121 configure your card and that /etc/pcmcia/wireless.opts works:
|
/linux-4.4.14/fs/btrfs/ |
D | ordered-data.c | 665 struct list_head splice, works; in btrfs_wait_ordered_extents() local 670 INIT_LIST_HEAD(&works); in btrfs_wait_ordered_extents() 686 list_add_tail(&ordered->work_list, &works); in btrfs_wait_ordered_extents() 699 list_for_each_entry_safe(ordered, next, &works, work_list) { in btrfs_wait_ordered_extents()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | device_main.c | 706 int works = 0; in device_rx_srv() local 711 if (works++ > 15) in device_rx_srv() 729 return works; in device_rx_srv() 835 int works = 0; in device_tx_srv() local 842 if (works++ > 15) in device_tx_srv() 879 return works; in device_tx_srv()
|
/linux-4.4.14/drivers/bcma/ |
D | Kconfig | 37 the memory. This only works with the Broadcom SoCs from the
|
/linux-4.4.14/Documentation/blockdev/ |
D | mflash.txt | 16 driver and currently works well under standard IDE subsystem. Actually it's
|
/linux-4.4.14/fs/quota/ |
D | Kconfig | 11 usage (also called disk quotas). Currently, it works for the
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | Kconfig | 24 It only works with boards with function 01 enabled.
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 40 The main target right now is KVM guests, but it works for all kinds 118 This only works for Linux injected failures, not for real
|
D | balance | 49 the balancing algorithm works the same way on the various architectures,
|
D | idle_page_tracking.txt | 94 it only works with pages that are on an LRU list, other pages are silently
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 16 DVB API works. 46 the DVB button in the xine GUI. Channel switching works using the
|
D | cards.txt | 10 Note 1: There is no guarantee that every frontend driver works
|
D | avermedia.txt | 155 Australia, so I will attempt to explain how it works here in 291 dvbstream and VideoLAN Client on windows works a treat with
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 167 - Minor fixes to the SB support. Hopefully the driver works with 215 - mmap() support (works with some cards). Requires much more testing. 231 Full duplex mode is not implemented yet.) Select works also with 248 - Recording with GUS MAX fixed. It works when the driver is configured
|
/linux-4.4.14/Documentation/arm/ |
D | mem_alignment | 19 floating point emulation that works about the same way). Fix your code
|
D | Porting | 40 you are using the bootpImage stuff (which only works on the old
|
/linux-4.4.14/lib/ |
D | Kconfig.kmemcheck | 80 This option works around certain GCC optimizations that produce
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Bt87x.txt | 39 <alsa-devel@alsa-project.org>, regardless of whether audio capture works
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 116 and can be reasonably considered independent and separate works in 118 sections when you distribute them as separate works. But when you 127 collective works based on the Program. 182 distribute the Program or its derivative works. These actions are 187 the Program or works based on it.
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 116 and can be reasonably considered independent and separate works in 118 sections when you distribute them as separate works. But when you 127 collective works based on the Program. 182 distribute the Program or its derivative works. These actions are 187 the Program or works based on it.
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 119 reasonably considered independent and separate works in themselves, then 121 distribute them as separate works. But when you distribute the same 130 collective works based on the Program. 185 the Program or its derivative works. These actions are prohibited by law 189 conditions for copying, distributing or modifying the Program or works
|
/linux-4.4.14/ |
D | COPYING | 132 and can be reasonably considered independent and separate works in 134 sections when you distribute them as separate works. But when you 143 collective works based on the Program. 198 distribute the Program or its derivative works. These actions are 203 the Program or works based on it.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 37 If you have another device that works with our driver, please let us know. 50 The driver works with the Kernel CAPI subsystem as well as the old 187 In this mode the device works like a modem connected to a serial port 322 first one you turn on works.
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 51 on how sysfs works.
|
D | bus.txt | 127 Bus drivers can export attributes using the BUS_ATTR macro that works
|
D | class.txt | 120 Class drivers can export attributes using the DEVCLASS_ATTR macro that works
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 11 Note that this scheme works well enough but has some downsides:
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 56 daemons. A RIP/SAP daemon that works well with the full internal net
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 49 * no disk on insert and disk change now works
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | README | 33 mac80211_hwsim works by tracking the current channel of each virtual
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-velocity.c | 1907 int works = 0; in velocity_tx_srv() local 1924 if ((works++ > 15)) in velocity_tx_srv() 1958 return works; in velocity_tx_srv() 2105 int works = 0; in velocity_rx_srv() local 2107 while (works < budget_left) { in velocity_rx_srv() 2138 works++; in velocity_rx_srv() 2143 if ((works > 0) && (velocity_rx_refill(vptr) > 0)) in velocity_rx_srv() 2147 return works; in velocity_rx_srv()
|
/linux-4.4.14/Documentation/wimax/ |
D | README.wimax | 19 The stack works by embedding a struct wimax_dev in your device's
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 28 that affect how the firmware works and what tables it installs for the guest
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 4 The basic execution principle by which KVM on PowerPC works is to run all kernel 138 also act on the shared page. So calling privileged instructions still works as
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 7 The governor works optimally with the following two passive trip points: 240 The power allocator governor's PID controller works best if there is a
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | Kconfig | 101 SJA1000 IO base addresses are chosen heuristically (first that works).
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 10 powered down. For more information on how this works, please look
|
/linux-4.4.14/drivers/bus/ |
D | Kconfig | 71 The WEIM(Wireless External Interface Module) works like a bus.
|
/linux-4.4.14/arch/sh/lib/ |
D | movmem.S | 73 movmem_done: ! share slot insn, works out aligned.
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 67 That works on an IvyBridge-era CPU (i5-3320M). Different CPUs
|
D | earlyprintk.txt | 116 3. Testing that it works fine:
|
/linux-4.4.14/Documentation/powerpc/ |
D | dscr.txt | 60 works, as it is emulated following an illegal instruction exception
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 110 Now works for overflow nodes hanging off of nodes other than the root 283 native byteorder works 100%. 317 necessarily the size of the inode, although in practice it works out.
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 100 "pktcdvd" works similar to "pktsetup", e.g.:
|
/linux-4.4.14/Documentation/RCU/ |
D | NMI-RCU.txt | 91 This works because synchronize_sched() blocks until all CPUs complete
|
/linux-4.4.14/Documentation/acpi/ |
D | video_extension.txt | 99 This works for machines covered by case ii) in Section 2. Once the driver
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 42 With this changes, the ex-switch extcon class device works as it once
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.devices | 73 ROM port. The driver works by polling instead of interrupts, so it
|
/linux-4.4.14/Documentation/frv/ |
D | atomic-ops.txt | 51 This works in a non-SMP environment because any interrupt or other exception that happens between
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 70 works if you said Y to the "DOS FAT fs support" above. Please read
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 23 * Fast and scalable multithreaded userspace server. Being in userspace it works
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 4 works. There is still more to learn, however! This section will cover a 35 understanding of how git works before trying to use it to make patches
|
/linux-4.4.14/drivers/net/arcnet/ |
D | Kconfig | 99 please mail <dwmw2@infradead.org>, especially if it works!
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 42 # Due to the way single-stepping works on this CPU (single-step is not
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 61 currently works very well because none of the of_* functions utilized by the
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | Kconfig | 107 This is not as fast as using hypervisor mode, but works on
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 65 Row parity actually works almost the same. 259 The code works, but is not terribly efficient. On my system it took 388 The code (of course) works, and hurray: we are a little bit faster than 444 different amounts of unrolling to see what works best.
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-konepure | 101 sampled underground. This works only in the course of a
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 21 This works by attaching all WRITE requests to a list once the write completes.
|
/linux-4.4.14/net/ |
D | Kconfig | 126 they are often combined with a packet filter, which only works if 136 firewall box itself. It works both ways: if the outside host
|
/linux-4.4.14/drivers/net/can/ |
D | Kconfig | 48 get started. This works fine for the most common CAN controllers
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 114 # that works as a shell word, regardless of whether or
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 65 Serial console works and can also be used for debugging, see loader_txt
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 13 FindFirst fails but QPathInfo queries works). Fix oops with dfs in 169 Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is 243 (lock cancel now works, and unlock of merged range works even 857 now works to Samba servers. Fix oops caused when readahead 958 Various 2.5.38 fixes. Now works on 2.5.38 985 versions of 2.4 kernel (now builds and works again on kernels at least as early as 2.4.7).
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | Kconfig | 254 Note, this currently only works for S3C64XX based SMDK boards.
|