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:buck1_gpiodvs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
max8997-regulator.c
29
bool
buck1_gpiodvs
;
member
299
if (max8997->
buck1_gpiodvs
)
in max8997_get_voltage_register()
505
if (max8997->
buck1_gpiodvs
)
in max8997_set_voltage_buck_time_sel()
568
buckx_gpiodvs[0] = max8997->
buck1_gpiodvs
;
in max8997_assess_side_effect()
629
if (max8997->
buck1_gpiodvs
)
in max8997_set_voltage_buck()
947
pdata->
buck1_gpiodvs
= true;
in max8997_pmic_dt_parse_pdata()
955
if (pdata->
buck1_gpiodvs
|| pdata->buck2_gpiodvs ||
in max8997_pmic_dt_parse_pdata()
1044
max8997->
buck1_gpiodvs
= pdata->
buck1_gpiodvs
;
in max8997_pmic_probe()
1050
nr_dvs = (pdata->
buck1_gpiodvs
|| pdat
in max8997_pmic_probe()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
max8997-regulator.c
29
bool
buck1_gpiodvs
;
member
299
if (max8997->
buck1_gpiodvs
)
in max8997_get_voltage_register()
505
if (max8997->
buck1_gpiodvs
)
in max8997_set_voltage_buck_time_sel()
568
buckx_gpiodvs[0] = max8997->
buck1_gpiodvs
;
in max8997_assess_side_effect()
629
if (max8997->
buck1_gpiodvs
)
in max8997_set_voltage_buck()
946
pdata->
buck1_gpiodvs
= of_property_read_bool(pmic_np, "max8997,pmic-buck1-uses-gpio-dvs");
in max8997_pmic_dt_parse_pdata()
950
if (pdata->
buck1_gpiodvs
|| pdata->buck2_gpiodvs ||
in max8997_pmic_dt_parse_pdata()
1039
max8997->
buck1_gpiodvs
= pdata->
buck1_gpiodvs
;
in max8997_pmic_probe()
1045
nr_dvs = (pdata->
buck1_gpiodvs
|| pdat
in max8997_pmic_probe()
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
max8997.h
187
bool
buck1_gpiodvs
;
member
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
max8997.h
184
bool
buck1_gpiodvs
;
member
Completed in 7 milliseconds