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:dvs_gpio
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
max8973-regulator.c
118
int
dvs_gpio
;
member
200
if (gpio_is_valid(max->
dvs_gpio
))
in max8973_dcdc_set_voltage_sel()
217
if (gpio_is_valid(max->
dvs_gpio
)) {
in max8973_dcdc_set_voltage_sel()
218
gpio_set_value_cansleep(max->
dvs_gpio
, gpio_val & 0x1);
in max8973_dcdc_set_voltage_sel()
570
pdata->
dvs_gpio
= of_get_named_gpio(np, "maxim,dvs-gpio", 0);
in max8973_parse_dt()
651
if (pdata->
dvs_gpio
== -EPROBE_DEFER)
in max8973_probe()
698
max->
dvs_gpio
= (pdata->
dvs_gpio
) ? pdata->
dvs_gpio
: -EINVAL;
in max8973_probe()
706
if (gpio_is_valid(max->
dvs_gpio
)) {
in max8973_probe()
[all...]
H
A
D
rk808-regulator.c
158
struct gpio_desc *
dvs_gpio
[2];
member
222
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_get_voltage_sel_regmap()
295
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_sel()
334
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_time_sel()
1274
for (i = 0; i < ARRAY_SIZE(pdata->
dvs_gpio
); i++) {
in rk808_regulator_dt_parse_pdata()
1275
pdata->
dvs_gpio
[i] =
in rk808_regulator_dt_parse_pdata()
1278
if (IS_ERR(pdata->
dvs_gpio
[i])) {
in rk808_regulator_dt_parse_pdata()
1279
ret = PTR_ERR(pdata->
dvs_gpio
[i]);
in rk808_regulator_dt_parse_pdata()
1284
if (!pdata->
dvs_gpio
[i]) {
in rk808_regulator_dt_parse_pdata()
1291
gpiod_is_active_low(pdata->
dvs_gpio
[
in rk808_regulator_dt_parse_pdata()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
max8973-regulator.c
105
int
dvs_gpio
;
member
187
if (gpio_is_valid(max->
dvs_gpio
))
in max8973_dcdc_set_voltage_sel()
204
if (gpio_is_valid(max->
dvs_gpio
)) {
in max8973_dcdc_set_voltage_sel()
205
gpio_set_value_cansleep(max->
dvs_gpio
, gpio_val & 0x1);
in max8973_dcdc_set_voltage_sel()
534
pdata->
dvs_gpio
= of_get_named_gpio(np, "maxim,dvs-gpio", 0);
in max8973_parse_dt()
615
if (pdata->
dvs_gpio
== -EPROBE_DEFER)
in max8973_probe()
666
max->
dvs_gpio
= (pdata->
dvs_gpio
) ? pdata->
dvs_gpio
: -EINVAL;
in max8973_probe()
674
if (gpio_is_valid(max->
dvs_gpio
)) {
in max8973_probe()
[all...]
H
A
D
rk808-regulator.c
206
struct gpio_desc *
dvs_gpio
[2];
member
399
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_get_voltage_sel_regmap()
472
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_sel()
511
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_time_sel()
1639
for (i = 0; i < ARRAY_SIZE(pdata->
dvs_gpio
); i++) {
in rk808_regulator_dt_parse_pdata()
1640
pdata->
dvs_gpio
[i] =
in rk808_regulator_dt_parse_pdata()
1643
if (IS_ERR(pdata->
dvs_gpio
[i])) {
in rk808_regulator_dt_parse_pdata()
1644
ret = PTR_ERR(pdata->
dvs_gpio
[i]);
in rk808_regulator_dt_parse_pdata()
1649
if (!pdata->
dvs_gpio
[i]) {
in rk808_regulator_dt_parse_pdata()
1656
gpiod_is_active_low(pdata->
dvs_gpio
[
in rk808_regulator_dt_parse_pdata()
[all...]
/kernel/linux/linux-5.10/include/linux/regulator/
H
A
D
max8973-regulator.h
54
* @
dvs_gpio
: GPIO for dvs. It should be -1 if this is tied with fixed logic.
63
int
dvs_gpio
;
member
/kernel/linux/linux-6.6/include/linux/regulator/
H
A
D
max8973-regulator.h
54
* @
dvs_gpio
: GPIO for dvs. It should be -1 if this is tied with fixed logic.
63
int
dvs_gpio
;
member
Completed in 6 milliseconds