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:in_bulk
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_host.c
902
/* Schedule next QH from musb->
in_bulk
/out_bulk and move the current qh to
932
cur_qh = first_qh(&musb->
in_bulk
);
in musb_bulk_nak_timeout()
957
list_move_tail(&cur_qh->ring, &musb->
in_bulk
);
in musb_bulk_nak_timeout()
959
/* get the next qh from musb->
in_bulk
*/
in musb_bulk_nak_timeout()
960
next_qh = first_qh(&musb->
in_bulk
);
in musb_bulk_nak_timeout()
1812
&& !list_is_singular(&musb->
in_bulk
)) {
in musb_host_rx()
2079
head = &musb->
in_bulk
;
in musb_schedule()
H
A
D
musb_core.h
313
struct list_head
in_bulk
; /* of musb_qh */
member
H
A
D
musb_core.c
2148
INIT_LIST_HEAD(&musb->
in_bulk
);
in allocate_instance()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_host.c
896
/* Schedule next QH from musb->
in_bulk
/out_bulk and move the current qh to
926
cur_qh = first_qh(&musb->
in_bulk
);
in musb_bulk_nak_timeout()
951
list_move_tail(&cur_qh->ring, &musb->
in_bulk
);
in musb_bulk_nak_timeout()
953
/* get the next qh from musb->
in_bulk
*/
in musb_bulk_nak_timeout()
954
next_qh = first_qh(&musb->
in_bulk
);
in musb_bulk_nak_timeout()
1806
&& !list_is_singular(&musb->
in_bulk
)) {
in musb_host_rx()
2073
head = &musb->
in_bulk
;
in musb_schedule()
H
A
D
musb_core.h
313
struct list_head
in_bulk
; /* of musb_qh */
member
H
A
D
musb_core.c
2154
INIT_LIST_HEAD(&musb->
in_bulk
);
in allocate_instance()
Completed in 17 milliseconds