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:voltage_mv
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
cw2015_battery.c
71
int
voltage_mv
;
member
307
int ret, i,
voltage_mv
;
in cw_get_voltage()
local
325
voltage_mv
= avg * 312 / 1024;
in cw_get_voltage()
328
voltage_mv
, reg_val);
in cw_get_voltage()
329
return
voltage_mv
;
in cw_get_voltage()
379
int
voltage_mv
;
in cw_update_voltage()
local
381
voltage_mv
= cw_get_voltage(cw_bat);
in cw_update_voltage()
382
if (
voltage_mv
< 0)
in cw_update_voltage()
384
voltage_mv
);
in cw_update_voltage()
386
cw_bat->
voltage_mv
in cw_update_voltage()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
cw2015_battery.c
72
int
voltage_mv
;
member
308
int ret, i,
voltage_mv
;
in cw_get_voltage()
local
326
voltage_mv
= avg * 312 / 1024;
in cw_get_voltage()
329
voltage_mv
, reg_val);
in cw_get_voltage()
330
return
voltage_mv
;
in cw_get_voltage()
380
int
voltage_mv
;
in cw_update_voltage()
local
382
voltage_mv
= cw_get_voltage(cw_bat);
in cw_update_voltage()
383
if (
voltage_mv
< 0)
in cw_update_voltage()
385
voltage_mv
);
in cw_update_voltage()
387
cw_bat->
voltage_mv
in cw_update_voltage()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
cros-ec-regulator.c
119
return resp.
voltage_mv
* 1000;
in cros_ec_regulator_get_voltage()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
cros-ec-regulator.c
89
return resp.
voltage_mv
* 1000;
in cros_ec_regulator_get_voltage()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
qmi.h
451
u32
voltage_mv
;
member
H
A
D
qmi.c
1235
voltage_mv
),
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
qmi.h
385
u32
voltage_mv
;
member
H
A
D
qmi.c
1040
voltage_mv
),
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
cros_ec_commands.h
5528
uint32_t
voltage_mv
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
cros_ec_commands.h
5693
uint32_t
voltage_mv
;
member
Completed in 34 milliseconds