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:usb_xfer_queue
(Results
1 - 7
of
7
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_transfer.h
64
struct
usb_xfer_queue
dma_q;
66
struct
usb_xfer_queue
done_q;
130
void usb_command_wrapper(struct
usb_xfer_queue
*pq,
133
void usbd_pipe_start(struct
usb_xfer_queue
*pq);
136
void usbd_transfer_enqueue(struct
usb_xfer_queue
*pq,
H
A
D
usb_bus.h
90
struct
usb_xfer_queue
intr_q;
H
A
D
usb_transfer.c
107
static void usbd_callback_wrapper(struct
usb_xfer_queue
*);
1947
struct
usb_xfer_queue
*pq;
in usbd_transfer_pending()
2230
struct
usb_xfer_queue
*pq = &info->done_q;
in usbd_callback_ss_done_defer()
2264
usbd_callback_wrapper(struct
usb_xfer_queue
*pq)
in usbd_callback_wrapper()
2418
struct
usb_xfer_queue
*pq;
in usbd_transfer_dequeue()
2439
usbd_transfer_enqueue(struct
usb_xfer_queue
*pq, struct usb_xfer *xfer)
in usbd_transfer_enqueue()
2500
struct
usb_xfer_queue
*pq;
in usbd_transfer_done()
2621
usbd_pipe_start(struct
usb_xfer_queue
*pq)
in usbd_pipe_start()
2957
usb_command_wrapper(struct
usb_xfer_queue
*pq, struct usb_xfer *xfer)
in usb_command_wrapper()
H
A
D
usbdi.h
120
struct
usb_xfer_queue
{
struct
123
void (*command) (struct
usb_xfer_queue
*pq);
134
struct
usb_xfer_queue
endpoint_q[USB_MAX_EP_STREAMS];
H
A
D
usb_core.h
136
struct
usb_xfer_queue
*wait_queue; /* pointer to queue that we
H
A
D
usb_busdma.h
147
void usb_bdma_work_loop(struct
usb_xfer_queue
*pq);
/third_party/FreeBSD/stand/usb/
H
A
D
usb_busdma_loader.c
475
usb_bdma_work_loop(struct
usb_xfer_queue
*pq)
in usb_bdma_work_loop()
Completed in 8 milliseconds