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
defs:phy_reset
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/phy/lantiq/
H
A
D
phy-lantiq-rcu-usb2.c
44
struct reset_control *
phy_reset
;
member
H
A
D
phy-lantiq-vrx200-pcie.c
92
struct reset_control *
phy_reset
;
member
/kernel/linux/linux-6.6/drivers/phy/lantiq/
H
A
D
phy-lantiq-rcu-usb2.c
43
struct reset_control *
phy_reset
;
member
H
A
D
phy-lantiq-vrx200-pcie.c
92
struct reset_control *
phy_reset
;
member
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H
A
D
phy-qcom-pcie2.c
45
struct reset_control *
phy_reset
;
member
H
A
D
phy-qcom-usb-hs-28nm.c
61
struct reset_control *
phy_reset
;
member
H
A
D
phy-qcom-snps-femto-v2.c
92
struct reset_control *
phy_reset
;
member
[all...]
H
A
D
phy-qcom-qusb2.c
349
struct reset_control *
phy_reset
;
member
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
usb-omap.h
49
unsigned
phy_reset
:1;
member
69
unsigned
phy_reset
:1;
member
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
renesas_usbhs.h
72
int (*
phy_reset
)(struct platform_device *pdev);
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
usb-omap.h
35
unsigned
phy_reset
:1;
member
55
unsigned
phy_reset
:1;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
renesas_usbhs.h
72
int (*
phy_reset
)(struct platform_device *pdev);
member
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-pcie2.c
45
struct reset_control *
phy_reset
;
member
H
A
D
phy-qcom-usb-hs-28nm.c
61
struct reset_control *
phy_reset
;
member
H
A
D
phy-qcom-snps-femto-v2.c
133
struct reset_control *
phy_reset
;
member
[all...]
H
A
D
phy-qcom-snps-eusb2.c
129
struct reset_control *
phy_reset
;
member
H
A
D
phy-qcom-qusb2.c
435
struct reset_control *
phy_reset
;
member
[all...]
/kernel/linux/linux-5.10/drivers/phy/
H
A
D
phy-core.c
376
int
phy_reset
(struct phy *phy)
in phy_reset()
function
395
EXPORT_SYMBOL_GPL(
phy_reset
);
variable
/kernel/linux/linux-6.6/drivers/phy/
H
A
D
phy-core.c
446
int
phy_reset
(struct phy *phy)
in phy_reset()
function
465
EXPORT_SYMBOL_GPL(
phy_reset
);
variable
/kernel/linux/linux-5.10/include/linux/phy/
H
A
D
phy.h
352
static inline int
phy_reset
(struct phy *phy)
in phy_reset()
function
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_transport_sas.h
177
int (*
phy_reset
)(struct sas_phy *, int);
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_transport_sas.h
178
int (*
phy_reset
)(struct sas_phy *, int);
member
/kernel/linux/linux-6.6/include/linux/phy/
H
A
D
phy.h
385
static inline int
phy_reset
(struct phy *phy)
in phy_reset()
function
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H
A
D
mv_sas.h
139
void (*
phy_reset
)(struct mvs_info *mvi, u32 phy_id, int hard);
member
H
A
D
mv_94xx.h
175
u32
phy_reset
:1;
member
Completed in 18 milliseconds
1
2