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:BULK_OUT_EP
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
524
case
BULK_OUT_EP
:
in cdnsp_ep_type_string()
H
A
D
cdnsp-gadget.h
686
#define
BULK_OUT_EP
2
macro
H
A
D
cdnsp-mem.c
900
return in ? BULK_IN_EP :
BULK_OUT_EP
;
in cdnsp_get_endpoint_type()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.c
325
ep_out->ep_info2 = cpu_to_le32(EP_TYPE(
BULK_OUT_EP
) | MAX_PACKET(1024) | MAX_BURST(max_burst));
in xdbc_mem_init()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.c
325
ep_out->ep_info2 = cpu_to_le32(EP_TYPE(
BULK_OUT_EP
) | MAX_PACKET(1024) | MAX_BURST(max_burst));
in xdbc_mem_init()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.h
760
#define
BULK_OUT_EP
2
macro
2714
case
BULK_OUT_EP
:
in xhci_ep_type_string()
H
A
D
xhci-dbgcap.c
114
ep_ctx->ep_info2 = dbc_epctx_info2(
BULK_OUT_EP
, 1024, max_burst);
in xhci_dbc_init_contexts()
H
A
D
xhci-mem.c
1402
return in ? BULK_IN_EP :
BULK_OUT_EP
;
in xhci_get_endpoint_type()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.h
763
#define
BULK_OUT_EP
2
macro
2746
case
BULK_OUT_EP
:
in xhci_ep_type_string()
H
A
D
xhci-dbgcap.c
114
ep_ctx->ep_info2 = dbc_epctx_info2(
BULK_OUT_EP
, 1024, max_burst);
in xhci_dbc_init_contexts()
H
A
D
xhci-mem.c
1352
return in ? BULK_IN_EP :
BULK_OUT_EP
;
in xhci_get_endpoint_type()
Completed in 27 milliseconds