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:chg_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
charger-manager.c
1350
struct charger_regulator *
chg_regs
;
in of_cm_parse_desc()
local
1353
chg_regs
= devm_kcalloc(dev,
in of_cm_parse_desc()
1355
sizeof(*
chg_regs
),
in of_cm_parse_desc()
1357
if (!
chg_regs
)
in of_cm_parse_desc()
1360
desc->charger_regulators =
chg_regs
;
in of_cm_parse_desc()
1374
&
chg_regs
->regulator_name);
in of_cm_parse_desc()
1377
chg_regs
->num_cables = of_get_child_count(child);
in of_cm_parse_desc()
1378
if (
chg_regs
->num_cables) {
in of_cm_parse_desc()
1380
chg_regs
->num_cables,
in of_cm_parse_desc()
1388
chg_regs
in of_cm_parse_desc()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
charger-manager.c
1347
struct charger_regulator *
chg_regs
;
in of_cm_parse_desc()
local
1350
chg_regs
= devm_kcalloc(dev,
in of_cm_parse_desc()
1352
sizeof(*
chg_regs
),
in of_cm_parse_desc()
1354
if (!
chg_regs
)
in of_cm_parse_desc()
1357
desc->charger_regulators =
chg_regs
;
in of_cm_parse_desc()
1371
&
chg_regs
->regulator_name);
in of_cm_parse_desc()
1374
chg_regs
->num_cables = of_get_child_count(child);
in of_cm_parse_desc()
1375
if (
chg_regs
->num_cables) {
in of_cm_parse_desc()
1377
chg_regs
->num_cables,
in of_cm_parse_desc()
1385
chg_regs
in of_cm_parse_desc()
[all...]
Completed in 3 milliseconds