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:fifo_index
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.h
58
uint8_t
fifo_index
; /* FIFO index */
member
91
int
fifo_index
;
member
134
uint8_t
fifo_index
; /* set to the FIFO index in "struct
member
H
A
D
usb_dev.c
100
cpd->
fifo_index
= pd->
fifo_index
;
in usb_loc_fill()
181
f = ppf[cpd->
fifo_index
+ USB_FIFO_TX];
in usb_ref_device()
198
f = ppf[cpd->
fifo_index
+ USB_FIFO_RX];
in usb_ref_device()
351
f = udev->fifo[cpd->
fifo_index
+ USB_FIFO_TX];
in usb_fifo_create()
357
f = udev->fifo[cpd->
fifo_index
+ USB_FIFO_RX];
in usb_fifo_create()
449
f->
fifo_index
= n + USB_FIFO_TX;
in usb_fifo_create()
474
f->
fifo_index
= n + USB_FIFO_RX;
in usb_fifo_create()
492
cpd->
fifo_index
= n;
in usb_fifo_create()
518
if ((f->
fifo_index
< USB_FIFO_MA
in usb_fifo_free()
[all...]
H
A
D
usb_generic.c
1302
f_rx = f->udev->fifo[(f->
fifo_index
& ~1) + USB_FIFO_RX];
in ugen_fifo_in_use()
1303
f_tx = f->udev->fifo[(f->
fifo_index
& ~1) + USB_FIFO_TX];
in ugen_fifo_in_use()
1904
f_rx = f->udev->fifo[(f->
fifo_index
& ~1) + USB_FIFO_RX];
in ugen_iface_ioctl()
1905
f_tx = f->udev->fifo[(f->
fifo_index
& ~1) + USB_FIFO_TX];
in ugen_iface_ioctl()
H
A
D
usb_device.c
1876
pd->
fifo_index
= fi;
in usb_make_dev()
Completed in 8 milliseconds