/Linux-v4.19/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 298 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()
|
D | dfs_pri_detector.h | 69 struct list_head sequences; member
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mt76x2_dfs.c | 231 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x2_dfs_detector_reset() 517 list_add(&seq_p->head, &dfs_pd->sequences); in mt76x2_dfs_create_sequence() 534 list_for_each_entry_safe(seq, tmp_seq, &dfs_pd->sequences, head) { in mt76x2_dfs_add_event_to_sequence() 561 if (list_empty(&dfs_pd->sequences)) in mt76x2_dfs_check_detection() 564 list_for_each_entry(seq, &dfs_pd->sequences, head) { in mt76x2_dfs_check_detection() 857 INIT_LIST_HEAD(&dfs_pd->sequences); in mt76x2_dfs_init_detector()
|
D | mt76x2_dfs.h | 129 struct list_head sequences; member
|
/Linux-v4.19/Documentation/isdn/ |
D | README.audio | 99 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-v4.19/Documentation/media/v4l-drivers/ |
D | v4l-with-ir.rst | 11 pulse/space sequences and then to scan codes, returning such codes to 13 sequences ("raw mode").
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 46 ssPtr->sequences = ssPtr->sequencesStart; in ZSTD_resetSeqStore() 567 const seqDef *const sequences = seqStorePtr->sequencesStart; in ZSTD_seqToCodes() local 571 U32 const nbSeq = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_seqToCodes() 574 U32 const llv = sequences[u].litLength; in ZSTD_seqToCodes() 575 U32 const mlv = sequences[u].matchLength; in ZSTD_seqToCodes() 577 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 594 const seqDef *const sequences = seqStorePtr->sequencesStart; in ZSTD_compressSequences_internal() local 601 size_t const nbSeq = seqStorePtr->sequences - seqStorePtr->sequencesStart; in ZSTD_compressSequences_internal() 762 BIT_addBits(&blockStream, sequences[nbSeq - 1].litLength, LL_bits[llCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal() 765 BIT_addBits(&blockStream, sequences[nbSeq - 1].matchLength, ML_bits[mlCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal() [all …]
|
D | zstd_internal.h | 180 seqDef *sequences; member
|
D | decompress.c | 1376 seq_t *sequences = (seq_t *)dctx->entropy.workspace; in ZSTD_decompressSequencesLong() local 1397 sequences[seqNb] = ZSTD_decodeSequenceLong(&seqState, windowSize); in ZSTD_decompressSequencesLong() 1406 …ZSTD_execSequenceLong(op, oend, sequences[(seqNb - ADVANCED_SEQS) & STOSEQ_MASK], &litPtr, litEnd,… in ZSTD_decompressSequencesLong() 1410 sequences[seqNb & STOSEQ_MASK] = sequence; in ZSTD_decompressSequencesLong() 1419 …size_t const oneSeqSize = ZSTD_execSequenceLong(op, oend, sequences[seqNb & STOSEQ_MASK], &litPtr,… in ZSTD_decompressSequencesLong()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | input-reset.txt | 8 Key sequences are global to the system but all the keys in a set must be coming
|
/Linux-v4.19/arch/xtensa/ |
D | Kconfig.debug | 20 assembler-generated 'longcall' sequences.
|
/Linux-v4.19/Documentation/powerpc/ |
D | syscall64-abi.txt | 13 different calling sequences (e.g., rt_sigreturn). 81 following differences. Some vsyscalls may have different calling sequences.
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | amlogic,meson-gx-pwrc.txt | 11 sequences.
|
/Linux-v4.19/Documentation/leds/ |
D | leds-blinkm.txt | 9 Also you can store blinking sequences as "scripts" in
|
/Linux-v4.19/Documentation/s390/ |
D | 3270.ChangeLog | 5 ESC sequences (especially coloring ones) and the strings
|
/Linux-v4.19/Documentation/ |
D | speculation.txt | 45 More complex sequences involving multiple dependent memory accesses may
|
/Linux-v4.19/Documentation/hwmon/ |
D | max16065 | 39 The MAX16067 flash-configurable system manager monitors and sequences multiple
|
D | ucd9000 | 24 sequences up to 12 independent voltage rails. The device integrates a 12-bit
|
D | smm665 | 48 that monitors, margins and cascade sequences power. The part monitors six
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-output.rst | 9 Video output devices encode stills or image sequences as analog video
|
/Linux-v4.19/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 50 Errors during global reconfiguration sequences are extremely difficult to
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 91 device. Other character sequences are reserved. This file is
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | callbacks.rst | 141 Call sequences
|
/Linux-v4.19/tools/memory-model/ |
D | lock.cat | 28 * LKR and LKW events always come paired, like all RMW event sequences.
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script.txt | 214 When brstackinsn is specified the full assembler sequences of branch sequences for each sample
|