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:eps_in
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
66
return hsotg->
eps_in
[ep_index];
in index_to_ep()
3255
if (hsotg->
eps_in
[i])
in dwc2_hsotg_irq_enumdone()
3323
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_disconnect()
3324
kill_all_requests(hsotg, hsotg->
eps_in
[ep],
in dwc2_hsotg_disconnect()
3398
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_core_init_disconnected()
3399
dwc2_hsotg_ep_disable(&hsotg->
eps_in
[ep]->ep);
in dwc2_hsotg_core_init_disconnected()
3625
hs_ep = hsotg->
eps_in
[idx];
in dwc2_gadget_handle_incomplete_isoc_in()
4571
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_udc_stop()
4572
dwc2_hsotg_ep_disable_lock(&hsotg->
eps_in
[ep]->ep);
in dwc2_hsotg_udc_stop()
4820
hsotg->
eps_in
[
in dwc2_hsotg_hw_cfg()
[all...]
H
A
D
core.h
1044
* @
eps_in
: The IN endpoints being supplied to the gadget framework
1212
struct dwc2_hsotg_ep *
eps_in
[MAX_EPS_CHANNELS];
member
H
A
D
debugfs.c
316
ep = hsotg->
eps_in
[epidx];
in dwc2_hsotg_create_debug()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
65
return hsotg->
eps_in
[ep_index];
in index_to_ep()
3255
if (hsotg->
eps_in
[i])
in dwc2_hsotg_irq_enumdone()
3323
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_disconnect()
3324
kill_all_requests(hsotg, hsotg->
eps_in
[ep],
in dwc2_hsotg_disconnect()
3398
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_core_init_disconnected()
3399
dwc2_hsotg_ep_disable(&hsotg->
eps_in
[ep]->ep);
in dwc2_hsotg_core_init_disconnected()
3625
hs_ep = hsotg->
eps_in
[idx];
in dwc2_gadget_handle_incomplete_isoc_in()
4596
if (hsotg->
eps_in
[ep])
in dwc2_hsotg_udc_stop()
4597
dwc2_hsotg_ep_disable_lock(&hsotg->
eps_in
[ep]->ep);
in dwc2_hsotg_udc_stop()
4872
hsotg->
eps_in
[
in dwc2_hsotg_hw_cfg()
[all...]
H
A
D
core.h
1029
* @
eps_in
: The IN endpoints being supplied to the gadget framework
1199
struct dwc2_hsotg_ep *
eps_in
[MAX_EPS_CHANNELS];
member
H
A
D
debugfs.c
316
ep = hsotg->
eps_in
[epidx];
in dwc2_hsotg_create_debug()
Completed in 19 milliseconds