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:decode_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
dst_common.h
110
u8
decode_lock
;
member
H
A
D
dst.c
1256
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_get_signal()
1260
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_get_signal()
1268
state->
decode_lock
= ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0;
in dst_get_signal()
1272
state->
decode_lock
= (state->rxbuffer[1]) ? 1 : 0;
in dst_get_signal()
1276
state->
decode_lock
= (state->rxbuffer[6] == 0x00) ? 1 : 0;
in dst_get_signal()
1338
state->
decode_lock
= 1;
in dst_get_tuna()
1355
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_write_tuna()
1551
if (state->
decode_lock
)
in dst_read_status()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
dst_common.h
110
u8
decode_lock
;
member
H
A
D
dst.c
1256
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_get_signal()
1260
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_get_signal()
1268
state->
decode_lock
= ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0;
in dst_get_signal()
1272
state->
decode_lock
= (state->rxbuffer[1]) ? 1 : 0;
in dst_get_signal()
1276
state->
decode_lock
= (state->rxbuffer[6] == 0x00) ? 1 : 0;
in dst_get_signal()
1338
state->
decode_lock
= 1;
in dst_get_tuna()
1355
state->
decode_lock
= state->decode_strength = state->decode_snr = 0;
in dst_write_tuna()
1551
if (state->
decode_lock
)
in dst_read_status()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4xdr.c
4964
static int
decode_lock
(struct xdr_stream *xdr, struct nfs_lock_res *res)
in decode_lock()
function
6596
status =
decode_lock
(xdr, res);
in nfs4_xdr_dec_lock()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4xdr.c
5059
static int
decode_lock
(struct xdr_stream *xdr, struct nfs_lock_res *res)
in decode_lock()
function
6690
status =
decode_lock
(xdr, res);
in nfs4_xdr_dec_lock()
Completed in 37 milliseconds