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:toggle_next
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_debug.c
113
PRINTK(" edesc=%p isoc_next=%d
toggle_next
=%d",
in usb_dump_endpoint()
114
ep->edesc, ep->isoc_next, ep->
toggle_next
);
in usb_dump_endpoint()
H
A
D
usbdi.h
142
uint8_t
toggle_next
:1; /* next data toggle value */
member
H
A
D
usb_device.c
966
ep->
toggle_next
= 0; /* reset data toggle */
in usbd_set_endpoint_stall()
H
A
D
usb_request.c
224
ep->
toggle_next
= 0;
in usb_do_clear_stall_callback()
H
A
D
usb_transfer.c
3134
ep->
toggle_next
= 0;
in usbd_clear_data_toggle()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
1035
xfer->endpoint->
toggle_next
^= dt;
in ehci_data_toggle_update()
1721
if (xfer->endpoint->
toggle_next
) {
in ehci_setup_standard_chain()
1741
xfer->endpoint->
toggle_next
= 0;
in ehci_setup_standard_chain()
1862
xfer->endpoint->
toggle_next
);
in ehci_setup_standard_chain()
1918
if (temp.auto_data_toggle && xfer->endpoint->
toggle_next
) {
in ehci_setup_standard_chain()
2120
xfer->endpoint->
toggle_next
);
in ehci_device_done()
Completed in 15 milliseconds