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:hs_phy_irq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
dwc3-qcom.c
75
int
hs_phy_irq
;
member
325
if (qcom->
hs_phy_irq
) {
in dwc3_qcom_disable_interrupts()
326
disable_irq_wake(qcom->
hs_phy_irq
);
in dwc3_qcom_disable_interrupts()
327
disable_irq_nosync(qcom->
hs_phy_irq
);
in dwc3_qcom_disable_interrupts()
348
if (qcom->
hs_phy_irq
) {
in dwc3_qcom_enable_interrupts()
349
enable_irq(qcom->
hs_phy_irq
);
in dwc3_qcom_enable_interrupts()
350
enable_irq_wake(qcom->
hs_phy_irq
);
in dwc3_qcom_enable_interrupts()
488
irq = dwc3_qcom_get_irq(pdev, "
hs_phy_irq
",
in dwc3_qcom_setup_irq()
498
dev_err(qcom->dev, "
hs_phy_irq
failed: %d\n", ret);
in dwc3_qcom_setup_irq()
501
qcom->
hs_phy_irq
in dwc3_qcom_setup_irq()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-qcom.c
76
int
hs_phy_irq
;
member
375
dwc3_qcom_disable_wakeup_irq(qcom->
hs_phy_irq
);
in dwc3_qcom_disable_interrupts()
392
dwc3_qcom_enable_wakeup_irq(qcom->
hs_phy_irq
, 0);
in dwc3_qcom_enable_interrupts()
545
irq = dwc3_qcom_get_irq(pdev, "
hs_phy_irq
",
in dwc3_qcom_setup_irq()
555
dev_err(qcom->dev, "
hs_phy_irq
failed: %d\n", ret);
in dwc3_qcom_setup_irq()
558
qcom->
hs_phy_irq
= irq;
in dwc3_qcom_setup_irq()
Completed in 3 milliseconds