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:st95hf_supply
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
H
A
D
core.c
203
* @
st95hf_supply
: regulator "consumer" for NFC device.
225
struct regulator *
st95hf_supply
;
member
1091
st95context->
st95hf_supply
=
in st95hf_probe()
1094
if (IS_ERR(st95context->
st95hf_supply
)) {
in st95hf_probe()
1096
return PTR_ERR(st95context->
st95hf_supply
);
in st95hf_probe()
1099
ret = regulator_enable(st95context->
st95hf_supply
);
in st95hf_probe()
1199
if (st95context->
st95hf_supply
)
in st95hf_probe()
1200
regulator_disable(st95context->
st95hf_supply
);
in st95hf_probe()
1243
if (stcontext->
st95hf_supply
)
in st95hf_remove()
1244
regulator_disable(stcontext->
st95hf_supply
);
in st95hf_remove()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st95hf/
H
A
D
core.c
202
* @
st95hf_supply
: regulator "consumer" for NFC device.
224
struct regulator *
st95hf_supply
;
member
1087
st95context->
st95hf_supply
=
in st95hf_probe()
1090
if (IS_ERR(st95context->
st95hf_supply
)) {
in st95hf_probe()
1092
return PTR_ERR(st95context->
st95hf_supply
);
in st95hf_probe()
1095
ret = regulator_enable(st95context->
st95hf_supply
);
in st95hf_probe()
1195
if (st95context->
st95hf_supply
)
in st95hf_probe()
1196
regulator_disable(st95context->
st95hf_supply
);
in st95hf_probe()
1237
if (stcontext->
st95hf_supply
)
in st95hf_remove()
1238
regulator_disable(stcontext->
st95hf_supply
);
in st95hf_remove()
[all...]
Completed in 3 milliseconds