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:rescal
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-brcmstb.c
284
struct reset_control *
rescal
;
member
1103
return pcie->
rescal
? brcm_phy_cntl(pcie, 1) : 0;
in brcm_phy_start()
1108
return pcie->
rescal
? brcm_phy_cntl(pcie, 0) : 0;
in brcm_phy_stop()
1191
reset_control_assert(pcie->
rescal
);
in __brcm_pcie_remove()
1260
pcie->
rescal
= devm_reset_control_get_optional_shared(&pdev->dev, "
rescal
");
in brcm_pcie_probe()
1261
if (IS_ERR(pcie->
rescal
)) {
in brcm_pcie_probe()
1263
return PTR_ERR(pcie->
rescal
);
in brcm_pcie_probe()
1266
ret = reset_control_deassert(pcie->
rescal
);
in brcm_pcie_probe()
1268
dev_err(&pdev->dev, "failed to deassert '
rescal
'\
in brcm_pcie_probe()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-brcmstb.c
260
struct reset_control *
rescal
;
member
1231
return pcie->
rescal
? brcm_phy_cntl(pcie, 1) : 0;
in brcm_phy_start()
1236
return pcie->
rescal
? brcm_phy_cntl(pcie, 0) : 0;
in brcm_phy_stop()
1289
ret = reset_control_rearm(pcie->
rescal
);
in brcm_pcie_suspend_noirq()
1291
dev_err(dev, "Could not rearm
rescal
reset\n");
in brcm_pcie_suspend_noirq()
1309
reset_control_reset(pcie->
rescal
);
in brcm_pcie_suspend_noirq()
1331
ret = reset_control_reset(pcie->
rescal
);
in brcm_pcie_resume_noirq()
1386
reset_control_rearm(pcie->
rescal
);
in brcm_pcie_resume_noirq()
1398
if (reset_control_rearm(pcie->
rescal
))
in __brcm_pcie_remove()
1399
dev_err(pcie->dev, "Could not rearm
rescal
rese
in __brcm_pcie_remove()
[all...]
Completed in 9 milliseconds