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:bulk_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
devio.c
108
u8
bulk_addr
;
member
571
static void cancel_bulk_urbs(struct usb_dev_state *ps, unsigned
bulk_addr
)
578
/* Mark all the pending URBs that match
bulk_addr
, up to but not
584
if (as->
bulk_addr
==
bulk_addr
) {
588
as->
bulk_addr
= 0;
591
ps->disabled_bulk_eps |= (1 <<
bulk_addr
);
635
if (as->status < 0 && as->
bulk_addr
&& as->status != -ECONNRESET &&
in async_completed()
637
cancel_bulk_urbs(ps, as->
bulk_addr
);
in async_completed()
1932
as->
bulk_addr
in proc_do_submiturb()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
devio.c
108
u8
bulk_addr
;
member
582
static void cancel_bulk_urbs(struct usb_dev_state *ps, unsigned
bulk_addr
)
589
/* Mark all the pending URBs that match
bulk_addr
, up to but not
595
if (as->
bulk_addr
==
bulk_addr
) {
599
as->
bulk_addr
= 0;
602
ps->disabled_bulk_eps |= (1 <<
bulk_addr
);
646
if (as->status < 0 && as->
bulk_addr
&& as->status != -ECONNRESET &&
in async_completed()
648
cancel_bulk_urbs(ps, as->
bulk_addr
);
in async_completed()
1947
as->
bulk_addr
in proc_do_submiturb()
[all...]
Completed in 6 milliseconds