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:genpd_dev_host
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-tegra.c
250
struct device *
genpd_dev_host
;
member
1035
if (!IS_ERR_OR_NULL(tegra->
genpd_dev_host
))
in tegra_xusb_powerdomain_remove()
1036
dev_pm_domain_detach(tegra->
genpd_dev_host
, true);
in tegra_xusb_powerdomain_remove()
1044
tegra->
genpd_dev_host
= dev_pm_domain_attach_by_name(dev, "xusb_host");
in tegra_xusb_powerdomain_init()
1045
if (IS_ERR(tegra->
genpd_dev_host
)) {
in tegra_xusb_powerdomain_init()
1046
err = PTR_ERR(tegra->
genpd_dev_host
);
in tegra_xusb_powerdomain_init()
1058
tegra->genpd_dl_host = device_link_add(dev, tegra->
genpd_dev_host
,
in tegra_xusb_powerdomain_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-tegra.c
290
struct device *
genpd_dev_host
;
member
1138
if (!IS_ERR_OR_NULL(tegra->
genpd_dev_host
))
in tegra_xusb_powerdomain_remove()
1139
dev_pm_domain_detach(tegra->
genpd_dev_host
, true);
in tegra_xusb_powerdomain_remove()
1147
tegra->
genpd_dev_host
= dev_pm_domain_attach_by_name(dev, "xusb_host");
in tegra_xusb_powerdomain_init()
1148
if (IS_ERR(tegra->
genpd_dev_host
)) {
in tegra_xusb_powerdomain_init()
1149
err = PTR_ERR(tegra->
genpd_dev_host
);
in tegra_xusb_powerdomain_init()
1178
rc = pm_runtime_resume_and_get(tegra->
genpd_dev_host
);
in tegra_xusb_unpowergate_partitions()
1212
rc = pm_runtime_put_sync(tegra->
genpd_dev_host
);
in tegra_xusb_powergate_partitions()
1221
pm_runtime_get_sync(tegra->
genpd_dev_host
);
in tegra_xusb_powergate_partitions()
Completed in 9 milliseconds