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_scan_next
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-q.c
1272
if (ehci->
qh_scan_next
== qh)
in single_unlink_async()
1273
ehci->
qh_scan_next
= qh->qh_next.qh;
in single_unlink_async()
1490
ehci->
qh_scan_next
= ehci->async->qh_next.qh;
in scan_async()
1491
while (ehci->
qh_scan_next
) {
in scan_async()
1492
qh = ehci->
qh_scan_next
;
in scan_async()
1493
ehci->
qh_scan_next
= qh->qh_next.qh;
in scan_async()
1501
* drops the lock. That's why ehci->
qh_scan_next
in scan_async()
1503
* gets unlinked then ehci->
qh_scan_next
is adjusted
in scan_async()
H
A
D
fotg210.h
102
struct fotg210_qh *
qh_scan_next
;
member
H
A
D
fotg210-hcd.c
3086
if (fotg210->
qh_scan_next
== qh)
in single_unlink_async()
3087
fotg210->
qh_scan_next
= qh->qh_next.qh;
in single_unlink_async()
3214
fotg210->
qh_scan_next
= fotg210->async->qh_next.qh;
in scan_async()
3215
while (fotg210->
qh_scan_next
) {
in scan_async()
3216
qh = fotg210->
qh_scan_next
;
in scan_async()
3217
fotg210->
qh_scan_next
= qh->qh_next.qh;
in scan_async()
3225
* drops the lock. That's why fotg210->
qh_scan_next
in scan_async()
3227
* gets unlinked then fotg210->
qh_scan_next
is adjusted
in scan_async()
3586
if (fotg210->
qh_scan_next
== qh)
in qh_unlink_periodic()
3587
fotg210->
qh_scan_next
in qh_unlink_periodic()
[all...]
H
A
D
ehci.h
138
struct ehci_qh *
qh_scan_next
;
member
H
A
D
ehci-sched.c
622
if (ehci->
qh_scan_next
== qh)
in qh_unlink_periodic()
623
ehci->
qh_scan_next
= list_entry(qh->intr_node.next,
in qh_unlink_periodic()
966
list_for_each_entry_safe(qh, ehci->
qh_scan_next
, &ehci->intr_qh_list,
in scan_intr()
975
* drops the lock. That's why ehci->
qh_scan_next
in scan_intr()
977
* gets unlinked then ehci->
qh_scan_next
is adjusted
in scan_intr()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-q.c
1273
if (ehci->
qh_scan_next
== qh)
in single_unlink_async()
1274
ehci->
qh_scan_next
= qh->qh_next.qh;
in single_unlink_async()
1491
ehci->
qh_scan_next
= ehci->async->qh_next.qh;
in scan_async()
1492
while (ehci->
qh_scan_next
) {
in scan_async()
1493
qh = ehci->
qh_scan_next
;
in scan_async()
1494
ehci->
qh_scan_next
= qh->qh_next.qh;
in scan_async()
1502
* drops the lock. That's why ehci->
qh_scan_next
in scan_async()
1504
* gets unlinked then ehci->
qh_scan_next
is adjusted
in scan_async()
H
A
D
ehci.h
138
struct ehci_qh *
qh_scan_next
;
member
H
A
D
ehci-sched.c
629
if (ehci->
qh_scan_next
== qh)
in qh_unlink_periodic()
630
ehci->
qh_scan_next
= list_entry(qh->intr_node.next,
in qh_unlink_periodic()
973
list_for_each_entry_safe(qh, ehci->
qh_scan_next
, &ehci->intr_qh_list,
in scan_intr()
982
* drops the lock. That's why ehci->
qh_scan_next
in scan_intr()
984
* gets unlinked then ehci->
qh_scan_next
is adjusted
in scan_intr()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
102
struct fotg210_qh *
qh_scan_next
;
member
H
A
D
fotg210-hcd.c
3087
if (fotg210->
qh_scan_next
== qh)
in single_unlink_async()
3088
fotg210->
qh_scan_next
= qh->qh_next.qh;
in single_unlink_async()
3215
fotg210->
qh_scan_next
= fotg210->async->qh_next.qh;
in scan_async()
3216
while (fotg210->
qh_scan_next
) {
in scan_async()
3217
qh = fotg210->
qh_scan_next
;
in scan_async()
3218
fotg210->
qh_scan_next
= qh->qh_next.qh;
in scan_async()
3226
* drops the lock. That's why fotg210->
qh_scan_next
in scan_async()
3228
* gets unlinked then fotg210->
qh_scan_next
is adjusted
in scan_async()
3587
if (fotg210->
qh_scan_next
== qh)
in qh_unlink_periodic()
3588
fotg210->
qh_scan_next
in qh_unlink_periodic()
[all...]
Completed in 28 milliseconds