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:UT_READ
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb.h
140
#define
UT_READ
0x80
macro
153
#define UT_READ_DEVICE (
UT_READ
| UT_STANDARD | UT_DEVICE)
154
#define UT_READ_INTERFACE (
UT_READ
| UT_STANDARD | UT_INTERFACE)
155
#define UT_READ_ENDPOINT (
UT_READ
| UT_STANDARD | UT_ENDPOINT)
159
#define UT_READ_CLASS_DEVICE (
UT_READ
| UT_CLASS | UT_DEVICE)
160
#define UT_READ_CLASS_INTERFACE (
UT_READ
| UT_CLASS | UT_INTERFACE)
161
#define UT_READ_CLASS_OTHER (
UT_READ
| UT_CLASS | UT_OTHER)
162
#define UT_READ_CLASS_ENDPOINT (
UT_READ
| UT_CLASS | UT_ENDPOINT)
167
#define UT_READ_VENDOR_DEVICE (
UT_READ
| UT_VENDOR | UT_DEVICE)
168
#define UT_READ_VENDOR_INTERFACE (
UT_READ
| UT_VENDO
[all...]
H
A
D
usb_generic.c
1012
(
UT_READ
| UT_WRITE)) ==
UT_READ
) {
in ugen_fs_copy_in()
1191
if ((req->bmRequestType & (
UT_READ
| UT_WRITE)) ==
UT_READ
) {
in ugen_fs_copy_out()
H
A
D
usb_request.c
452
if (!(req->bmRequestType &
UT_READ
)) {
in usbd_do_request_flags()
564
if (!(req->bmRequestType &
UT_READ
)) {
in usbd_do_request_flags()
633
if (req->bmRequestType &
UT_READ
) {
in usbd_do_request_flags()
H
A
D
usb_transfer.c
1400
(req.bmRequestType &
UT_READ
) ? UE_DIR_IN : UE_DIR_OUT;
in usbd_control_transfer_init()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
710
if (size && (!(req.bmRequestType &
UT_READ
))) {
in usb_control_msg()
717
if (req.bmRequestType &
UT_READ
) {
in usb_control_msg()
1755
urb->bsd_isread = (ptr[0] &
UT_READ
) ? 1 : 0;
in usb_linux_non_isoc_callback()
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_urndis.c
416
&sc->sc_mtx, &req, buf, (rt &
UT_READ
) ?
in urndis_ctrl_msg()
Completed in 25 milliseconds