Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/
Ddfs_pri_detector.c298 list_add(&new_ps->head, &pde->sequences); in pseq_handler_create_sequences()
309 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
341 if (list_empty(&pde->sequences)) in pseq_handler_check_detection()
344 list_for_each_entry(ps, &pde->sequences, head) { in pseq_handler_check_detection()
363 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset()
429 INIT_LIST_HEAD(&de->sequences); in pri_detector_init()
Ddfs_pri_detector.h68 struct list_head sequences; member
/linux-4.4.14/Documentation/isdn/
DREADME.audio99 escape sequences defined, all using DLE (0x10) as Escape char:
121 Currently unsupported DLE sequences:
130 The same DLE sequences apply to this mode.
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dinput-reset.txt8 Key sequences are global to the system but all the keys in a set must be coming
/linux-4.4.14/arch/xtensa/
DKconfig.debug22 assembler-generated 'longcall' sequences.
/linux-4.4.14/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
/linux-4.4.14/Documentation/leds/
Dleds-blinkm.txt9 Also you can store blinking sequences as "scripts" in
/linux-4.4.14/Documentation/hwmon/
Dmax1606539 The MAX16067 flash-configurable system manager monitors and sequences multiple
Ducd900023 sequences up to 12 independent voltage rails. The device integrates a 12-bit
Dsmm66548 that monitors, margins and cascade sequences power. The part monitors six
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt41 The outermost protocol (involving the write / read sequences of the control and
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-wacom87 device. Other character sequences are reserved. This file is
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt118 Call sequences
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmmc.txt75 MMC power sequences:
/linux-4.4.14/Documentation/locking/
Dspinlocks.txt28 sequences that you _know_ need to be split up: avoid it at all cost if you
Dlockdep-design.txt179 combination and timing of these locking sequences can cause any class of
/linux-4.4.14/Documentation/
Dlzo.txt76 Byte sequences
Dmemory-barriers.txt22 - Examples of memory barrier sequences.
180 but this might show up as either of the following two sequences:
242 we may get any of the following sequences:
256 we may get any one of the following sequences:
276 sequences. Do not attempt to use bitfields to synchronize parallel
282 non-atomic read-modify-write sequences can cause an update to one
374 committing sequences of stores to the memory system that the CPU being
382 See the "Examples of memory barrier sequences" subsection for diagrams
Dkernel-doc-nano-HOWTO.txt336 they can contain escape sequences where extracted documentation should
Doops-tracing.txt133 to pick out the right sequences etc..)
Dworkqueue.txt268 of possible sequences of events with the original wq.
/linux-4.4.14/Documentation/networking/
Dde4x5.txt49 reboot sequences). Loadable module support under PCI and EISA has been
Dopenvswitch.txt97 A wildcarded flow is described with two sequences of Netlink attributes
Dcan.txt817 To filter for content changes in multiplex message sequences an array of more
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm98 necessary because of the special write/erase sequences. Also, the
/linux-4.4.14/Documentation/sound/alsa/soc/
DDPCM.txt165 start and stop sequences).
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt135 particular work item. These state actions may be doing sequences of
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt238 control sequences that xterm can understand.
448 applications can affect the display of character control sequences.
/linux-4.4.14/Documentation/input/
Dalps.txt75 sequences for the "Dolphin" touchpads as determined by the second byte
/linux-4.4.14/Documentation/serial/
Ddriver32 character by character write, translating newlines to CRLF sequences.
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt64 escaped sequences. This would let you backup and
/linux-4.4.14/drivers/tty/
DKconfig30 character sequences that can be used to change those properties
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt85 appear to be atomic to RCU readers, nor will sequences
/linux-4.4.14/arch/arm/mm/
DKconfig140 instruction sequences for cache and TLB operations. Curiously,
/linux-4.4.14/arch/arm/
DKconfig1072 erratum. For very specific sequences of memory operations, it is
1242 (up to r0p4) erratum. In certain rare sequences of code, the
/linux-4.4.14/lib/
DKconfig.debug991 sequences (on an arbitrary number of CPUs, running an
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1151 Strings support common escape sequences from C: "\n", "\t", "\r",
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1500 * Change list_del()/INIT_LIST_HEAD sequences to list_del_init()