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 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
rk808-regulator.c
125
struct gpio_desc *
dvs_gpio
[2];
member
204
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_get_voltage_sel_regmap()
327
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_sel()
366
struct gpio_desc *gpio = pdata->
dvs_gpio
[id];
in rk808_buck1_2_set_voltage_time_sel()
1445
for (i = 0; i < ARRAY_SIZE(pdata->
dvs_gpio
); i++) {
in rk808_regulator_dt_parse_pdata()
1446
pdata->
dvs_gpio
[i] = devm_gpiod_get_index_optional(client_dev, "dvs", i, GPIOD_OUT_LOW);
in rk808_regulator_dt_parse_pdata()
1447
if (IS_ERR(pdata->
dvs_gpio
[i])) {
in rk808_regulator_dt_parse_pdata()
1448
ret = PTR_ERR(pdata->
dvs_gpio
[i]);
in rk808_regulator_dt_parse_pdata()
1453
if (!pdata->
dvs_gpio
[i]) {
in rk808_regulator_dt_parse_pdata()
1459
ret = regmap_update_bits(map, RK808_IO_POL_REG, tmp, gpiod_is_active_low(pdata->
dvs_gpio
[
in rk808_regulator_dt_parse_pdata()
[all...]
Completed in 3 milliseconds