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:EP_DIR_OUT
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
mv_udc_core.c
118
udc->ep0_dir =
EP_DIR_OUT
;
in ep0_stall()
182
if (direction ==
EP_DIR_OUT
)
in process_ep_req()
263
bit_pos = 1 << (((direction ==
EP_DIR_OUT
) ? 0 : 16) + ep->ep_num);
in queue_dtd()
463
bit_pos = 1 << ((direction ==
EP_DIR_OUT
? 0 : 16) + ep->ep_num);
in mv_ep_enable()
639
else if (direction ==
EP_DIR_OUT
)
in mv_ep_fifo_flush()
764
bit_pos = 1 << (((ep_dir(ep) ==
EP_DIR_OUT
) ? 0 : 16) + ep->ep_num);
in mv_prime_ep()
882
if (direction ==
EP_DIR_OUT
)
in ep_is_stall()
926
udc->ep0_dir =
EP_DIR_OUT
;
in mv_ep_set_halt_wedge()
1268
ep->direction =
EP_DIR_OUT
;
in eps_init()
1365
udc->ep0_dir =
EP_DIR_OUT
;
in mv_udc_start()
[all...]
H
A
D
mv_udc.h
16
#define
EP_DIR_OUT
0
macro
H
A
D
fsl_usb2_udc.h
470
#define
EP_DIR_OUT
0
macro
H
A
D
fsl_udc_core.c
1386
if (ep0_prime_status(udc,
EP_DIR_OUT
))
in ch9getstatus()
1504
if (ep0_prime_status(udc,
EP_DIR_OUT
))
1563
qh = &udc->ep_qh[ep_num * 2 +
EP_DIR_OUT
];
in tripwire_handler()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
mv_udc_core.c
118
udc->ep0_dir =
EP_DIR_OUT
;
in ep0_stall()
182
if (direction ==
EP_DIR_OUT
)
in process_ep_req()
263
bit_pos = 1 << (((direction ==
EP_DIR_OUT
) ? 0 : 16) + ep->ep_num);
in queue_dtd()
463
bit_pos = 1 << ((direction ==
EP_DIR_OUT
? 0 : 16) + ep->ep_num);
in mv_ep_enable()
639
else if (direction ==
EP_DIR_OUT
)
in mv_ep_fifo_flush()
764
bit_pos = 1 << (((ep_dir(ep) ==
EP_DIR_OUT
) ? 0 : 16) + ep->ep_num);
in mv_prime_ep()
884
if (direction ==
EP_DIR_OUT
)
in ep_is_stall()
928
udc->ep0_dir =
EP_DIR_OUT
;
in mv_ep_set_halt_wedge()
1270
ep->direction =
EP_DIR_OUT
;
in eps_init()
1366
udc->ep0_dir =
EP_DIR_OUT
;
in mv_udc_start()
[all...]
H
A
D
mv_udc.h
16
#define
EP_DIR_OUT
0
macro
H
A
D
fsl_usb2_udc.h
470
#define
EP_DIR_OUT
0
macro
H
A
D
fsl_udc_core.c
1385
if (ep0_prime_status(udc,
EP_DIR_OUT
))
in ch9getstatus()
1503
if (ep0_prime_status(udc,
EP_DIR_OUT
))
1562
qh = &udc->ep_qh[ep_num * 2 +
EP_DIR_OUT
];
in tripwire_handler()
H
A
D
aspeed_udc.c
132
#define
EP_DIR_OUT
(0x1 << 4)
macro
382
ep_conf |=
EP_DIR_OUT
;
in ast_udc_ep_enable()
Completed in 18 milliseconds