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:UE_GET_DIR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
1808
(
UE_GET_DIR
(xfer->endpointno) == UE_DIR_IN) ?
in ehci_setup_standard_chain()
1829
(
UE_GET_DIR
(xfer->endpointno) == UE_DIR_OUT) ?
in ehci_setup_standard_chain()
2362
if (
UE_GET_DIR
(xfer->endpointno) == UE_DIR_IN)
in ehci_device_isoc_fs_open()
2540
if (
UE_GET_DIR
(xfer->endpointno) == UE_DIR_OUT) {
in ehci_device_isoc_fs_enter()
2677
if (
UE_GET_DIR
(xfer->endpointno) == UE_DIR_IN) {
in ehci_device_isoc_hs_open()
H
A
D
xhci.c
2109
temp.direction =
UE_GET_DIR
(xfer->endpointno);
in xhci_setup_generic_chain()
2200
temp.direction =
UE_GET_DIR
(xfer->endpointno) ^ UE_DIR_IN;
in xhci_setup_generic_chain()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb.h
532
#define
UE_GET_DIR
(a) ((a) & 0x80)
macro
H
A
D
usb_device.c
1962
if (
UE_GET_DIR
(ep) == UE_DIR_OUT)
in usb_cdev_create()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
1858
if (
UE_GET_DIR
(uhe->desc.bEndpointAddress) == UE_DIR_OUT) {
in usb_fill_bulk_urb()
Completed in 16 milliseconds