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:comp_offset
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wsa883x.c
446
int
comp_offset
;
member
1033
wsa883x->
comp_offset
= COMP_OFFSET2;
in wsa883x_init()
1039
wsa883x->
comp_offset
= COMP_OFFSET3;
in wsa883x_init()
1042
wsa883x->
comp_offset
);
in wsa883x_init()
1149
ucontrol->value.integer.value[0] = wsa883x->
comp_offset
;
in wsa883x_get_comp_offset()
1160
if (wsa883x->
comp_offset
== ucontrol->value.integer.value[0])
in wsa883x_set_comp_offset()
1163
wsa883x->
comp_offset
= ucontrol->value.integer.value[0];
in wsa883x_set_comp_offset()
1213
wsa883x->
comp_offset
);
in wsa883x_spkr_event()
H
A
D
wsa884x.c
1411
unsigned int min_gain, igain, vgain,
comp_offset
;
in wsa884x_set_gain_parameters()
local
1423
comp_offset
= COMP_OFFSET4;
in wsa884x_set_gain_parameters()
1429
comp_offset
= COMP_OFFSET0;
in wsa884x_set_gain_parameters()
1448
FIELD_PREP(WSA884X_DRE_CTL_0_OFFSET_MASK,
comp_offset
));
in wsa884x_set_gain_parameters()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_drv.c
1515
int
comp_offset
, fill_offset;
in vmxnet3_rq_rx_complete()
local
1848
comp_offset
= vmxnet3_cmd_ring_desc_avail(ring);
in vmxnet3_rq_rx_complete()
1851
if (!ring->isOutOfOrder || fill_offset >=
comp_offset
)
in vmxnet3_rq_rx_complete()
Completed in 11 milliseconds