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:endpointno
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_core.h
40
USB_MODE_DEVICE ? (((xfer)->
endpointno
& UE_DIR_IN) ? 0 : 1) : \
41
(((xfer)->
endpointno
& UE_DIR_IN) ? 1 : 0))
173
uint8_t
endpointno
; /* physical USB endpoint */
member
H
A
D
usb_transfer.c
362
xfer->
endpointno
= edesc->bEndpointAddress;
in usbd_transfer_setup_sub()
1398
xfer->
endpointno
&= ~(UE_DIR_IN | UE_DIR_OUT);
in usbd_control_transfer_init()
1399
xfer->
endpointno
|=
in usbd_control_transfer_init()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci.c
1112
xfer->address, xfer->
endpointno
, xfer->aframes,
in ehci_non_isoc_done_sub()
1698
xfer->address, UE_GET_ADDR(xfer->
endpointno
),
in ehci_setup_standard_chain()
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()
1876
EHCI_QH_SET_ENDPT(UE_GET_ADDR(xfer->
endpointno
)) |
in ehci_setup_standard_chain()
2358
EHCI_SITD_SET_ENDPT(UE_GET_ADDR(xfer->
endpointno
)) |
in ehci_device_isoc_fs_open()
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()
2671
EHCI_ITD_SET_ENDPT(UE_GET_ADDR(xfer->
endpointno
)));
in ehci_device_isoc_hs_open()
2677
if (UE_GET_DIR(xfer->
endpointno
)
in ehci_device_isoc_hs_open()
[all...]
H
A
D
xhci.c
2109
temp.direction = UE_GET_DIR(xfer->
endpointno
);
in xhci_setup_generic_chain()
2116
temp.step_td = ((xfer->
endpointno
& UE_DIR_IN) &&
in xhci_setup_generic_chain()
2200
temp.direction = UE_GET_DIR(xfer->
endpointno
) ^ UE_DIR_IN;
in xhci_setup_generic_chain()
2799
epno = xfer->
endpointno
;
in xhci_endpoint_doorbell()
Completed in 11 milliseconds