Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pre_valid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
htc.h
233
* NOTE: The lk_ahd array is guarded by a
pre_valid
234
* and Post Valid guard bytes. The
pre_valid
bytes must
238
u8
pre_valid
;
member
H
A
D
htc_mbox.c
1700
if ((lk_ahd->
pre_valid
== ((~lk_ahd->post_valid) & 0xFF)) &&
in htc_parse_trailer()
1703
"htc rx lk_ahd found
pre_valid
0x%x post_valid 0x%x\n",
in htc_parse_trailer()
1704
lk_ahd->
pre_valid
, lk_ahd->post_valid);
in htc_parse_trailer()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
htc.h
231
u8
pre_valid
;
member
H
A
D
htc.c
286
if (report->
pre_valid
!= ((~report->post_valid) & 0xFF))
in ath10k_htc_process_lookahead()
291
"htc rx lookahead found
pre_valid
0x%x post_valid 0x%x\n",
in ath10k_htc_process_lookahead()
292
report->
pre_valid
, report->post_valid);
in ath10k_htc_process_lookahead()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
htc.h
231
u8
pre_valid
;
member
H
A
D
htc.c
295
if (report->
pre_valid
!= ((~report->post_valid) & 0xFF))
in ath10k_htc_process_lookahead()
300
"htc rx lookahead found
pre_valid
0x%x post_valid 0x%x\n",
in ath10k_htc_process_lookahead()
301
report->
pre_valid
, report->post_valid);
in ath10k_htc_process_lookahead()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
htc.h
233
* NOTE: The lk_ahd array is guarded by a
pre_valid
234
* and Post Valid guard bytes. The
pre_valid
bytes must
238
u8
pre_valid
;
member
H
A
D
htc_mbox.c
1700
if ((lk_ahd->
pre_valid
== ((~lk_ahd->post_valid) & 0xFF)) &&
in htc_parse_trailer()
1703
"htc rx lk_ahd found
pre_valid
0x%x post_valid 0x%x\n",
in htc_parse_trailer()
1704
lk_ahd->
pre_valid
, lk_ahd->post_valid);
in htc_parse_trailer()
Completed in 27 milliseconds