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:is_stalled
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_handle_request.c
372
halted = ep->
is_stalled
;
in usb_handle_get_stall()
H
A
D
usb_device.c
934
was_stalled = ep->
is_stalled
;
in usbd_set_endpoint_stall()
944
ep->
is_stalled
= 1;
in usbd_set_endpoint_stall()
967
ep->
is_stalled
= 0; /* clear stalled state */
in usbd_set_endpoint_stall()
H
A
D
usb_request.c
223
ep->
is_stalled
) {
in usb_do_clear_stall_callback()
225
ep->
is_stalled
= 0;
in usb_do_clear_stall_callback()
243
ep->
is_stalled
) {
in usb_do_clear_stall_callback()
H
A
D
usb_transfer.c
2589
return (xfer->endpoint->
is_stalled
);
in usbd_xfer_is_stalled()
2635
if (ep->
is_stalled
) {
in usbd_pipe_start()
2636
DPRINTFN(1, "
is_stalled
\n");
in usbd_pipe_start()
2685
ep->
is_stalled
= 1;
in usbd_pipe_start()
H
A
D
usbdi.h
143
uint8_t
is_stalled
:1; /* set if endpoint is stalled */
member
Completed in 12 milliseconds