Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 200 of 269) sorted by relevance

12

/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c397 struct btrfs_delayed_ref_node *exist; in add_delayed_ref_tail_merge() local
405 exist = list_entry(href->ref_list.prev, struct btrfs_delayed_ref_node, in add_delayed_ref_tail_merge()
408 if (exist->type != ref->type || exist->seq != ref->seq) in add_delayed_ref_tail_merge()
411 if ((exist->type == BTRFS_TREE_BLOCK_REF_KEY || in add_delayed_ref_tail_merge()
412 exist->type == BTRFS_SHARED_BLOCK_REF_KEY) && in add_delayed_ref_tail_merge()
413 comp_tree_refs(btrfs_delayed_node_to_tree_ref(exist), in add_delayed_ref_tail_merge()
417 if ((exist->type == BTRFS_EXTENT_DATA_REF_KEY || in add_delayed_ref_tail_merge()
418 exist->type == BTRFS_SHARED_DATA_REF_KEY) && in add_delayed_ref_tail_merge()
419 comp_data_refs(btrfs_delayed_node_to_data_ref(exist), in add_delayed_ref_tail_merge()
425 if (exist->action == ref->action) { in add_delayed_ref_tail_merge()
[all …]
Drelocation.c692 struct backref_node *exist = NULL; local
754 exist = edge->node[UPPER];
759 if (!exist->checked)
762 exist = NULL;
783 WARN_ON(exist);
806 if (exist &&
808 exist->owner == key.offset) ||
810 exist->bytenr == key.offset))) {
811 exist = NULL;
1019 WARN_ON(exist);
Dqgroup.c1235 goto exist; in __del_qgroup_relation()
1239 exist: in __del_qgroup_relation()
/linux-4.4.14/drivers/hid/
Dhid-roccat.c46 int exist; member
102 if (!device->exist) { in roccat_read()
146 if (!reader->device->exist) in roccat_poll()
228 if (device->exist) { in roccat_release()
343 device->exist = 1; in roccat_connect()
362 device->exist = 0; /* TODO exist maybe not needed */ in roccat_disconnect()
Dhidraw.c64 if (!list->hidraw->exist) { in hidraw_read()
119 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_send_report()
264 if (!list->hidraw->exist) in hidraw_poll()
283 if (!hidraw_table[minor] || !hidraw_table[minor]->exist) { in hidraw_open()
329 hidraw->exist = 0; in drop_ref()
340 if (!hidraw->exist) { in drop_ref()
561 dev->exist = 1; in hidraw_connect()
/linux-4.4.14/drivers/input/
Djoydev.c50 bool exist; member
199 if (!joydev->exist) in joydev_open_device()
215 if (joydev->exist && !--joydev->open) in joydev_close_device()
385 if (!joydev->exist) in joydev_read()
398 !joydev->exist || joydev_data_pending(client)); in joydev_read()
402 if (!joydev->exist) in joydev_read()
434 (joydev->exist ? 0 : (POLLHUP | POLLERR)); in joydev_poll()
599 if (!joydev->exist) { in joydev_compat_ioctl()
664 if (!joydev->exist) { in joydev_ioctl()
722 joydev->exist = false; in joydev_mark_dead()
[all …]
Dmousedev.c69 bool exist; member
430 if (!mousedev->exist) in mousedev_open_device()
446 if (mousedev->exist && !--mousedev->open) in mousedev_close_device()
720 if (!client->ready && !client->buffer && mousedev->exist && in mousedev_read()
725 !mousedev->exist || client->ready || client->buffer); in mousedev_read()
729 if (!mousedev->exist) in mousedev_read()
762 mask = mousedev->exist ? POLLOUT | POLLWRNORM : POLLHUP | POLLERR; in mousedev_poll()
788 mousedev->exist = false; in mousedev_mark_dead()
884 mousedev->exist = true; in mousedev_create()
Devdev.c48 bool exist; member
352 if (evdev->exist && !client->revoked) in evdev_flush()
427 if (!evdev->exist) in evdev_open_device()
443 if (evdev->exist && !--evdev->open) in evdev_close_device()
546 if (!evdev->exist || client->revoked) { in evdev_write()
599 if (!evdev->exist || client->revoked) in evdev_read()
628 !evdev->exist || client->revoked); in evdev_read()
646 if (evdev->exist && !client->revoked) in evdev_poll()
1297 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler()
1346 evdev->exist = false; in evdev_mark_dead()
[all …]
/linux-4.4.14/tools/scripts/
DMakefile.include3 dummy := $(if $(shell test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
16 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c50 int exist; member
248 if (list->hiddev->exist) { in hiddev_release()
292 if (list->hiddev->exist) { in hiddev_open()
311 if (list->hiddev->exist) { in hiddev_open()
368 if (!list->hiddev->exist) { in hiddev_read()
441 if (!list->hiddev->exist) in hiddev_poll()
613 if (!hiddev->exist) { in hiddev_ioctl()
905 hiddev->exist = 1; in hiddev_connect()
929 hiddev->exist = 0; in hiddev_disconnect()
/linux-4.4.14/tools/testing/selftests/ftrace/samples/
Dfail.tc3 cat non-exist-file
Dxfail.tc3 cat non-exist-file || exit_xfail
/linux-4.4.14/drivers/net/wan/
Dhdlc_fr.c129 unsigned int exist: 1; member
456 !pvc->state.exist ? "deleted" : in fr_log_dlci_active()
525 if (state(hdlc)->reliable && !pvc->state.exist) { in fr_lmi_send()
526 pvc->state.exist = pvc->state.new = 1; in fr_lmi_send()
532 pvc->state.exist && !pvc->state.new) { in fr_lmi_send()
581 pvc->state.exist = pvc->state.active = 1; in fr_set_link_state()
590 pvc->state.exist = pvc->state.active = 0; in fr_set_link_state()
832 pvc->state.exist = 1; in fr_lmi_recv()
837 !pvc->state.exist) { in fr_lmi_recv()
852 if (pvc->state.deleted && pvc->state.exist) { in fr_lmi_recv()
[all …]
/linux-4.4.14/arch/unicore32/mm/
Dproc-macros.S104 cand.a \pa, #4 @ test exist bit
105 beq \err @ if not exist
/linux-4.4.14/fs/notify/dnotify/
DKconfig7 that uses signals to communicate events to user-space. There exist
/linux-4.4.14/include/linux/
Dhidraw.h21 int exist; member
/linux-4.4.14/fs/configfs/
DKconfig10 Both sysfs and configfs can and should exist together on the
/linux-4.4.14/Documentation/hwmon/
Dmax34440100 in6 and curr6 attributes only exist for MAX34440.
108 Power attributes only exist for MAX34446.
123 temp7 and temp8 attributes only exist for MAX34440.
Dw83793105 Only Fan1-5 and PWM1-3 are guaranteed to always exist, other fan inputs and
106 PWM outputs may or may not exist depending on the chip pin configuration.
Dpcf859180 configuration, files in2_input and in3_input may not exist. Values range
Dpmbus-core131 specific command, but that a standard PMBus command may exist. Any other
132 negative return value indicates that the commands does not exist for this
Dpmbus144 Attribute files only exist if respective sensors are supported by the chip.
Dvt1211172 thermal thresholds exist that controls both PWMs output duty-cycles. The
Ddme173756 fan[4-6] and pwm[5-6] don't exist.
/linux-4.4.14/arch/arc/kernel/
Dhead.S39 breq r5, 0, 1f ; D$ doesn't exist
/linux-4.4.14/drivers/staging/rtl8723au/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dda9062-onkey.txt19 press. If this entry does not exist then by default the key-press
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dsirf-usp.txt15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
Dqcom,apq8016-sbc.txt9 - pinctrl-N : One property must exist for each entry in
Dqcom,lpass-cpu.txt26 - pinctrl-N : One property must exist for each entry in
Dfsl-sai.txt27 - pinctrl-NNN : One property must exist for each entry in
/linux-4.4.14/net/dcb/
DKconfig13 latency) to co-exist on Ethernet.
/linux-4.4.14/arch/arm/vfp/
Dentry.S44 @ This code is called if the VFP does not exist. It needs to flag the
/linux-4.4.14/tools/power/acpi/
DMakefile.config21 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/linux-4.4.14/Documentation/powerpc/
Dcpu_families.txt4 This document tries to summarise some of the different cpu families that exist
Dbootwrapper.txt22 Currently, the following image format targets exist:
110 Two special targets called 'zImage' and 'zImage.initrd' also exist. These
Dcxlflash.txt189 at a time and if one mode is active (outstanding references exist),
206 at a time and if one mode is active (outstanding references exist),
Dhvcs.txt195 persistent. Once created they will exist prior to the driver insmod.
496 A: The /dev/hvcs* entry you have specified doesn't exist where you said it
/linux-4.4.14/Documentation/
Ddebugging-modules.txt5 exist, such as "net-pf-10" or whatever. Changing "modprobe -q" to
Dinit.txt9 B) init binary doesn't exist on rootfs
Dcachetlb.txt26 possible for stale translations to exist in this "TLB" cache.
131 a virtual-->physical translation to exist for a virtual address
255 aliasing problem has the potential to exist since the kernel already
284 exist, this routine is called.
Dmodule-signing.txt131 openssl if one does not exist in the file:
140 file (which is also generated if it does not already exist).
Dpwm.txt41 variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist.
Dkobject.txt186 exist, the object (and the code which supports it) must continue to exist.
347 Because other references to the kset may still exist, the release may happen
Dstable_kernel_rules.txt27 - It or an equivalent fix must already exist in Linus' tree (upstream).
Dsysfs-rules.txt116 ignored. If it does not exist, you always have to scan all three
Drobust-futex-ABI.txt121 There may exist thousands of futex lock structures in a threads shared
DIRQ-domain.txt50 exist then it will allocate a new Linux irq_desc, associate it with
Dunshare.txt199 structure, which may not exist anymore.
DManagementStyle166 The option of being unfailingly polite really doesn't exist. Nobody will
Dmemory-hotplug.txt142 memory sections in this range are present and no memory holes exist in the
Dinitrd.txt217 must exist before calling pivot_root. Example:
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-mtk-disp.txt15 - pinctrl-0: One property must exist for each entry in pinctrl-names.
Dpwm-fsl-ftm.txt32 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dmtk-uart.txt26 baud clock if the baudclk does not exist. Do not use this for new designs.
Dqcom,msm-uartdm.txt38 serialN alias exists, then an alias must exist for each enabled UART. The
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME40 determining that bugs still exist; but are virtually useless when
42 expect quick action. Bugs still exist. The problem remains in isolating
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c1055 struct intel_uncore_box *box, *exist; in uncore_cpu_starting() local
1072 exist = *per_cpu_ptr(pmu->box, k); in uncore_cpu_starting()
1073 if (exist && exist->phys_id == phys_id) { in uncore_cpu_starting()
1074 atomic_inc(&exist->refcnt); in uncore_cpu_starting()
1075 *per_cpu_ptr(pmu->box, cpu) = exist; in uncore_cpu_starting()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-ofw9 It is possible for multiple device-tree directories to exist.
Dsysfs-firmware-memmap52 Currently following types exist:
Dsysfs-class-extcon58 mutually_exclusive conditions if they exist.
Dsysfs-bus-fcoe109 used to identify the discovered FCF. FCFs will exist in a
Dsysfs-devices-system-cpu168 These files exist in every CPU's cache/index3 directory. Each
Dsysfs-bus-iio86 Channels with 'i' and 'q' modifiers always exist in pairs and both
706 If separate attributes exist for the two directions, but
788 If separate attributes exist for the two directions, but
837 If separate attributes exist for the two directions,
1309 Channels with 'i' and 'q' modifiers always exist in pairs and both
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dqcom,dwc3.txt17 A child node must exist to represent the core DWC3 IP block. The name of
/linux-4.4.14/Documentation/networking/
Dproc_net_tcp.txt47 data (or even exist)
Dx25-iface.txt17 the rest of the skbuff, if any more information does exist.
26 over the LAPB link. The LAPB link should already exist before any data is
Dfore200e.txt44 Notice that different versions of the PCA-200E firmware exist, depending
Dgen_stats.txt111 are still valid (i.e still exist) at the time of making this call.
Dmultiqueue.txt19 exist in memory.
Dskfp.txt89 If this entry does not exist or if the file '/proc/pci'
Dtuntap.txt38 mkdir /dev/net (if it doesn't exist already)
Dipvs-sysctl.txt176 servers but the connection entries don't exist.
Dppp_generic.txt208 * The ppp_channel object must exist from the time that
313 not exist.
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-parts.txt35 not support boot partition locking, the file will not exist. If the
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmfd.txt24 probe registers to figure out what child devices exist etc, this should not
Dda9063.txt63 press. If this entry does not exist then by default the key-press
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmcm.txt38 and error reporting registers exist, this is the second 4k (0x1000)
Decm.txt38 and error reporting registers exist, this is the second 4k (0x1000)
Dsrio-rmu.txt4 this node is required. For devices with RMAN this node should NOT exist. The
30 not exist on devices that do not support PAMU.
Dsrio.txt61 not exist on devices that do not support PAMU.
Dmpc5200.txt19 originally appeared on the MPC5200. Since they didn't exist anywhere
/linux-4.4.14/tools/power/cpupower/
DMakefile30 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt13 As there exist no actual drivers for these controllers yet, these bindings
/linux-4.4.14/drivers/staging/sm750fb/
Dreadme19 it will create fb0 and fb1 (or fb1,fb2 if fb0 already exist) under /dev
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drockchip,rk3288-cru.txt23 used in device tree sources. Similar macros exist for the reset sources in
Dux500.txt10 CLKRST4, which does not exist.
Drockchip,rk3188-cru.txt25 Similar macros exist for the reset sources in these files.
Drockchip,rk3368-cru.txt23 used in device tree sources. Similar macros exist for the reset sources in
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/
Dcache-uniphier.txt23 The L2 cache must exist to use the L3 cache; the cache hierarchy must be
/linux-4.4.14/arch/arm/mach-sa1100/
Dsleep.S46 @ The following must all exist in a single cache line to
/linux-4.4.14/Documentation/arm/SA1100/
DBrutus54 If such patches exist, they should be found from
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt52 A child "data" node must exist, compatible with "fsl,cpm-muram-data", to
/linux-4.4.14/Documentation/usb/
Derror-codes.txt26 -ENODEV specified USB-device or bus doesn't exist
28 -ENOENT specified interface or endpoint does not exist or
Dpersist.txt109 doesn't even exist, so you only have to worry about setting it for
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog9 exist until explicitly acknowledged to firmware.
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig22 Intel(R) Trace Hub may exist as a PCI device. This option enables
/linux-4.4.14/Documentation/netlabel/
Dlsm_interface.txt31 exist to operate both on sockets as well as the sk_buffs directly. These high
/linux-4.4.14/Documentation/x86/
Dpat.txt72 mmap !SYNC flag | |(from exist-| (from exist- |
/linux-4.4.14/Documentation/devicetree/bindings/board/
Dfsl-board.txt4 exist on some Freescale reference boards.
/linux-4.4.14/Documentation/filesystems/
Dadfs.txt26 (In older versions, an 'execute' permission did exist, but this
Dfuse.txt26 does _not_ break the connection, in this case it will exist until
131 For each connection the following files exist within this directory:
Ddirectory-locking111 would have to exist before rename(). I.e. at the moment of loop creation
Dqnx6.txt120 Character and block special devices do not exist in QNX as those files
Dcoda.txt200 context. Similar calls exist in the Win32 environment, and are named
293 A facility must exist to notify Venus that the message has been
607 The result may indicate that the name does not exist, or that
652 EErrrroorrss Errors can occur if the object with fid does not exist, is
694 EErrrroorrss A variety of errors can occur. The object may not exist, may
725 EErrrroorrss The object may not exist, or the ACL describing the protection
Dext2.txt177 (support for taking advantage of this feature does not yet exist in
309 No tools currently exist which can change the ratio of inodes to blocks.
Ddebugfs.txt203 file, possibly in a different directory. The new_name must not exist prior
Doverlayfs.txt108 exist are not re-added). This merged name list is cached in the
Dlogfs.txt11 Two superblocks exist at the beginning and end of the filesystem.
Dntfs.txt78 they exist. The driver will not create short file names however, and a
114 possible Unicode characters that can exist on NTFS.
Dsysfs.txt310 The following interface layers currently exist in sysfs:
Dvfs.txt36 in RAM and are never saved to disc: they exist only for performance.
383 incremented. If the named inode does not exist a NULL inode
431 exist; this is checked by the VFS. Unlike plain rename,
494 file didn't exist and hence FILE_CREATED shall always be set on success.
Dvfat.txt78 currently exist in the directory, 'longfile.txt' will
Dxfs-delayed-logging-design.txt251 exist once the object has been included in a transaction.
284 We need to write these items in the order that they exist in the CIL, and they
785 behaviour, allocation or freeing that don't already exist.
/linux-4.4.14/arch/powerpc/platforms/40x/
DKconfig95 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
/linux-4.4.14/tools/build/
DBuild.include53 # Find any prerequisites that is newer than target or that does not exist.
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig79 This entry will only exist if this option is enabled.
/linux-4.4.14/drivers/tty/hvc/
DKconfig79 no other console mechanism exist but udbg, to get you a quick
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dxilinx-xadc.txt6 Currently two different frontends for the DRP interface exist. One that is only
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt50 entries may exist in this list so that multiple pin
62 exist, they must still be defined, but may be left empty.
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt58 might exist on the system. The Tegra20 platform handles this during
/linux-4.4.14/fs/proc/
DKconfig70 Various /proc files exist to monitor process memory utilization:
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt30 precision may not actually exist on many non-PC devices.
Dhrtimers.txt66 clock capabilities, and patches for that exist and are maturing quickly.
/linux-4.4.14/Documentation/security/
DYama.txt24 exist and remain possible if ptrace is allowed to operate as before.
Dkeys-request-key.txt119 This also extends further. If key W (step 7 above) didn't exist, key W would
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm45 0xc0000000, to co-exist with the user-mode mapping. We will do something
191 Since the Middle Directory does not exist, it is a unity mapping:
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt186 The following files exist under /sys/devices/visorbus<x>/vbus<x>:dev<y>:
196 Note that this "driver" link will not exist
209 function driver, so these will not exist
/linux-4.4.14/fs/cifs/
Dfile.c903 bool exist; in cifs_lock_test() local
907 exist = cifs_find_lock_conflict(cfile, offset, length, type, in cifs_lock_test()
909 if (exist) { in cifs_lock_test()
947 bool exist; in cifs_lock_add_if() local
951 exist = false; in cifs_lock_add_if()
954 exist = cifs_find_lock_conflict(cfile, lock->offset, lock->length, in cifs_lock_add_if()
956 if (!exist && cinode->can_cache_brlcks) { in cifs_lock_add_if()
962 if (!exist) in cifs_lock_add_if()
/linux-4.4.14/Documentation/driver-model/
Dclass.txt142 There may exist multiple mechanisms for accessing the same device of a
Dplatform.txt90 The general rule is to register only those devices that actually exist,
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH119 -o, --output=<dir> output dir, must exist
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt85 filters exist, the return value for the evaluation of a given system
144 If multiple filters exist, the return value for the evaluation of a
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt10 such, can easily co-exist with the other PM systems.
177 Sometimes widgets exist in the codec or machine audio map that don't have any
/linux-4.4.14/arch/arm/plat-omap/
DKconfig125 currently does not exist by default.
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt41 upper bound on the period length of 1s. Additional restrictions exist when
Dsched-design-CFS.txt100 exist today against the heuristics of the stock scheduler: fiftyp.c, thud.c,
/linux-4.4.14/net/ipv4/
Dudp.c261 int exist; in udp_lib_get_port() local
271 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()
273 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
275 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()
278 if (exist) in udp_lib_get_port()
/linux-4.4.14/drivers/macintosh/
Dadbhid.c943 adbhid_input_devcleanup(u16 exist) in adbhid_input_devcleanup() argument
947 if (adbhid[i] && !(exist&(1<<i))) in adbhid_input_devcleanup()
/linux-4.4.14/scripts/
DKbuild.include49 # - If no file exist it is created
245 # Find any prerequisites that is newer than target or that does not exist.
Dspelling.txt403 exixt||exist
/linux-4.4.14/Documentation/scsi/
Dhpsa.txt12 for hpsa to exist.
/linux-4.4.14/Documentation/isdn/
DREADME.icn26 Two types of cards exist, one with dip-switches and one with
DREADME.sc149 To remove the driver, delete any interfaces that may exist (see isdnctrl(8)
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig115 This entry will only exist if this option is enabled.
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt24 counted. The following modifiers exist:
Dperf-probe.txt184 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
Dperf-script-python.txt253 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will create
586 they don't exist.
/linux-4.4.14/arch/arm/boot/dts/
Duniphier-ph1-pro5.dtsi220 /* i2c4 does not exist */
Duniphier-ph1-pro4.dtsi211 /* i2c4 does not exist */
Dste-dbx5x0.dtsi1148 /* This DMA channel only exist on DB8500 v1 */
1182 /* This DMA channel only exist on DB8500 v2 */
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.txt92 properties must be described (they only exist if the GIC is the
/linux-4.4.14/Documentation/vm/
Dhugetlbpage.txt151 will exist, of the form:
155 Inside each of these directories, the same set of files will exist:
255 resources exist, regardless of the task's mempolicy or cpuset constraints.
Dzswap.txt12 potential configurations and workloads that exist. For this reason, zswap
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt94 exist.
Dunified-hierarchy.txt68 of controllers which exist only to identify membership, which in turn
352 "notify_on_release" do not exist.
/linux-4.4.14/Documentation/sound/oss/
DREADME.modules81 because ISA DMA buffers must exist below the 16MB boundary and it is quite
DPAS1691 DMA buffers must exist below the 16MB boundary and it is quite
/linux-4.4.14/Documentation/power/regulator/
Doverview.txt87 and hardware protection. Constraints exist at three levels:
/linux-4.4.14/Documentation/dvb/
Dci.txt113 exist in this case in the application to driver communication. It is
Dfaq.txt54 3. Which other DVB applications exist?
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt66 Note that this attribute *will not exist* if the kernel
Ddrivers-on-gpio.txt4 Note that standard kernel drivers exist for common GPIO tasks and will provide
Dgpio.txt58 by different product boards; single direction ones exist too.
Dgpio-legacy.txt45 by different product boards; single direction ones exist too.
642 Note that standard kernel drivers exist for common "LEDs and Buttons"
686 Note that this attribute *will not exist* if the kernel
/linux-4.4.14/Documentation/console/
Dconsole.txt7 to exist. The system driver is persistent and it can never be unloaded, though
/linux-4.4.14/Documentation/ia64/
Dserial.txt27 change, but we registered devices that might not really exist.
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt84 asynchronous data fetch, the determination of whether pages exist is done
Dobject.txt36 represented by multiple objects - an index may exist in more than one cache -
Dbackend-api.txt256 possible if it determines the object doesn't exist in the cache. If the
257 object is found to exist and the netfs indicates that it is valid then
/linux-4.4.14/drivers/net/wireless/ipw2x00/
DKconfig61 This entry will only exist if this option is enabled.
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt19 don't exist: before you give up, go into BIOS setup to see if the BIOS
/linux-4.4.14/fs/cramfs/
DREADME34 exist, speeds up user-space directory sorts, etc.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt17 sub-modules exist as a loadable kernel module which plug in to the netcp core.
/linux-4.4.14/Documentation/fb/
Dviafb.txt203 The following files exist in /proc/viafb
Dframebuffer.txt79 too. Look into <linux/fb.h> for more information on what ioctls exist and on
/linux-4.4.14/drivers/acpi/
DKconfig80 deprecated power /proc/acpi/ directories to exist, even when
86 and functions, which do not yet exist in /sys
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME23 create the directory if it doesn't exist.
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt241 If the Intel AMT Watchdog feature does not exist (i.e. the connection failed),
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs-rdma.txt73 If the version is less than 1.1.2 or the command does not exist,
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt453 This field only exist on version 2 headers. It indicate which
537 The unit name doesn't exist as a property per-se but is included in
706 and there exist an OF bus binding, then you should follow the
1037 platform uses. Nodes should not be created for devices which exist
1209 exist on a single piece of silicon. For these SOCs, an SOC node
1231 For many devices that may exist inside an SOC, there are predefined
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt188 options exist as well. By post-processing the output, further information can
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt231 entry does not exist. For this to be helpful, the search function must
/linux-4.4.14/mm/
DKconfig83 # those dependencies to exist individually.
550 configurations and workloads that exist.
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio.txt244 However, that property may still exist in older device trees for
/linux-4.4.14/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts321 xlnx,fifo-exist = <0x1>;
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt187 Currently four x86-64 PCI-DMA mapping implementations exist:
/linux-4.4.14/drivers/base/
DKconfig125 and request_firmware() in the source. These files should exist under
/linux-4.4.14/Documentation/input/
Datarikbd.txt26 ISO key position in the scan code table should exist even if no keyswitch
86 The ikbd can also maintain absolute mouse position. Commands exist for
/linux-4.4.14/Documentation/devicetree/bindings/
Dmarvell.txt49 for devices which exist on the system controller chip but are not used
/linux-4.4.14/net/
DKconfig156 Various modules exist for netfilter which replace the previous
/linux-4.4.14/Documentation/s390/
D3270.txt175 "HCPDIA047E my-vm-guest-name 0620 does not exist"?
/linux-4.4.14/Documentation/arm/OMAP/
DDSS52 There exist several display technologies and standards that support audio as
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt10 can be shared across contexts/processes, exist in different memory
/linux-4.4.14/Documentation/spi/
Dspi-summary198 The first kind of information is a list of what SPI controllers exist.
262 The second kind of information is a list of what SPI slave devices exist
/linux-4.4.14/arch/xtensa/
DKconfig214 Linux configurations it seems reasonable to just assume they exist
/linux-4.4.14/Documentation/sound/alsa/
DSB-Live-mixer.txt24 but the conversion routines exist only for stereo (2-channel streams)
/linux-4.4.14/tools/perf/
Ddesign.txt410 events but does continue to exist and maintain its count value.
/linux-4.4.14/Documentation/i2c/
Dwriting-clients138 boot firmware, reports what I2C devices exist. For example, there may be

12