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:ep0in
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
udc.c
830
usb_ep_fifo_flush(&ci->
ep0in
->ep);
in _gadget_stop_activity()
838
usb_ep_free_request(&ci->
ep0in
->ep, ci->status);
in _gadget_stop_activity()
878
ci->status = usb_ep_alloc_request(&ci->
ep0in
->ep, GFP_ATOMIC);
928
ci->ep0out : ci->
ep0in
;
in _ep_queue()
974
struct ci_hw_ep *hwep = ci->
ep0in
;
1072
hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->
ep0in
;
in isr_setup_status_phase()
1104
hweptemp = hwep->ci->
ep0in
;
1143
_ep_nuke(ci->
ep0in
);
1737
struct ci_hw_ep *hwep = ci->
ep0in
;
in ci_udc_selfpowered()
1862
ci->
ep0in
in init_eps()
[all...]
H
A
D
ci.h
184
* @
ep0in
: pointer to ep0 IN endpoint
236
struct ci_hw_ep *ep0out, *
ep0in
;
member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
udc.c
844
usb_ep_fifo_flush(&ci->
ep0in
->ep);
in _gadget_stop_activity()
852
usb_ep_free_request(&ci->
ep0in
->ep, ci->status);
in _gadget_stop_activity()
892
ci->status = usb_ep_alloc_request(&ci->
ep0in
->ep, GFP_ATOMIC);
942
ci->ep0out : ci->
ep0in
;
in _ep_queue()
988
struct ci_hw_ep *hwep = ci->
ep0in
;
1086
hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->
ep0in
;
in isr_setup_status_phase()
1118
hweptemp = hwep->ci->
ep0in
;
1157
_ep_nuke(ci->
ep0in
);
1771
struct ci_hw_ep *hwep = ci->
ep0in
;
in ci_udc_selfpowered()
1897
ci->
ep0in
in init_eps()
[all...]
H
A
D
ci.h
190
* @
ep0in
: pointer to ep0 IN endpoint
242
struct ci_hw_ep *ep0out, *
ep0in
;
member
Completed in 7 milliseconds