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:broken_suspend
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-pci.c
35
static int
broken_suspend
(struct usb_hcd *hcd)
in broken_suspend()
function
52
return
broken_suspend
(hcd);
in ohci_quirk_amd756()
209
.driver_data = (unsigned long)
broken_suspend
,
213
.driver_data = (unsigned long)
broken_suspend
,
H
A
D
xhci.c
1058
xhci->
broken_suspend
= 0;
in xhci_suspend()
1074
xhci->
broken_suspend
= 1;
in xhci_suspend()
1135
if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->
broken_suspend
)
in xhci_resume()
1178
if (!xhci->
broken_suspend
)
in xhci_resume()
H
A
D
xhci.h
1912
unsigned
broken_suspend
:1;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-pci.c
35
static int
broken_suspend
(struct usb_hcd *hcd)
in broken_suspend()
function
52
return
broken_suspend
(hcd);
in ohci_quirk_amd756()
209
.driver_data = (unsigned long)
broken_suspend
,
213
.driver_data = (unsigned long)
broken_suspend
,
H
A
D
xhci.c
916
xhci->
broken_suspend
= 0;
in xhci_suspend()
932
xhci->
broken_suspend
= 1;
in xhci_suspend()
991
if (hibernated || xhci->quirks & XHCI_RESET_ON_RESUME || xhci->
broken_suspend
)
in xhci_resume()
1035
if (!xhci->
broken_suspend
)
in xhci_resume()
H
A
D
xhci.h
1919
unsigned
broken_suspend
:1;
member
Completed in 23 milliseconds