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:XHCI_STATE_DYING
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
335
!(xhci->xhc_state &
XHCI_STATE_DYING
)) {
in xhci_handle_stopped_cmd_ring()
1011
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_handle_cmd_stop_ep()
1097
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_hc_died()
1101
xhci->xhc_state |=
XHCI_STATE_DYING
;
in xhci_hc_died()
2903
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_handle_event()
3004
if (xhci->xhc_state &
XHCI_STATE_DYING
||
in xhci_irq()
4184
if ((xhci->xhc_state &
XHCI_STATE_DYING
) ||
in queue_command()
H
A
D
xhci.c
1572
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_urb_enqueue()
1687
if (temp == ~(u32)0 || xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_urb_dequeue()
1797
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_drop_endpoint()
1886
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_add_endpoint()
2806
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_configure_endpoint()
2924
if ((xhci->xhc_state &
XHCI_STATE_DYING
) ||
in xhci_check_bandwidth()
3980
if (state == 0xffffffff || (xhci->xhc_state &
XHCI_STATE_DYING
) ||
in xhci_disable_slot()
H
A
D
xhci.h
1841
#define
XHCI_STATE_DYING
(1 << 0)
macro
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
413
!(xhci->xhc_state &
XHCI_STATE_DYING
)) {
in xhci_handle_stopped_cmd_ring()
900
if (ep->xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_giveback_invalidated_tds()
1255
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_hc_died()
1259
xhci->xhc_state |=
XHCI_STATE_DYING
;
in xhci_hc_died()
3026
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_handle_event()
3137
if (xhci->xhc_state &
XHCI_STATE_DYING
||
in xhci_irq()
4332
if ((xhci->xhc_state &
XHCI_STATE_DYING
) ||
in queue_command()
H
A
D
xhci.c
1559
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_urb_enqueue()
1674
if (temp == ~(u32)0 || xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_urb_dequeue()
1786
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_drop_endpoint()
1873
if (xhci->xhc_state &
XHCI_STATE_DYING
)
in xhci_add_endpoint()
2778
if (xhci->xhc_state &
XHCI_STATE_DYING
) {
in xhci_configure_endpoint()
2896
if ((xhci->xhc_state &
XHCI_STATE_DYING
) ||
in xhci_check_bandwidth()
3870
if (state == 0xffffffff || (xhci->xhc_state &
XHCI_STATE_DYING
) ||
in xhci_disable_slot()
H
A
D
xhci.h
1848
#define
XHCI_STATE_DYING
(1 << 0)
macro
Completed in 34 milliseconds