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:xhc_state
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.c
125
xhci->
xhc_state
|= XHCI_STATE_HALTED;
in xhci_halt()
157
xhci->
xhc_state
= 0;
in xhci_start()
588
xhci->
xhc_state
|= XHCI_STATE_HALTED;
in xhci_stop()
1033
!(xhci->
xhc_state
& XHCI_STATE_REMOVING)) {
in xhci_resume()
1403
if (xhci->
xhc_state
& XHCI_STATE_HALTED)
in xhci_check_args()
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()
1694
if (xhci->
xhc_state
& XHCI_STATE_HALTED) {
in xhci_urb_dequeue()
1786
if (xhci->
xhc_state
& XHCI_STATE_DYING)
in xhci_drop_endpoint()
1873
if (xhci->
xhc_state
in xhci_add_endpoint()
[all...]
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()
1272
if (!(xhci->
xhc_state
& XHCI_STATE_REMOVING))
in xhci_hc_died()
1647
if (xhci->
xhc_state
& XHCI_STATE_REMOVING) {
in xhci_handle_command_timeout()
3026
if (xhci->
xhc_state
& XHCI_STATE_DYING) {
in xhci_handle_event()
3137
if (xhci->
xhc_state
& XHCI_STATE_DYING ||
in xhci_irq()
3138
xhci->
xhc_state
& XHCI_STATE_HALTED) {
in xhci_irq()
4332
if ((xhci->
xhc_state
in queue_command()
[all...]
H
A
D
xhci-mtk.c
716
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_mtk_remove()
813
if (xhci->
xhc_state
)
in xhci_mtk_runtime_suspend()
829
if (xhci->
xhc_state
)
in xhci_mtk_runtime_resume()
H
A
D
xhci-histb.c
319
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_histb_remove()
H
A
D
xhci-plat.c
413
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_plat_remove()
H
A
D
xhci-pci.c
720
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_pci_remove()
H
A
D
xhci.h
1833
unsigned int
xhc_state
;
member
H
A
D
xhci-hub.c
777
!(xhci->
xhc_state
& XHCI_STATE_HALTED)) {
in xhci_exit_test_mode()
/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()
1114
if (!(xhci->
xhc_state
& XHCI_STATE_REMOVING))
in xhci_hc_died()
1553
if (xhci->
xhc_state
& XHCI_STATE_REMOVING) {
in xhci_handle_command_timeout()
2903
if (xhci->
xhc_state
& XHCI_STATE_DYING) {
in xhci_handle_event()
3004
if (xhci->
xhc_state
& XHCI_STATE_DYING ||
in xhci_irq()
3005
xhci->
xhc_state
& XHCI_STATE_HALTED) {
in xhci_irq()
4184
if ((xhci->
xhc_state
in queue_command()
[all...]
H
A
D
xhci.c
124
xhci->
xhc_state
|= XHCI_STATE_HALTED;
in xhci_halt()
155
xhci->
xhc_state
= 0;
in xhci_start()
738
xhci->
xhc_state
|= XHCI_STATE_HALTED;
in xhci_stop()
1414
if (xhci->
xhc_state
& XHCI_STATE_HALTED)
in xhci_check_args()
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()
1707
if (xhci->
xhc_state
& XHCI_STATE_HALTED) {
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
in xhci_configure_endpoint()
[all...]
H
A
D
xhci-histb.c
329
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_histb_remove()
H
A
D
xhci-plat.c
417
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_plat_remove()
H
A
D
xhci-pci.c
534
xhci->
xhc_state
|= XHCI_STATE_REMOVING;
in xhci_pci_remove()
H
A
D
xhci.h
1825
unsigned int
xhc_state
;
member
H
A
D
xhci-hub.c
672
!(xhci->
xhc_state
& XHCI_STATE_HALTED)) {
in xhci_exit_test_mode()
Completed in 45 milliseconds