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:capdac
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/iio/cdc/
H
A
D
ad7746.c
101
u8
capdac
[2][2];
member
236
chip->
capdac
[chan->channel][0]);
in ad7746_select_channel()
241
chip->
capdac
[chan->channel][1]);
in ad7746_select_channel()
484
chip->
capdac
[chan->channel][chan->differential] = val > 0 ?
in ad7746_write_raw()
489
chip->
capdac
[chan->channel][0]);
in ad7746_write_raw()
494
chip->
capdac
[chan->channel][1]);
in ad7746_write_raw()
615
*val = AD7746_CAPDAC_DACP(chip->
capdac
[chan->channel]
in ad7746_read_raw()
/kernel/linux/linux-6.6/drivers/iio/cdc/
H
A
D
ad7746.c
96
u8
capdac
[2][2];
member
257
chip->
capdac
[channel][0]);
in ad7746_set_capdac()
263
chip->
capdac
[channel][1]);
in ad7746_set_capdac()
518
chip->
capdac
[chan->channel][chan->differential] = val > 0 ?
in ad7746_write_raw()
670
chip->
capdac
[chan->channel][chan->differential]) * 338646;
in ad7746_read_raw()
Completed in 3 milliseconds