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:qh_state
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-q.c
84
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
149
if (qh->
qh_state
== QH_STATE_IDLE && !list_empty(&qh->qtd_list)
in ehci_clear_tt_buffer_complete()
304
* It's a bug for qh->
qh_state
to be anything other than
in qh_completions()
308
state = qh->
qh_state
;
in qh_completions()
309
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
525
qh->
qh_state
= state;
in qh_completions()
942
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
990
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_link_async()
1004
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
1147
if (likely (qh->
qh_state
in submit_async()
[all...]
H
A
D
oxu210hp-hcd.c
338
u8
qh_state
;
member
1248
BUG_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
1425
state = qh->
qh_state
;
in qh_completions()
1426
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
1562
qh->
qh_state
= state;
in qh_completions()
1905
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
1938
if (qh->
qh_state
== QH_STATE_IDLE)
in qh_link_async()
1949
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
2070
if (likely(qh->
qh_state
== QH_STATE_IDLE))
in submit_async()
2088
qh->
qh_state
in end_unlink_async()
[all...]
H
A
D
fotg210-hcd.c
2035
BUG_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
2100
if (qh->
qh_state
== QH_STATE_IDLE && !list_empty(&qh->qtd_list)
in fotg210_clear_tt_buffer_complete()
2259
* It's a bug for qh->
qh_state
to be anything other than
in qh_completions()
2263
state = qh->
qh_state
;
in qh_completions()
2264
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
2475
qh->
qh_state
= state;
in qh_completions()
2867
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
2913
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_link_async()
2928
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
3057
if (likely(qh->
qh_state
in submit_async()
[all...]
H
A
D
ehci-sched.c
565
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_periodic()
619
qh->
qh_state
= QH_STATE_UNLINK;
in qh_unlink_periodic()
630
if (qh->
qh_state
!= QH_STATE_LINKED ||
in cancel_unlink_wait_intr()
645
if (qh->
qh_state
!= QH_STATE_LINKED)
in start_unlink_intr()
702
qh->
qh_state
= QH_STATE_IDLE;
in end_unlink_intr()
929
if (qh->
qh_state
== QH_STATE_IDLE) {
in intr_submit()
940
if (qh->
qh_state
== QH_STATE_IDLE) {
in intr_submit()
984
qh->
qh_state
== QH_STATE_LINKED))
in scan_intr()
H
A
D
ehci-hcd.c
528
ehci->async->
qh_state
= QH_STATE_LINKED;
in ehci_init()
946
switch (qh->
qh_state
) {
in ehci_urb_dequeue()
1007
switch (qh->
qh_state
) {
in ehci_endpoint_disable()
1040
qh, ep->desc.bEndpointAddress, qh->
qh_state
,
in ehci_endpoint_disable()
H
A
D
fotg210.h
450
u8
qh_state
;
member
H
A
D
ehci.h
418
u8
qh_state
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-q.c
85
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
150
if (qh->
qh_state
== QH_STATE_IDLE && !list_empty(&qh->qtd_list)
in ehci_clear_tt_buffer_complete()
305
* It's a bug for qh->
qh_state
to be anything other than
in qh_completions()
309
state = qh->
qh_state
;
in qh_completions()
310
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
526
qh->
qh_state
= state;
in qh_completions()
943
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
991
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_link_async()
1005
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
1148
if (likely (qh->
qh_state
in submit_async()
[all...]
H
A
D
oxu210hp-hcd.c
338
u8
qh_state
;
member
1248
BUG_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
1426
state = qh->
qh_state
;
in qh_completions()
1427
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
1563
qh->
qh_state
= state;
in qh_completions()
1906
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
1939
if (qh->
qh_state
== QH_STATE_IDLE)
in qh_link_async()
1950
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
2071
if (likely(qh->
qh_state
== QH_STATE_IDLE))
in submit_async()
2089
qh->
qh_state
in end_unlink_async()
[all...]
H
A
D
ehci-sched.c
572
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_periodic()
626
qh->
qh_state
= QH_STATE_UNLINK;
in qh_unlink_periodic()
637
if (qh->
qh_state
!= QH_STATE_LINKED ||
in cancel_unlink_wait_intr()
652
if (qh->
qh_state
!= QH_STATE_LINKED)
in start_unlink_intr()
709
qh->
qh_state
= QH_STATE_IDLE;
in end_unlink_intr()
936
if (qh->
qh_state
== QH_STATE_IDLE) {
in intr_submit()
947
if (qh->
qh_state
== QH_STATE_IDLE) {
in intr_submit()
991
qh->
qh_state
== QH_STATE_LINKED))
in scan_intr()
H
A
D
ehci-hcd.c
529
ehci->async->
qh_state
= QH_STATE_LINKED;
in ehci_init()
944
switch (qh->
qh_state
) {
in ehci_urb_dequeue()
1005
switch (qh->
qh_state
) {
in ehci_endpoint_disable()
1038
qh, ep->desc.bEndpointAddress, qh->
qh_state
,
in ehci_endpoint_disable()
H
A
D
ehci.h
421
u8
qh_state
;
member
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.c
2036
BUG_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_update()
2101
if (qh->
qh_state
== QH_STATE_IDLE && !list_empty(&qh->qtd_list)
in fotg210_clear_tt_buffer_complete()
2260
* It's a bug for qh->
qh_state
to be anything other than
in qh_completions()
2264
state = qh->
qh_state
;
in qh_completions()
2265
qh->
qh_state
= QH_STATE_COMPLETING;
in qh_completions()
2476
qh->
qh_state
= state;
in qh_completions()
2868
qh->
qh_state
= QH_STATE_IDLE;
in qh_make()
2914
WARN_ON(qh->
qh_state
!= QH_STATE_IDLE);
in qh_link_async()
2929
qh->
qh_state
= QH_STATE_LINKED;
in qh_link_async()
3058
if (likely(qh->
qh_state
in submit_async()
[all...]
H
A
D
fotg210-hcd.h
448
u8
qh_state
;
member
Completed in 36 milliseconds