Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/
Ddfs_pri_detector.c294 list_add(&new_ps->head, &pde->sequences); in pseq_handler_create_sequences()
305 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
337 if (list_empty(&pde->sequences)) in pseq_handler_check_detection()
340 list_for_each_entry(ps, &pde->sequences, head) { in pseq_handler_check_detection()
359 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset()
421 INIT_LIST_HEAD(&de->sequences); in pri_detector_init()
Ddfs_pri_detector.h68 struct list_head sequences; member
/linux-4.1.27/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.1.27/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.1.27/arch/xtensa/
DKconfig.debug22 assembler-generated 'longcall' sequences.
/linux-4.1.27/Documentation/leds/
Dleds-blinkm.txt9 Also you can store blinking sequences as "scripts" in
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dfw-cfg.txt41 The outermost protocol (involving the write / read sequences of the control and
/linux-4.1.27/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.1.27/Documentation/usb/
Dcallbacks.txt118 Call sequences
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc.txt68 MMC power sequences:
/linux-4.1.27/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.1.27/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.1.27/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.txt814 To filter for content changes in multiplex message sequences an array of more
/linux-4.1.27/arch/cris/arch-v10/
DREADME.mm98 necessary because of the special write/erase sequences. Also, the
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt135 particular work item. These state actions may be doing sequences of
/linux-4.1.27/Documentation/sound/alsa/soc/
DDPCM.txt165 start and stop sequences).
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt238 control sequences that xterm can understand.
448 applications can affect the display of character control sequences.
/linux-4.1.27/Documentation/input/
Dalps.txt75 sequences for the "Dolphin" touchpads as determined by the second byte
/linux-4.1.27/Documentation/serial/
Ddriver32 character by character write, translating newlines to CRLF sequences.
/linux-4.1.27/Documentation/filesystems/
Dvfat.txt64 escaped sequences. This would let you backup and
/linux-4.1.27/drivers/tty/
DKconfig30 character sequences that can be used to change those properties
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt85 appear to be atomic to RCU readers, nor will sequences
/linux-4.1.27/arch/arm/mm/
DKconfig140 instruction sequences for cache and TLB operations. Curiously,
/linux-4.1.27/arch/arm/
DKconfig1059 erratum. For very specific sequences of memory operations, it is
1229 (up to r0p4) erratum. In certain rare sequences of code, the
/linux-4.1.27/lib/
DKconfig.debug982 sequences (on an arbitrary number of CPUs, running an
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt1147 Strings support common escape sequences from C: "\n", "\t", "\r",
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1500 * Change list_del()/INIT_LIST_HEAD sequences to list_del_init()