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:ed_rm_list
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-q.c
214
if (!ohci->ed_controltail && !ohci->
ed_rm_list
) {
in ed_schedule()
234
if (!ohci->ed_bulktail && !ohci->
ed_rm_list
) {
in ed_schedule()
490
ed->ed_next = ohci->
ed_rm_list
;
in start_ed_unlink()
492
ohci->
ed_rm_list
= ed;
in start_ed_unlink()
981
for (last = &ohci->
ed_rm_list
, ed = *last; ed != NULL; ed = *last) {
in finish_unlinks()
1093
ed->ed_next = ohci->
ed_rm_list
;
in finish_unlinks()
1094
ohci->
ed_rm_list
= ed;
in finish_unlinks()
1096
if (last == &ohci->
ed_rm_list
)
in finish_unlinks()
1105
if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->
ed_rm_list
) {
in finish_unlinks()
1195
* normal path is finish_unlinks(), which unlinks URBs using
ed_rm_list
,
[all...]
H
A
D
ohci-hub.c
245
if (ohci->
ed_rm_list
)
274
if (!ohci->
ed_rm_list
) {
390
&& !ohci->
ed_rm_list
in ohci_root_hub_state_changes()
H
A
D
ohci-hcd.c
972
if ((ints & OHCI_INTR_SF) != 0 && !ohci->
ed_rm_list
in ohci_irq()
1055
ed->ed_next = ohci->
ed_rm_list
;
in ohci_restart()
1057
ohci->
ed_rm_list
= ed;
in ohci_restart()
1079
ohci->
ed_rm_list
= NULL;
in ohci_restart()
H
A
D
ohci.h
378
struct ed *
ed_rm_list
; /* to be removed */
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-q.c
214
if (!ohci->ed_controltail && !ohci->
ed_rm_list
) {
in ed_schedule()
234
if (!ohci->ed_bulktail && !ohci->
ed_rm_list
) {
in ed_schedule()
490
ed->ed_next = ohci->
ed_rm_list
;
in start_ed_unlink()
492
ohci->
ed_rm_list
= ed;
in start_ed_unlink()
981
for (last = &ohci->
ed_rm_list
, ed = *last; ed != NULL; ed = *last) {
in finish_unlinks()
1093
ed->ed_next = ohci->
ed_rm_list
;
in finish_unlinks()
1094
ohci->
ed_rm_list
= ed;
in finish_unlinks()
1096
if (last == &ohci->
ed_rm_list
)
in finish_unlinks()
1105
if (ohci->rh_state == OHCI_RH_RUNNING && !ohci->
ed_rm_list
) {
in finish_unlinks()
1195
* normal path is finish_unlinks(), which unlinks URBs using
ed_rm_list
,
[all...]
H
A
D
ohci-hub.c
245
if (ohci->
ed_rm_list
)
274
if (!ohci->
ed_rm_list
) {
390
&& !ohci->
ed_rm_list
in ohci_root_hub_state_changes()
H
A
D
ohci-hcd.c
970
if ((ints & OHCI_INTR_SF) != 0 && !ohci->
ed_rm_list
in ohci_irq()
1053
ed->ed_next = ohci->
ed_rm_list
;
in ohci_restart()
1055
ohci->
ed_rm_list
= ed;
in ohci_restart()
1077
ohci->
ed_rm_list
= NULL;
in ohci_restart()
H
A
D
ohci.h
378
struct ed *
ed_rm_list
; /* to be removed */
member
Completed in 14 milliseconds