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:f_rx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.c
1482
struct usb_fifo *
f_rx
= NULL;
in usb_fifo_attach()
local
1516
f_rx
= usb_fifo_alloc(priv_mtx);
in usb_fifo_attach()
1518
if ((f_tx == NULL) || (
f_rx
== NULL)) {
in usb_fifo_attach()
1520
usb_fifo_free(
f_rx
);
in usb_fifo_attach()
1532
f_rx
->fifo_index = n + USB_FIFO_RX;
in usb_fifo_attach()
1533
f_rx
->dev_ep_index = -1;
in usb_fifo_attach()
1534
f_rx
->priv_sc0 = priv_sc;
in usb_fifo_attach()
1535
f_rx
->methods = pm;
in usb_fifo_attach()
1536
f_rx
->iface_index = iface_index;
in usb_fifo_attach()
1537
f_rx
in usb_fifo_attach()
[all...]
H
A
D
usb_generic.c
1299
struct usb_fifo *
f_rx
;
in ugen_fifo_in_use()
local
1302
f_rx
= f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX];
in ugen_fifo_in_use()
1305
if (((unsigned int)fflags & FREAD) &&
f_rx
&&
in ugen_fifo_in_use()
1306
(
f_rx
->xfer[0] ||
f_rx
->xfer[1])) {
in ugen_fifo_in_use()
1899
struct usb_fifo *
f_rx
;
in ugen_iface_ioctl()
local
1904
f_rx
= f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX];
in ugen_iface_ioctl()
1914
error = ugen_set_short_xfer(
f_rx
, &data);
in ugen_iface_ioctl()
1938
error = ugen_set_timeout(
f_rx
, &data);
in ugen_iface_ioctl()
1958
error = ugen_get_frame_size(
f_rx
,
in ugen_iface_ioctl()
[all...]
Completed in 39 milliseconds