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:por_rst
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H
A
D
phy-qcom-ipq4019-usb.c
26
struct reset_control *
por_rst
;
member
34
reset_control_assert(phy->
por_rst
);
in ipq4019_ss_phy_power_off()
46
reset_control_deassert(phy->
por_rst
);
in ipq4019_ss_phy_power_on()
60
reset_control_assert(phy->
por_rst
);
in ipq4019_hs_phy_power_off()
78
reset_control_deassert(phy->
por_rst
);
in ipq4019_hs_phy_power_on()
114
phy->
por_rst
= devm_reset_control_get(phy->dev, "
por_rst
");
in ipq4019_usb_phy_probe()
115
if (IS_ERR(phy->
por_rst
)) {
in ipq4019_usb_phy_probe()
116
if (PTR_ERR(phy->
por_rst
) != -EPROBE_DEFER)
in ipq4019_usb_phy_probe()
118
return PTR_ERR(phy->
por_rst
);
in ipq4019_usb_phy_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-ipq4019-usb.c
25
struct reset_control *
por_rst
;
member
33
reset_control_assert(phy->
por_rst
);
in ipq4019_ss_phy_power_off()
45
reset_control_deassert(phy->
por_rst
);
in ipq4019_ss_phy_power_on()
59
reset_control_assert(phy->
por_rst
);
in ipq4019_hs_phy_power_off()
77
reset_control_deassert(phy->
por_rst
);
in ipq4019_hs_phy_power_on()
111
phy->
por_rst
= devm_reset_control_get(phy->dev, "
por_rst
");
in ipq4019_usb_phy_probe()
112
if (IS_ERR(phy->
por_rst
)) {
in ipq4019_usb_phy_probe()
113
if (PTR_ERR(phy->
por_rst
) != -EPROBE_DEFER)
in ipq4019_usb_phy_probe()
115
return PTR_ERR(phy->
por_rst
);
in ipq4019_usb_phy_probe()
[all...]
/kernel/linux/linux-5.10/drivers/phy/hisilicon/
H
A
D
phy-hisi-inno-usb2.c
39
struct reset_control *
por_rst
;
member
80
reset_control_deassert(priv->
por_rst
);
in hisi_inno_phy_init()
98
reset_control_assert(priv->
por_rst
);
in hisi_inno_phy_exit()
134
priv->
por_rst
= devm_reset_control_get_exclusive(dev, NULL);
in hisi_inno_phy_probe()
135
if (IS_ERR(priv->
por_rst
))
in hisi_inno_phy_probe()
136
return PTR_ERR(priv->
por_rst
);
in hisi_inno_phy_probe()
H
A
D
phy-histb-combphy.c
46
struct reset_control *
por_rst
;
member
124
reset_control_deassert(priv->
por_rst
);
in histb_combphy_init()
152
reset_control_assert(priv->
por_rst
);
in histb_combphy_exit()
249
priv->
por_rst
= devm_reset_control_get(dev, NULL);
in histb_combphy_probe()
250
if (IS_ERR(priv->
por_rst
)) {
in histb_combphy_probe()
252
return PTR_ERR(priv->
por_rst
);
in histb_combphy_probe()
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H
A
D
phy-hisi-inno-usb2.c
53
struct reset_control *
por_rst
;
member
105
reset_control_deassert(priv->
por_rst
);
in hisi_inno_phy_init()
123
reset_control_assert(priv->
por_rst
);
in hisi_inno_phy_exit()
159
priv->
por_rst
= devm_reset_control_get_exclusive(dev, NULL);
in hisi_inno_phy_probe()
160
if (IS_ERR(priv->
por_rst
))
in hisi_inno_phy_probe()
161
return PTR_ERR(priv->
por_rst
);
in hisi_inno_phy_probe()
H
A
D
phy-histb-combphy.c
47
struct reset_control *
por_rst
;
member
125
reset_control_deassert(priv->
por_rst
);
in histb_combphy_init()
153
reset_control_assert(priv->
por_rst
);
in histb_combphy_exit()
250
priv->
por_rst
= devm_reset_control_get(dev, NULL);
in histb_combphy_probe()
251
if (IS_ERR(priv->
por_rst
)) {
in histb_combphy_probe()
253
return PTR_ERR(priv->
por_rst
);
in histb_combphy_probe()
Completed in 3 milliseconds