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:lane_rst
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-qmp-pcie-msm8996.c
210
* @
lane_rst
: lane's reset controller
222
struct reset_control *
lane_rst
;
member
476
ret = reset_control_deassert(qphy->
lane_rst
);
in qmp_pcie_msm8996_power_on()
523
reset_control_assert(qphy->
lane_rst
);
in qmp_pcie_msm8996_power_on()
553
reset_control_assert(qphy->
lane_rst
);
in qmp_pcie_msm8996_exit()
745
qphy->
lane_rst
= of_reset_control_get_exclusive_by_index(np, 0);
in qmp_pcie_msm8996_create()
746
if (IS_ERR(qphy->
lane_rst
)) {
in qmp_pcie_msm8996_create()
748
return PTR_ERR(qphy->
lane_rst
);
in qmp_pcie_msm8996_create()
751
qphy->
lane_rst
);
in qmp_pcie_msm8996_create()
/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H
A
D
mscc_serdes.c
223
const u32
lane_rst
)
in vsc85xx_sd6g_misc_cfg_wr()
229
lane_rst
);
in vsc85xx_sd6g_misc_cfg_wr()
222
vsc85xx_sd6g_misc_cfg_wr(struct phy_device *phydev, const u32
lane_rst
)
vsc85xx_sd6g_misc_cfg_wr()
argument
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H
A
D
phy-qcom-qmp.c
1912
* @
lane_rst
: lane's reset controller
1928
struct reset_control *
lane_rst
;
member
3103
ret = reset_control_deassert(qphy->
lane_rst
);
in qcom_qmp_phy_power_on()
3189
reset_control_assert(qphy->
lane_rst
);
in qcom_qmp_phy_power_on()
3231
reset_control_assert(qphy->
lane_rst
);
in qcom_qmp_phy_exit()
3814
qphy->
lane_rst
= of_reset_control_get(np, prop_name);
in qcom_qmp_phy_create()
3815
if (IS_ERR(qphy->
lane_rst
)) {
in qcom_qmp_phy_create()
3817
return PTR_ERR(qphy->
lane_rst
);
in qcom_qmp_phy_create()
3820
qphy->
lane_rst
);
in qcom_qmp_phy_create()
Completed in 7 milliseconds