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:dither_scale
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/dac/
H
A
D
ad5766.c
82
* Available dither scale strings corresponding to "
dither_scale
" field in
107
* @
dither_scale
: Two bits are used for each of the 16 channels:
121
u32
dither_scale
;
member
327
scale = st->
dither_scale
& AD5766_DITHER_SCALE_MASK(chan->channel);
in ad5766_get_dither_scale()
340
st->
dither_scale
&= ~AD5766_DITHER_SCALE_MASK(chan->channel);
in ad5766_set_dither_scale()
341
st->
dither_scale
|= AD5766_DITHER_SCALE(chan->channel, scale);
in ad5766_set_dither_scale()
343
val = FIELD_GET(AD5766_LOWER_WORD_SPI_MASK, st->
dither_scale
);
in ad5766_set_dither_scale()
347
val = FIELD_GET(AD5766_UPPER_WORD_SPI_MASK, st->
dither_scale
);
in ad5766_set_dither_scale()
437
IIO_ENUM("
dither_scale
", IIO_SEPARATE, &ad5766_dither_scale_enum),
438
IIO_ENUM_AVAILABLE("
dither_scale
", IIO_SEPARAT
[all...]
Completed in 2 milliseconds