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:thresh_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/iio/cdc/
H
A
D
ad7150.c
220
u8
thresh_type
, cfg, adaptive;
in ad7150_write_event_config()
local
244
thresh_type
= 0x1;
in ad7150_write_event_config()
246
thresh_type
= 0x0;
in ad7150_write_event_config()
251
thresh_type
= 0x3;
in ad7150_write_event_config()
253
thresh_type
= 0x2;
in ad7150_write_event_config()
258
thresh_type
= 0x1;
in ad7150_write_event_config()
260
thresh_type
= 0x0;
in ad7150_write_event_config()
267
cfg |= (!adaptive << 7) | (
thresh_type
<< 5);
in ad7150_write_event_config()
/kernel/linux/linux-6.6/drivers/iio/cdc/
H
A
D
ad7150.c
260
u8
thresh_type
, cfg, fixed;
in ad7150_write_event_config()
local
284
thresh_type
= AD7150_CFG_TT_POS;
in ad7150_write_event_config()
286
thresh_type
= AD7150_CFG_TT_NEG;
in ad7150_write_event_config()
289
FIELD_PREP(AD7150_CFG_THRESHTYPE_MSK,
thresh_type
);
in ad7150_write_event_config()
Completed in 2 milliseconds