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:vcc33
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/i2c-hid/
H
A
D
i2c-hid-of-elan.c
31
struct regulator *
vcc33
;
member
43
if (ihid_elan->
vcc33
) {
in elan_i2c_hid_power_up()
44
ret = regulator_enable(ihid_elan->
vcc33
);
in elan_i2c_hid_power_up()
51
regulator_disable(ihid_elan->
vcc33
);
in elan_i2c_hid_power_up()
75
if (ihid_elan->
vcc33
)
in elan_i2c_hid_power_down()
76
regulator_disable(ihid_elan->
vcc33
);
in elan_i2c_hid_power_down()
103
ihid_elan->
vcc33
= devm_regulator_get(&client->dev,
in i2c_hid_of_elan_probe()
105
if (IS_ERR(ihid_elan->
vcc33
))
in i2c_hid_of_elan_probe()
106
return PTR_ERR(ihid_elan->
vcc33
);
in i2c_hid_of_elan_probe()
117
.main_supply_name = "
vcc33
",
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
elants_i2c.c
141
struct regulator *
vcc33
;
member
1222
error = regulator_enable(ts->
vcc33
);
in elants_i2c_power_on()
1225
"failed to enable
vcc33
regulator: %d\n",
in elants_i2c_power_on()
1235
regulator_disable(ts->
vcc33
);
in elants_i2c_power_on()
1265
regulator_disable(ts->
vcc33
);
in elants_i2c_power_off()
1332
ts->
vcc33
= devm_regulator_get(&client->dev, "
vcc33
");
in elants_i2c_probe()
1333
if (IS_ERR(ts->
vcc33
)) {
in elants_i2c_probe()
1334
error = PTR_ERR(ts->
vcc33
);
in elants_i2c_probe()
1337
"Failed to get '
vcc33
' regulato
in elants_i2c_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
elants_i2c.c
155
struct regulator *
vcc33
;
member
1332
error = regulator_enable(ts->
vcc33
);
in elants_i2c_power_on()
1335
"failed to enable
vcc33
regulator: %d\n",
in elants_i2c_power_on()
1345
regulator_disable(ts->
vcc33
);
in elants_i2c_power_on()
1373
regulator_disable(ts->
vcc33
);
in elants_i2c_power_off()
1440
ts->
vcc33
= devm_regulator_get(&client->dev, "
vcc33
");
in elants_i2c_probe()
1441
if (IS_ERR(ts->
vcc33
))
in elants_i2c_probe()
1442
return dev_err_probe(&client->dev, PTR_ERR(ts->
vcc33
),
in elants_i2c_probe()
1443
"Failed to get '
vcc33
' regulato
in elants_i2c_probe()
[all...]
Completed in 5 milliseconds