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_XFERTYPE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
560
type = uhe->desc.bmAttributes &
UE_XFERTYPE
;
in usb_clear_halt()
668
type = (uhe->desc.bmAttributes &
UE_XFERTYPE
);
in usb_control_msg()
774
uint8_t type = uhe->desc.bmAttributes &
UE_XFERTYPE
;
in usb_setup_endpoint_agg()
1206
((at &
UE_XFERTYPE
) == type)) {
in usb_find_host_endpoint()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
142
type = ed->bmAttributes &
UE_XFERTYPE
;
in ugen_open()
200
usb_config[0].type = ed->bmAttributes &
UE_XFERTYPE
;
in ugen_open_pipe_write()
208
switch (ed->bmAttributes &
UE_XFERTYPE
) {
in ugen_open_pipe_write()
269
usb_config[0].type = ed->bmAttributes &
UE_XFERTYPE
;
in ugen_open_pipe_read()
277
switch (ed->bmAttributes &
UE_XFERTYPE
) {
in ugen_open_pipe_read()
1461
usb_config[0].type = ed->bmAttributes &
UE_XFERTYPE
;
in ugen_ioctl()
H
A
D
usb_transfer.c
355
type = (edesc->bmAttributes &
UE_XFERTYPE
);
in usbd_transfer_setup_sub()
2517
[xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
]++;
in usbd_transfer_done()
2520
[xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
]++;
in usbd_transfer_done()
2523
[xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
]++;
in usbd_transfer_done()
2656
type = (ep->edesc->bmAttributes &
UE_XFERTYPE
);
in usbd_pipe_start()
2721
type = (ep->edesc->bmAttributes &
UE_XFERTYPE
);
in usbd_pipe_start()
H
A
D
usb.h
543
#define
UE_XFERTYPE
0x03
macro
550
#define UE_GET_XFERTYPE(a) ((a) &
UE_XFERTYPE
)
H
A
D
usb_device.c
235
type_mask =
UE_XFERTYPE
;
in usbd_get_endpoint()
236
type_val = (setup->type &
UE_XFERTYPE
);
in usbd_get_endpoint()
336
((edesc->bmAttributes &
UE_XFERTYPE
) == UE_BULK) &&
in usb_init_endpoint()
920
et = (ep->edesc->bmAttributes &
UE_XFERTYPE
);
in usbd_set_endpoint_stall()
H
A
D
usb_hub.c
2000
switch (xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
) {
in usb_hs_bandwidth_alloc()
2078
switch (xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
) {
in usb_hs_bandwidth_free()
2478
xfer_type = xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
;
in usbd_transfer_power_ref()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
2315
type = edesc->bmAttributes &
UE_XFERTYPE
;
in xhci_configure_endpoint()
2426
switch (edesc->bmAttributes &
UE_XFERTYPE
) {
in xhci_configure_endpoint()
2773
if ((edesc->bmAttributes &
UE_XFERTYPE
) == UE_CONTROL)
in xhci_get_endpoint_ext()
2864
switch (xfer->endpoint->edesc->bmAttributes &
UE_XFERTYPE
) {
in xhci_transfer_insert()
3786
if ((edesc->bmAttributes &
UE_XFERTYPE
) == UE_CONTROL)
in xhci_configure_reset_endpoint()
4270
((ep->edesc->bmAttributes &
UE_XFERTYPE
) != UE_BULK) ||
in xhci_set_endpoint_mode()
H
A
D
ehci.c
3714
switch (edesc->bmAttributes &
UE_XFERTYPE
) {
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_uvc.c
353
.bmAttributes =
UE_XFERTYPE
,
Completed in 27 milliseconds