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_ISOCHRONOUS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_transfer.c
373
case
UE_ISOCHRONOUS
:
in usbd_transfer_setup_sub()
401
case
UE_ISOCHRONOUS
:
in usbd_transfer_setup_sub()
474
if (type ==
UE_ISOCHRONOUS
) {
in usbd_transfer_setup_sub()
611
if (type ==
UE_ISOCHRONOUS
) {
in usbd_transfer_setup_sub()
644
if (type ==
UE_ISOCHRONOUS
) {
in usbd_transfer_setup_sub()
2689
} else if (type ==
UE_ISOCHRONOUS
) {
in usbd_pipe_start()
3367
case
UE_ISOCHRONOUS
:
in usbd_get_std_packet_size()
H
A
D
usb_hub.c
2019
case
UE_ISOCHRONOUS
:
in usb_hs_bandwidth_alloc()
2080
case
UE_ISOCHRONOUS
:
in usb_hs_bandwidth_free()
2463
[
UE_ISOCHRONOUS
] = USB_HW_POWER_ISOC,
in usbd_transfer_power_ref()
2542
(udev->pwr_save.type_refs[
UE_ISOCHRONOUS
] != 0) ||
in usb_peer_should_wakeup()
2656
if (type_refs[
UE_ISOCHRONOUS
] != 0)
in usb_bus_powerd()
2795
if (udev->pwr_save.type_refs[
UE_ISOCHRONOUS
] != 0)
in usb_dev_resume_peer()
H
A
D
usb.h
545
#define
UE_ISOCHRONOUS
0x01
macro
H
A
D
usb_generic.c
225
case
UE_ISOCHRONOUS
:
in ugen_open_pipe_write()
295
case
UE_ISOCHRONOUS
:
in ugen_open_pipe_read()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
2370
case
UE_ISOCHRONOUS
:
in xhci_configure_endpoint()
2401
if (type !=
UE_ISOCHRONOUS
)
in xhci_configure_endpoint()
2408
case
UE_ISOCHRONOUS
:
in xhci_configure_endpoint()
2428
case
UE_ISOCHRONOUS
:
in xhci_configure_endpoint()
H
A
D
ehci.c
3723
case
UE_ISOCHRONOUS
:
3729
DPRINTFN(2, "
UE_ISOCHRONOUS
\n");
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
790
if (type ==
UE_ISOCHRONOUS
) {
in usb_setup_endpoint_agg()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_uvc.c
815
.bmAttributes = UE_ISO_ASYNC |
UE_ISOCHRONOUS
,
Completed in 25 milliseconds