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:scales_avail
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/dac/
H
A
D
mcp4728.c
89
int
scales_avail
[MCP4728_N_SCALES * 2];
member
304
*val = data->
scales_avail
[scale * 2];
in mcp4728_get_scale_avail()
305
*val2 = data->
scales_avail
[scale * 2 + 1];
in mcp4728_get_scale_avail()
331
if (data->
scales_avail
[i * 2] == val &&
in mcp4728_find_matching_scale()
332
data->
scales_avail
[i * 2 + 1] == val2)
in mcp4728_find_matching_scale()
414
data->
scales_avail
[scale * 2] = value_int;
in mcp4728_init_scale_avail()
415
data->
scales_avail
[scale * 2 + 1] = value_micro;
in mcp4728_init_scale_avail()
446
*vals = data->
scales_avail
;
in mcp4728_read_avail()
Completed in 2 milliseconds