/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-acorn.c | 38 u_int ones = force_ones; in ioc_setscl() local 41 ones |= SCL; in ioc_setscl() 43 ones &= ~SCL; in ioc_setscl() 45 force_ones = ones; in ioc_setscl() 47 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl() 53 u_int ones = force_ones; in ioc_setsda() local 56 ones |= SDA; in ioc_setsda() 58 ones &= ~SDA; in ioc_setsda() 60 force_ones = ones; in ioc_setsda() 62 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
|
D | Kconfig | 968 This supports parallel port I2C adapters such as the ones made by 992 This supports parallel port I2C adapters such as the ones made by
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 122 uint64_t ones:33; member 183 uint64_t ones:49; member 195 uint64_t ones:49; member 220 uint64_t ones:33; member 256 uint64_t ones:49; member 264 uint64_t ones:49; member
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | isocdata.c | 355 int ones) in hdlc_bitstuff_byte() argument 365 stuff = stufftab[256 * ones + cin]; in hdlc_bitstuff_byte() 400 int ones; in hdlc_buildframe() local 416 ones = 0; in hdlc_buildframe() 419 ones = hdlc_bitstuff_byte(iwb, c, ones); in hdlc_buildframe() 426 ones = hdlc_bitstuff_byte(iwb, fcs & 0x00ff, ones); in hdlc_buildframe() 427 ones = hdlc_bitstuff_byte(iwb, (fcs >> 8) & 0x00ff, ones); in hdlc_buildframe()
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist. 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmc_spi.c | 153 void *ones; member 606 t->tx_buf = host->ones; in mmc_spi_setup_data_message() 620 t->tx_buf = host->ones; in mmc_spi_setup_data_message() 648 t->tx_buf = host->ones; in mmc_spi_setup_data_message() 1296 void *ones; in mmc_spi_probe() local 1333 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe() 1334 if (!ones) in mmc_spi_probe() 1336 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe() 1365 host->ones = ones; in mmc_spi_probe() 1394 host->ones_dma = dma_map_single(dev, ones, in mmc_spi_probe() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist. 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/Documentation/networking/ |
D | x25.txt | 6 Linux. There are two sorts of X.25 cards available, intelligent ones that 7 implement LAPB on the card itself, and unintelligent ones that simply do 15 unintelligent X.25 card drivers and not by intelligent ones, this would
|
D | tcp.txt | 42 simplest ones are derived from TCP reno (highspeed, scalable) and just 44 ones like BIC try to look at other events to provide better
|
D | regulatory.txt | 91 the only ones that will be allowed and therefore *additional*
|
D | 3c509.txt | 111 that the new transceiver codes 8 and 12 are the *only* ones that will enable
|
D | README.sb1000 | 188 define. Uncomment those 'CFLAGS' lines (and comment out the default ones)
|
D | ip-sysctl.txt | 996 not to this host as local ones. It is supposed, that 1565 ones. All addresses generated after setting this secret will 1566 be stable privacy ones by default. This can be changed via the 1568 secret for the namespace, the interface specific ones can
|
D | phy.txt | 285 ones.
|
D | z8530drv.txt | 222 Its parameters are exactly the same as the ones you use with
|
D | scaling.txt | 163 RPS might be beneficial if the rps_cpus for each queue are the ones that
|
D | arcnet-hardware.txt | 129 have the right ones) terminators. 258 your card has additional ones, which is possible, please tell me.) This 271 "cat /proc/interrupts" for a somewhat complete list of which ones are in
|
/linux-4.1.27/Documentation/fb/ |
D | viafb.txt | 227 runtime. One can add new devices, remove existing ones or switch 232 to the already existing ones, '-' removes the listed devices from the 233 existing ones and if no prefix is given it replaces all existing ones 234 with the listed ones. If you remove devices they are expected to turn
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | Kconfig | 14 compression capture cards and other Softlogic-based ones.
|
/linux-4.1.27/net/mac802154/ |
D | Kconfig | 11 networking stack for SoftMAC devices (the ones implementing
|
/linux-4.1.27/arch/mips/dec/ |
D | int-handler.S | 137 and t0,t1 # isolate allowed ones 191 1: and t0,t1 # mask out allowed ones
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 48 which ones to review and which ones are ok to let go.
|
/linux-4.1.27/Documentation/leds/ |
D | leds-class-flash.txt | 8 by default and the flash ones only if a driver declares it by setting
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 13 the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior.
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | sunxi-mmc.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.5 as well
|
/linux-4.1.27/drivers/staging/media/ |
D | Kconfig | 10 the existing ones.
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | Kconfig | 27 ones used with ISDB-T boards.
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 91 The single spin-lock primitives above are by no means the only ones. They 92 are the most safe ones, and the ones that work under all circumstances,
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | ad7192.c | 209 u8 ones[6]; in ad7192_setup() local 212 memset(&ones, 0xFF, 6); in ad7192_setup() 213 ret = spi_write(st->sd.spi, &ones, 6); in ad7192_setup()
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 48 because of REQ_DISCARD requests sent by bio. The former ones 51 ones are sent by filesystem mounted with discard option,
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 101 these ones should be used if hardware could only guess (measure and 183 The attributes available currently are the ones currently provided by the 191 this attribute to standard ones?
|
D | states.txt | 12 the meaning of the remaining ones depends on the relative_sleep_states command
|
D | devices.txt | 120 specific to runtime power management while the remaining ones are used during
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.ChangeLog | 5 ESC sequences (especially coloring ones) and the strings
|
D | 3270.txt | 216 preassigned special functions. The ones that are not yield an alarm
|
D | Debugging390.txt | 217 and addresses of less than this are the ones in the current running program on 1024 The most common ones you will normally be tracing for is
|
/linux-4.1.27/fs/sysv/ |
D | Kconfig | 18 PDP ones will have to wait until somebody ports Linux to -11 ;-)
|
/linux-4.1.27/net/xfrm/ |
D | Kconfig | 64 PF_KEYv2 socket family, compatible to KAME ones.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PSS | 37 genmidi.ld on newer DOS driver install disks and synth.ld on older ones.
|
D | README.OSS | 526 ones. For example a P166MMX beats a PPro200. SoftOSS should not be used 571 ones are Orchid SW32 and Cardinal DSP16. 679 are lucky, all of them could be supported by the driver. The most common ones 682 cards and the ones which could be supported later. 733 prevent some later ones from being asked. For example don't answer y to 891 Sound Blasters (the original ones by Creative) 895 are almost certainly PnP ones). With PnP cards you should use isapnptools 900 models, you have to consult manual of your card for the proper ones. It's 976 earliest ones (pre 3.7) don't have a hardware mixer. With these cards 1254 ones are fully SB or SB Pro compatible and there should be no problems
|
D | PAS16 | 32 prevent some later ones from being asked. For example don't answer y to
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | checksum.S | 25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
D | checksumcopy.S | 29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-zram | 83 because of REQ_DISCARD requests sent by bio. The former ones 86 ones are sent by filesystem mounted with discard option,
|
D | sysfs-class-mic.txt | 96 want to read the current command line options, append new ones 97 or modify existing ones and then write the whole kernel command
|
D | sysfs-platform-dell-laptop | 30 Read the file to see the triggers available. The ones
|
D | sysfs-ptp | 25 MAC based ones. The string does not necessarily have
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 94 PXA310 supporting some additional ones), thus the difference is actually 281 ones and the low power mode ones, to allow different settings.
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | samsung,exynos4210-mct.txt | 35 as ones compatible with "samsung,exynos4412-mct", only one local timer
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi.txt | 34 The lower level drivers are the ones that support the individual cards that
|
D | megaraid.txt | 64 As new applications evolve and replace the old ones, the old packet format
|
D | libsas.txt | 63 and the SAS layer can only read such ones, and vice versa.
|
D | scsi_eh.txt | 207 hostt EH callbacks. Callbacks may be omitted and omitted ones are
|
D | ncr53c8xx.txt | 681 Have no effect with other ones. 691 Have no effect with other ones. 1811 version 2.5 and later ones. For the moment Big Endian support has only
|
D | ChangeLog.lpfc | 1777 Protect these definitions from conflicting with similar ones in 1851 * Split large source files into smaller, better named ones.
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 30 converting to useful light measurements from device ones.
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 7 ones.
|
D | Booting | 71 tree. set the machine type to all ones (~0). This is not strictly
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 85 u32 ones; /* FEC + 0x110 */ member
|
/linux-4.1.27/Documentation/filesystems/ |
D | omfs.txt | 101 being ~0 and e_blocks being ones'-complement of the total number of blocks
|
D | ntfs.txt | 86 only very limited support for highly fragmented files, i.e. ones which have 95 i.e. ones which have their data attribute split across multiple extents, is
|
D | porting | 443 object doesn't exist. It's remote/distributed ones that might care...
|
D | path-lookup.txt | 355 What this shows is that failed rcu-walk lookups, ie. ones that are restarted
|
D | Locking | 158 be the only ones operating on the quota file by the quota code (via
|
D | xfs-delayed-logging-design.txt | 275 ones that are most recently modified. Ordering of the CIL is not necessary for 617 points in the design - the three important ones are:
|
D | vfs.txt | 1142 mounting (such as ones controlling the creation of a journal) are exempt
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 6 (often with panic), corrected ones cause a machine check log entry.
|
D | boot-options.txt | 4 only the AMD64 specific ones are listed here. 36 Disabled by default on AMD because some BIOS leave bogus ones.
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | Kconfig | 11 ones like at24c64, 24lc02 or fm24c04:
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 77 be the ones to compete against the entire internet by themselves. Be 159 than the ones just named. SuSE has helped in much more than just
|
/linux-4.1.27/fs/affs/ |
D | Changes | 119 introduced some new ones), made the debug messages 220 recommended ones.
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 201 identify supported devices (returning 0 for supported ones and -ENODEV 202 for unsupported ones), a list of addresses to probe, and a device type 378 These ones were removed from i2c-core because they had no users, but could
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 34 from the set of the supported ones.
|
D | keys-request-key.txt | 57 being constructed. The two non-async ones will wait for construction to
|
D | credentials.txt | 184 The effective capabilities are the ones that a task is actually allowed to 187 The inheritable capabilities are the ones that may get passed across
|
/linux-4.1.27/Documentation/ |
D | SubmitChecklist | 13 that facility. Don't depend on other header files pulling in ones
|
D | ManagementStyle | 50 painful ones. Making small and non-consequential decisions is fine, and 52 needs to do is to turn the big and painful ones into small things where 191 management responsibilities largely become ones of saying "Sounds like a
|
D | ramoops.txt | 39 on restart (i.e. new dumps after the restart will overwrite old ones).
|
D | stable_kernel_rules.txt | 3 Rules on what kind of patches are accepted, and which ones are not, into the
|
D | SubmittingDrivers | 65 to be accepted than if it invents gratuitous new ones.
|
D | workqueue.txt | 95 for high priority ones, for each possible CPU and some extra 134 for kthreads, so cmwq holds onto idle ones for a while before killing
|
D | vgaarbiter.txt | 39 scans all PCI devices and adds the VGA ones inside the arbitration. The
|
D | iostats.txt | 160 appear in both /proc/partitions and /proc/stat, although the ones in
|
D | printk-formats.txt | 241 a mix of old and new ones, but it won't oops. %pd dentry is a safer
|
D | crc32.txt | 181 a remainder of 0, an initial remainder of all ones is used. As long as
|
D | applying-patches.txt | 285 non-incremental ones below. The incremental ones can be found at
|
D | svga.txt | 194 Allows to set _any_ BIOS mode including graphic ones and forcing specific
|
D | edac.txt | 743 granularity than the default ones), the driver exposes those registers for
|
D | kprobes.txt | 545 from the accidental ones. Don't drink and probe.
|
D | CodingStyle | 707 the ones already enabled by DEBUG.
|
D | pinctrl.txt | 426 are chessboard-like, big ones have "holes" in some arrangement according to
|
D | kernel-parameters.txt | 651 ones should be. 2715 explicitly which ones they are.
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 56 - Create or find a root disk image. There are several useful ones
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 63 structures, and that recycled ones may not have init_flag zeroed.
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 8 formally specified ones like PCI or USB. 118 tend to already have "normal" modes, such as ones using device nodes that
|
D | porting.txt | 441 to remove the bus-specific ones and favor the generic ones. Note
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 16 The most common ones are the desktop and server CPUs (601, 603, 64 The most common ones are the desktop and server CPUs
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 114 and is the case for most parallel LCDs. Other LCDs, and some serial ones, 160 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 65 3 processors on chip, Java ones, VPU, SPU, APU, maybe these are the
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 7 Linux supports all variants of compliant SMP boards, including ones with
|
/linux-4.1.27/Documentation/parisc/ |
D | registers | 16 CR15 (EIEM) initialized to all ones*
|
/linux-4.1.27/Documentation/block/ |
D | queue-sysfs.txt | 7 These files are the ones found in the /sys/block/xxx/queue/ directory.
|
D | cfq-iosched.txt | 152 Internal cgroup nodes (the ones with children) can also have tasks in
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-trace.txt | 39 Prefixing with ! shows all syscalls but the ones specified. You may
|
D | perf-list.txt | 126 events, printing the ones that match.
|
D | perf-script-perl.txt | 46 handler function; some of the less common ones aren't - those are
|
D | perf-script-python.txt | 444 handler function; some of the less common ones aren't - those are
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 71 ones), for the drives/geometries attached to those interfaces, and for the IRQ 194 kernel paremeter to enable probing for VLB version of the chipset (PCI ones
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 69 ones from another driver, and that interrupt transfers can use periods 128 High speed devices can do things that full speed (or low speed) ones
|
D | hotplug.txt | 78 modules, and can invoke driver-specific setup scripts. The newest ones
|
D | URB.txt | 254 for full and low speed devices, and microframes for high speed ones.
|
D | proc_usb_info.txt | 193 | indicates the driver; for newer ones, it's a product (and vendor)
|
D | WUSB-Design-overview.txt | 374 callbacks for the URBs issued from here are the ones that will declare
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-parport | 6 such as the ones made by Philips, Velleman or ELV. This driver is
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 14 ones that will be supported at this time are Write-back, Uncached,
|
D | boot.txt | 1023 set up (current kernels do, but older ones do not); you should
|
/linux-4.1.27/net/ |
D | Kconfig | 174 If you say N the more unusual ones will not be shown and the 175 basic ones needed by most people will default to 'M'.
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 113 current ones found on several Vaio models), an entry under
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 29 same ones that szap uses.
|
/linux-4.1.27/drivers/tty/vt/ |
D | cp437.uni | 4 # graphs probably should be replaced with double-line ones, accented
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 58 by different product boards; single direction ones exist too.
|
D | gpio-legacy.txt | 45 by different product boards; single direction ones exist too. 496 pullups (or pulldowns) so that the on-chip ones should not be used. 564 also ones on GPIO expanders.
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_scan.S | 198 | the first ones are sent to fp_extmode0 or fp_disp16
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 47 won't do that, but some very specialized ones might.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 155 second to submit exclusive ones. The caller must still set the
|
D | cachefiles.txt | 288 "base-64" encode ones that aren't directly suitable. The two versions of
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 20 # before discrete ones so they will be the initial/default value: 23 # - discrete ones (including all PCI-only controllers)
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.cpu | 260 family in /proc/cpuinfo. Newer ones have 6 and older ones 15
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 132 param1 with a mask in param2 (0x0 is equivalent to all ones). For PCI
|
/linux-4.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 33 the most common ones are handled by the framework, supported by some assistance
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 10 device, it has to decide which ones to send first, which ones to 11 delay, and which ones to drop. This is the job of the queueing
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 158 queue is started and subsequent ones queued up.
|
D | provider.txt | 306 currently queued transfers, but only on subsequent ones 316 operations only and not for memcpy ones.
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 207 with the ones listed in the ranges, e.g. for mapping PCIe devices.
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 38 (Larger systems will have "udev". Smaller ones may configure "mdev" into
|
D | spi-summary | 137 for those calls, including ones for common transaction types like writing 208 SPI-capable controllers, and only the ones actually usable on a given
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 25 nodes to an inode may obsolete old ones, and by holding the alloc_sem
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 13 and transforms them into unprivileged ones with some help from the hypervisor.
|
D | api.txt | 438 Note that any value for 'irq' other than the ones stated above is invalid 2233 standard 256M ones.
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.x86 | 58 entry in addition to the new boost ones, for compatibility reasons.
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 47 interesting ones:
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 113 must be a subset of ones defined in the struct
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 12 contained in the TLB entry. The ones of most interest to the Linux
|
/linux-4.1.27/arch/um/ |
D | Kconfig.net | 138 UMLs (even ones running on different host machines!) to talk to
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 244 Machine widget interconnections are created in the same way as codec ones and
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 47 controller on its own hierarchy. Only closely related ones, such as 353 cgroups except for the ones running low in the preferred first
|
D | blkio-controller.txt | 278 given cgroup in anticipation of a better request than the existing ones
|
D | cgroups.txt | 161 multiple separate ones and then associate the new cgroups with the
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 153 The tools to examine the dump will be same as the ones
|
D | pci_iov_resource_on_powernv.txt | 142 other ones for that "domain". We thus introduce the concept of
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 94 mandatory routines and possibly make use of optional ones.
|
D | OSS-Emulation.txt | 68 assigned ones. For example, the first card cannot use /dev/dsp1 or
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 335 build time. On some systems (e.g. embedded ones), it is
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | samsung-pinctrl.txt | 51 level child nodes is exactly the same as for first level ones and is
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 527 usage page of their report descriptor. The most prevailing ones so far 572 only the graphical ones are supported.
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 42 such like the current ones, but it has an internal kernel API that upper level
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 125 wait for oustanding ones. This is really tricky business; at the moment none of
|
/linux-4.1.27/drivers/input/mouse/ |
D | Kconfig | 227 I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 54 similarly avoid all-ones operands to the bitwise "|" operator.
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha1-armv4-large.S | 34 @ diverse as ARM ones: e.g., there are only two arithmetic
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 167 ones have been taken care of.
|
D | 2.Process | 214 of the kernel they manage; they are the ones who will (usually) accept a
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 199 Non-constant symbols are the most common ones and are defined with the
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos5420-peach-pit.dts | 32 /* Assign 20 so we don't get confused w/ builtin ones */
|
D | exynos5800-peach-pi.dts | 30 /* Assign 20 so we don't get confused w/ builtin ones */
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 249 to use two DMA channels with GUS MAX (16 bit ones recommended).
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | round.S | 494 | d1.b inexact flag: all ones means inexact result
|
/linux-4.1.27/Documentation/input/ |
D | elantech.txt | 413 For all the other ones, there are just a few constant bits:
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 392 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
|
D | xircom_pgs.S | 430 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 643 # being probably the most widely used ones.
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 32 or create new ones by defining new nodes and properties. Be wary,
|
D | booting-without-of.txt | 856 name may clash with standard defined ones, you prefix them with your
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 238 is that -deadline tasks have bandwidth on their own (while -rt ones don't!),
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 540 functionality of the newer ones.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.HiSax | 25 Teles 8.0/16.0/16.3 and compatible ones
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 30 client generated ones by default (mount option "serverino" turned 464 ones by specifying mount option "serverino" - this is required for some apps
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 468 The controls ioctls are identical to the ones defined in V4L2. They 478 The events ioctls are identical to the ones defined in V4L2. They
|
D | vivid.txt | 276 supports frames per second settings of 10, 15, 25, 30, 50 and 60 fps. Which ones
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 272 * removed some obsolete ones.
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 384 while MSI-X can allocate several individual ones.
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 275 the ones supplied by Axity3G/Sentech South Africa.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 813 operations, ones that are routed through the call $audio_ioctl()$, and 814 the remaining ones, that are presumable device-dependent. Generally, a
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 28 for all their GPIOs, usually starting with ones integrated
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 1027 are different and splitting the 1M pages into 4K ones causes TLB
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1346 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled 1924 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
|
D | fpsp.S | 1347 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled 1925 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set 4181 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled and set
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 418 the ones on the dock stations.
|
/linux-4.1.27/fs/nls/ |
D | Kconfig | 398 with the Turkish ones. Useful in Turkey.
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1550 these so that the &'s don't force the real ones into
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1879 ones). 2113 wish to trace and which ones we want the mcount calls to remain
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 519 know what you are doing, you should probably leave the ones that are 1330 legibly, you should put the first ones listed (as many as fit
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1505 these so that the &'s don't force the real ones into
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1362 these so that the &'s don't force the real ones into
|
/linux-4.1.27/drivers/mfd/ |
D | Kconfig | 129 PDAs (mainly iPAQ and HTC based ones)
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 1261 Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1348 ones, so root partition specified using device number
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 82 # Above selects are sorted alphabetically; please add new ones
|
/linux-4.1.27/init/ |
D | Kconfig | 1681 On non-ancient distros (post-2000 ones) N is usually a safe choice.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1140 monitor is recommended, but can still work with non-compliant ones.
|