Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 200 of 203) sorted by relevance

12

/linux-4.1.27/drivers/i2c/busses/
Di2c-acorn.c38 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()
DKconfig968 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/
Dcvmx-address.h122 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/
Disocdata.c355 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/
DTODO3 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/
Dmmc_spi.c153 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/
DTODO3 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/
Dx25.txt6 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
Dtcp.txt42 simplest ones are derived from TCP reno (highspeed, scalable) and just
44 ones like BIC try to look at other events to provide better
Dregulatory.txt91 the only ones that will be allowed and therefore *additional*
D3c509.txt111 that the new transceiver codes 8 and 12 are the *only* ones that will enable
DREADME.sb1000188 define. Uncomment those 'CFLAGS' lines (and comment out the default ones)
Dip-sysctl.txt996 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
Dphy.txt285 ones.
Dz8530drv.txt222 Its parameters are exactly the same as the ones you use with
Dscaling.txt163 RPS might be beneficial if the rps_cpus for each queue are the ones that
Darcnet-hardware.txt129 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/
Dviafb.txt227 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/
DKconfig14 compression capture cards and other Softlogic-based ones.
/linux-4.1.27/net/mac802154/
DKconfig11 networking stack for SoftMAC devices (the ones implementing
/linux-4.1.27/arch/mips/dec/
Dint-handler.S137 and t0,t1 # isolate allowed ones
191 1: and t0,t1 # mask out allowed ones
/linux-4.1.27/Documentation/devicetree/bindings/
Dsubmitting-patches.txt48 which ones to review and which ones are ok to let go.
/linux-4.1.27/Documentation/leds/
Dleds-class-flash.txt8 by default and the flash ones only if a driver declares it by setting
/linux-4.1.27/Documentation/blackfin/
Dbfin-spi-notes.txt13 the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dsunxi-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.5 as well
/linux-4.1.27/drivers/staging/media/
DKconfig10 the existing ones.
/linux-4.1.27/drivers/media/usb/cx231xx/
DKconfig27 ones used with ISDB-T boards.
/linux-4.1.27/Documentation/locking/
Dspinlocks.txt91 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/
Dad7192.c209 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/
Dsysfs-block-zram48 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/
Dpower_supply_class.txt101 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?
Dstates.txt12 the meaning of the remaining ones depends on the relative_sleep_states command
Ddevices.txt120 specific to runtime power management while the remaining ones are used during
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
D3270.txt216 preassigned special functions. The ones that are not yield an alarm
DDebugging390.txt217 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/
DKconfig18 PDP ones will have to wait until somebody ports Linux to -11 ;-)
/linux-4.1.27/net/xfrm/
DKconfig64 PF_KEYv2 socket family, compatible to KAME ones.
/linux-4.1.27/Documentation/sound/oss/
DPSS37 genmidi.ld on newer DOS driver install disks and synth.ld on older ones.
DREADME.OSS526 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
DPAS1632 prevent some later ones from being asked. For example don't answer y to
/linux-4.1.27/arch/cris/arch-v10/lib/
Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-zram83 because of REQ_DISCARD requests sent by bio. The former ones
86 ones are sent by filesystem mounted with discard option,
Dsysfs-class-mic.txt96 want to read the current command line options, append new ones
97 or modify existing ones and then write the whole kernel command
Dsysfs-platform-dell-laptop30 Read the file to see the triggers available. The ones
Dsysfs-ptp25 MAC based ones. The string does not necessarily have
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt94 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/
Dsamsung,exynos4210-mct.txt35 as ones compatible with "samsung,exynos4412-mct", only one local timer
/linux-4.1.27/Documentation/scsi/
Dscsi.txt34 The lower level drivers are the ones that support the individual cards that
Dmegaraid.txt64 As new applications evolve and replace the old ones, the old packet format
Dlibsas.txt63 and the SAS layer can only read such ones, and vice versa.
Dscsi_eh.txt207 hostt EH callbacks. Callbacks may be omitted and omitted ones are
Dncr53c8xx.txt681 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
DChangeLog.lpfc1777 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/
DTODO30 converting to useful light measurements from device ones.
/linux-4.1.27/Documentation/arm/
Dmem_alignment7 ones.
DBooting71 tree. set the machine type to all ones (~0). This is not strictly
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_mpc52xx.h85 u32 ones; /* FEC + 0x110 */ member
/linux-4.1.27/Documentation/filesystems/
Domfs.txt101 being ~0 and e_blocks being ones'-complement of the total number of blocks
Dntfs.txt86 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
Dporting443 object doesn't exist. It's remote/distributed ones that might care...
Dpath-lookup.txt355 What this shows is that failed rcu-walk lookups, ie. ones that are restarted
DLocking158 be the only ones operating on the quota file by the quota code (via
Dxfs-delayed-logging-design.txt275 ones that are most recently modified. Ordering of the CIL is not necessary for
617 points in the design - the three important ones are:
Dvfs.txt1142 mounting (such as ones controlling the creation of a journal) are exempt
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck6 (often with panic), corrected ones cause a machine check log entry.
Dboot-options.txt4 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/
DKconfig11 ones like at24c64, 24lc02 or fm24c04:
/linux-4.1.27/fs/reiserfs/
DREADME77 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/
DChanges119 introduced some new ones), made the debug messages
220 recommended ones.
/linux-4.1.27/Documentation/i2c/
Dwriting-clients201 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/
DIMA-templates.txt34 from the set of the supported ones.
Dkeys-request-key.txt57 being constructed. The two non-async ones will wait for construction to
Dcredentials.txt184 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/
DSubmitChecklist13 that facility. Don't depend on other header files pulling in ones
DManagementStyle50 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
Dramoops.txt39 on restart (i.e. new dumps after the restart will overwrite old ones).
Dstable_kernel_rules.txt3 Rules on what kind of patches are accepted, and which ones are not, into the
DSubmittingDrivers65 to be accepted than if it invents gratuitous new ones.
Dworkqueue.txt95 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
Dvgaarbiter.txt39 scans all PCI devices and adds the VGA ones inside the arbitration. The
Diostats.txt160 appear in both /proc/partitions and /proc/stat, although the ones in
Dprintk-formats.txt241 a mix of old and new ones, but it won't oops. %pd dentry is a safer
Dcrc32.txt181 a remainder of 0, an initial remainder of all ones is used. As long as
Dapplying-patches.txt285 non-incremental ones below. The incremental ones can be found at
Dsvga.txt194 Allows to set _any_ BIOS mode including graphic ones and forcing specific
Dedac.txt743 granularity than the default ones), the driver exposes those registers for
Dkprobes.txt545 from the accidental ones. Don't drink and probe.
DCodingStyle707 the ones already enabled by DEBUG.
Dpinctrl.txt426 are chessboard-like, big ones have "holes" in some arrangement according to
Dkernel-parameters.txt651 ones should be.
2715 explicitly which ones they are.
/linux-4.1.27/tools/lguest/
Dlguest.txt56 - Create or find a root disk image. There are several useful ones
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog63 structures, and that recycled ones may not have init_flag zeroed.
/linux-4.1.27/Documentation/driver-model/
Dplatform.txt8 formally specified ones like PCI or USB.
118 tend to already have "normal" modes, such as ones using device nodes that
Dporting.txt441 to remove the bus-specific ones and favor the generic ones. Note
/linux-4.1.27/arch/powerpc/platforms/
DKconfig.cputype16 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/
DKconfig114 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/
Dfw-memory.txt65 3 processors on chip, Java ones, VPU, SPU, APU, maybe these are the
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt7 Linux supports all variants of compliant SMP boards, including ones with
/linux-4.1.27/Documentation/parisc/
Dregisters16 CR15 (EIEM) initialized to all ones*
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt7 These files are the ones found in the /sys/block/xxx/queue/ directory.
Dcfq-iosched.txt152 Internal cgroup nodes (the ones with children) can also have tasks in
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt39 Prefixing with ! shows all syscalls but the ones specified. You may
Dperf-list.txt126 events, printing the ones that match.
Dperf-script-perl.txt46 handler function; some of the less common ones aren't - those are
Dperf-script-python.txt444 handler function; some of the less common ones aren't - those are
/linux-4.1.27/Documentation/ide/
Dide.txt71 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/
Dehci.txt69 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
Dhotplug.txt78 modules, and can invoke driver-specific setup scripts. The newest ones
DURB.txt254 for full and low speed devices, and microframes for high speed ones.
Dproc_usb_info.txt193 | indicates the driver; for newer ones, it's a product (and vendor)
DWUSB-Design-overview.txt374 callbacks for the URBs issued from here are the ones that will declare
/linux-4.1.27/Documentation/i2c/busses/
Di2c-parport6 such as the ones made by Philips, Velleman or ELV. This driver is
/linux-4.1.27/Documentation/x86/
Dpat.txt14 ones that will be supported at this time are Write-back, Uncached,
Dboot.txt1023 set up (current kernels do, but older ones do not); you should
/linux-4.1.27/net/
DKconfig174 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/
Dsony-laptop.txt113 current ones found on several Vaio models), an entry under
/linux-4.1.27/Documentation/dvb/
Dci.txt29 same ones that szap uses.
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni4 # graphs probably should be replaced with double-line ones, accented
/linux-4.1.27/Documentation/gpio/
Dgpio.txt58 by different product boards; single direction ones exist too.
Dgpio-legacy.txt45 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/
Dfp_scan.S198 | the first ones are sent to fp_extmode0 or fp_disp16
/linux-4.1.27/Documentation/vm/
Dhwpoison.txt47 won't do that, but some very specialized ones might.
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt155 second to submit exclusive ones. The caller must still set the
Dcachefiles.txt288 "base-64" encode ones that aren't directly suitable. The two versions of
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig20 # 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/
DKconfig.cpu260 family in /proc/cpuinfo. Newer ones have 6 and older ones 15
/linux-4.1.27/Documentation/acpi/apei/
Deinj.txt132 param1 with a mask in param2 (0x0 is equivalent to all ones). For PCI
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt33 the most common ones are handled by the framework, supported by some assistance
/linux-4.1.27/net/sched/
DKconfig10 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/
Dclient.txt158 queue is started and subsequent ones queued up.
Dprovider.txt306 currently queued transfers, but only on subsequent ones
316 operations only and not for memcpy ones.
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt207 with the ones listed in the ranges, e.g. for mapping PCIe devices.
/linux-4.1.27/Documentation/spi/
Dspidev38 (Larger systems will have "udev". Smaller ones may configure "mdev" into
Dspi-summary137 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/
DREADME.Locking25 nodes to an inode may obsolete old ones, and by holding the alloc_sem
/linux-4.1.27/Documentation/virtual/kvm/
Dppc-pv.txt13 and transforms them into unprivileged ones with some help from the hypervisor.
Dapi.txt438 Note that any value for 'irq' other than the ones stated above is invalid
2233 standard 256M ones.
/linux-4.1.27/drivers/cpufreq/
DKconfig.x8658 entry in addition to the new boost ones, for compatibility reasons.
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt47 interesting ones:
/linux-4.1.27/Documentation/pps/
Dpps.txt113 must be a subset of ones defined in the struct
/linux-4.1.27/Documentation/ia64/
Daliasing.txt12 contained in the TLB entry. The ones of most interest to the Linux
/linux-4.1.27/arch/um/
DKconfig.net138 UMLs (even ones running on different host machines!) to talk to
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt244 Machine widget interconnections are created in the same way as codec ones and
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt47 controller on its own hierarchy. Only closely related ones, such as
353 cgroups except for the ones running low in the preferred first
Dblkio-controller.txt278 given cgroup in anticipation of a better request than the existing ones
Dcgroups.txt161 multiple separate ones and then associate the new cgroups with the
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt153 The tools to examine the dump will be same as the ones
Dpci_iov_resource_on_powernv.txt142 other ones for that "domain". We thus introduce the concept of
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt94 mandatory routines and possibly make use of optional ones.
DOSS-Emulation.txt68 assigned ones. For example, the first card cannot use /dev/dsp1 or
/linux-4.1.27/arch/tile/
DKconfig335 build time. On some systems (e.g. embedded ones), it is
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dsamsung-pinctrl.txt51 level child nodes is exactly the same as for first level ones and is
/linux-4.1.27/drivers/hid/
DKconfig527 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/
DDSS42 such like the current ones, but it has an internal kernel API that upper level
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt125 wait for oustanding ones. This is really tricky business; at the moment none of
/linux-4.1.27/drivers/input/mouse/
DKconfig227 I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt54 similarly avoid all-ones operands to the bitwise "|" operator.
/linux-4.1.27/arch/arm/crypto/
Dsha1-armv4-large.S34 @ diverse as ARM ones: e.g., there are only two arithmetic
/linux-4.1.27/Documentation/development-process/
D6.Followthrough167 ones have been taken care of.
D2.Process214 of the kernel they manage; they are the ones who will (usually) accept a
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt199 Non-constant symbols are the most common ones and are defined with the
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5420-peach-pit.dts32 /* Assign 20 so we don't get confused w/ builtin ones */
Dexynos5800-peach-pi.dts30 /* Assign 20 so we don't get confused w/ builtin ones */
/linux-4.1.27/sound/oss/
DCHANGELOG249 to use two DMA channels with GUS MAX (16 bit ones recommended).
/linux-4.1.27/arch/m68k/fpsp040/
Dround.S494 | d1.b inexact flag: all ones means inexact result
/linux-4.1.27/Documentation/input/
Delantech.txt413 For all the other ones, there are just a few constant bits:
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S392 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
Dxircom_pgs.S430 ;; Anchor reserves bRequest 0xa0-0xaf, we use small ones
/linux-4.1.27/drivers/spi/
DKconfig643 # being probably the most widely used ones.
/linux-4.1.27/Documentation/devicetree/
Dusage-model.txt32 or create new ones by defining new nodes and properties. Be wary,
Dbooting-without-of.txt856 name may clash with standard defined ones, you prefix them with your
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt238 is that -deadline tasks have bandwidth on their own (while -rt ones don't!),
/linux-4.1.27/drivers/block/
DKconfig540 functionality of the newer ones.
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax25 Teles 8.0/16.0/16.3 and compatible ones
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES30 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/
Dv4l2-framework.txt468 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
Dvivid.txt276 supports frames per second settings of 10, 15, 25, 30, 50 and 60 fps. Which ones
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt272 * removed some obsolete ones.
/linux-4.1.27/Documentation/PCI/
Dpci.txt384 while MSI-X can allocate several individual ones.
/linux-4.1.27/drivers/usb/serial/
DKconfig275 the ones supplied by Axity3G/Sentech South Africa.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex813 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/
DKconfig28 for all their GPIOs, usually starting with ones integrated
/linux-4.1.27/arch/arm/mm/
DKconfig1027 are different and splitting the 1M pages into 4K ones causes TLB
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S1346 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled
1924 and.b FPSR_EXCEPT(%a6),%d0 # keep only ones enabled & set
Dfpsp.S1347 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/
DKconfig418 the ones on the dock stations.
/linux-4.1.27/fs/nls/
DKconfig398 with the Turkish ones. Useful in Turkey.
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1550 these so that the &'s don't force the real ones into
/linux-4.1.27/Documentation/trace/
Dftrace.txt1879 ones).
2113 wish to trace and which ones we want the mcount calls to remain
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt519 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/
Dzconf.tab.c_shipped1505 these so that the &'s don't force the real ones into
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1362 these so that the &'s don't force the real ones into
/linux-4.1.27/drivers/mfd/
DKconfig129 PDAs (mainly iPAQ and HTC based ones)
/linux-4.1.27/drivers/rtc/
DKconfig1261 Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd
/linux-4.1.27/lib/
DKconfig.debug1348 ones, so root partition specified using device number
/linux-4.1.27/arch/arm/
DKconfig82 # Above selects are sorted alphabetically; please add new ones
/linux-4.1.27/init/
DKconfig1681 On non-ancient distros (post-2000 ones) N is usually a safe choice.
/linux-4.1.27/drivers/video/fbdev/
DKconfig1140 monitor is recommended, but can still work with non-compliant ones.

12