Home
last modified time | relevance | path

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

123

/Linux-v4.19/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.h69 struct list_head sequences; member
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_dfs.c231 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()
Dmt76x2_dfs.h129 struct list_head sequences; member
/Linux-v4.19/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-v4.19/Documentation/media/v4l-drivers/
Dv4l-with-ir.rst11 pulse/space sequences and then to scan codes, returning such codes to
13 sequences ("raw mode").
/Linux-v4.19/lib/zstd/
Dcompress.c46 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 …]
Dzstd_internal.h180 seqDef *sequences; member
Ddecompress.c1376 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/
Dinput-reset.txt8 Key sequences are global to the system but all the keys in a set must be coming
/Linux-v4.19/arch/xtensa/
DKconfig.debug20 assembler-generated 'longcall' sequences.
/Linux-v4.19/Documentation/powerpc/
Dsyscall64-abi.txt13 different calling sequences (e.g., rt_sigreturn).
81 following differences. Some vsyscalls may have different calling sequences.
/Linux-v4.19/Documentation/devicetree/bindings/power/
Damlogic,meson-gx-pwrc.txt11 sequences.
/Linux-v4.19/Documentation/leds/
Dleds-blinkm.txt9 Also you can store blinking sequences as "scripts" in
/Linux-v4.19/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
/Linux-v4.19/Documentation/
Dspeculation.txt45 More complex sequences involving multiple dependent memory accesses may
/Linux-v4.19/Documentation/hwmon/
Dmax1606539 The MAX16067 flash-configurable system manager monitors and sequences multiple
Ducd900024 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-v4.19/Documentation/media/uapi/v4l/
Ddev-output.rst9 Video output devices encode stills or image sequences as analog video
/Linux-v4.19/Documentation/driver-api/soundwire/
Derror_handling.rst50 Errors during global reconfiguration sequences are extremely difficult to
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-wacom91 device. Other character sequences are reserved. This file is
/Linux-v4.19/Documentation/driver-api/usb/
Dcallbacks.rst141 Call sequences
/Linux-v4.19/tools/memory-model/
Dlock.cat28 * LKR and LKW events always come paired, like all RMW event sequences.
/Linux-v4.19/tools/perf/Documentation/
Dperf-script.txt214 When brstackinsn is specified the full assembler sequences of branch sequences for each sample

123