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:phy_initialized
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/
H
A
D
phy-lgm-usb.c
47
bool
phy_initialized
;
member
74
if (ta->
phy_initialized
)
in phy_init()
88
ta->
phy_initialized
= true;
in phy_init()
104
if (!ta->
phy_initialized
)
in phy_shutdown()
107
ta->
phy_initialized
= false;
in phy_shutdown()
176
if (ta->
phy_initialized
)
in id_notifier()
/kernel/linux/linux-6.6/drivers/phy/
H
A
D
phy-lgm-usb.c
47
bool
phy_initialized
;
member
74
if (ta->
phy_initialized
)
in phy_init()
88
ta->
phy_initialized
= true;
in phy_init()
104
if (!ta->
phy_initialized
)
in phy_shutdown()
107
ta->
phy_initialized
= false;
in phy_shutdown()
176
if (ta->
phy_initialized
)
in id_notifier()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H
A
D
phy-qcom-snps-femto-v2.c
80
* @
phy_initialized
: if PHY has been initialized correctly
95
bool
phy_initialized
;
member
171
if (!hsphy->
phy_initialized
)
in qcom_snps_hsphy_runtime_suspend()
181
if (!hsphy->
phy_initialized
)
in qcom_snps_hsphy_runtime_resume()
266
hsphy->
phy_initialized
= true;
in qcom_snps_hsphy_init()
285
hsphy->
phy_initialized
= false;
in qcom_snps_hsphy_exit()
H
A
D
phy-qcom-qusb2.c
339
* @
phy_initialized
: indicate if PHY has been initialized
359
bool
phy_initialized
;
member
529
if (!qphy->
phy_initialized
) {
in qusb2_phy_runtime_suspend()
595
if (!qphy->
phy_initialized
) {
in qusb2_phy_runtime_resume()
766
qphy->
phy_initialized
= true;
in qusb2_phy_init()
803
qphy->
phy_initialized
= false;
in qusb2_phy_exit()
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-snps-femto-v2.c
121
* @
phy_initialized
: if PHY has been initialized correctly
136
bool
phy_initialized
;
member
213
if (!hsphy->
phy_initialized
)
in qcom_snps_hsphy_runtime_suspend()
223
if (!hsphy->
phy_initialized
)
in qcom_snps_hsphy_runtime_resume()
467
hsphy->
phy_initialized
= true;
in qcom_snps_hsphy_init()
486
hsphy->
phy_initialized
= false;
in qcom_snps_hsphy_exit()
H
A
D
phy-qcom-qusb2.c
425
* @
phy_initialized
: indicate if PHY has been initialized
445
bool
phy_initialized
;
member
615
if (!qphy->
phy_initialized
) {
in qusb2_phy_runtime_suspend()
681
if (!qphy->
phy_initialized
) {
in qusb2_phy_runtime_resume()
857
qphy->
phy_initialized
= true;
in qusb2_phy_init()
894
qphy->
phy_initialized
= false;
in qusb2_phy_exit()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H
A
D
dp_display.c
86
bool
phy_initialized
;
member
449
dp->
phy_initialized
);
in dp_display_host_phy_init()
451
if (!dp->
phy_initialized
) {
in dp_display_host_phy_init()
453
dp->
phy_initialized
= true;
in dp_display_host_phy_init()
461
dp->
phy_initialized
);
in dp_display_host_phy_exit()
463
if (dp->
phy_initialized
) {
in dp_display_host_phy_exit()
465
dp->
phy_initialized
= false;
in dp_display_host_phy_exit()
473
dp->
phy_initialized
);
in dp_display_host_init()
485
dp->
phy_initialized
);
in dp_display_host_deinit()
1331
dp->
phy_initialized
, dp_displa
in dp_pm_resume()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H
A
D
cdns-dsi-core.h
80
bool
phy_initialized
;
member
H
A
D
cdns-dsi-core.c
691
if (dsi->
phy_initialized
)
in cdns_dsi_hs_init()
716
dsi->
phy_initialized
= true;
in cdns_dsi_hs_init()
Completed in 13 milliseconds