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:as73211_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/
H
A
D
as73211.c
89
* struct
as73211_data
- Instance data for one AS73211
99
struct
as73211_data
{
struct
180
static unsigned int as73211_integration_time_1024cyc(struct
as73211_data
*data)
in as73211_integration_time_1024cyc()
189
static unsigned int as73211_integration_time_us(struct
as73211_data
*data,
in as73211_integration_time_us()
206
static void as73211_integration_time_calc_avail(struct
as73211_data
*data)
in as73211_integration_time_calc_avail()
218
static unsigned int as73211_gain(struct
as73211_data
*data)
in as73211_gain()
224
/* must be called with
as73211_data
::mutex held. */
225
static int as73211_req_data(struct
as73211_data
*data)
in as73211_req_data()
323
struct
as73211_data
*data = iio_priv(indio_dev);
in as73211_read_raw()
412
struct
as73211_data
*dat
in as73211_read_avail()
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H
A
D
as73211.c
88
* struct
as73211_data
- Instance data for one AS73211
98
struct
as73211_data
{
struct
179
static unsigned int as73211_integration_time_1024cyc(struct
as73211_data
*data)
in as73211_integration_time_1024cyc()
188
static unsigned int as73211_integration_time_us(struct
as73211_data
*data,
in as73211_integration_time_us()
205
static void as73211_integration_time_calc_avail(struct
as73211_data
*data)
in as73211_integration_time_calc_avail()
217
static unsigned int as73211_gain(struct
as73211_data
*data)
in as73211_gain()
223
/* must be called with
as73211_data
::mutex held. */
224
static int as73211_req_data(struct
as73211_data
*data)
in as73211_req_data()
322
struct
as73211_data
*data = iio_priv(indio_dev);
in as73211_read_raw()
411
struct
as73211_data
*dat
in as73211_read_avail()
[all...]
Completed in 3 milliseconds