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:pxa_ep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
55
* See pxa_udc, udc_usb_ep versus
pxa_ep
, and matching function find_pxa_ep.
79
static void handle_ep(struct
pxa_ep
*ep);
139
struct
pxa_ep
*ep;
in queues_dbg_show()
148
ep = &udc->
pxa_ep
[i];
in queues_dbg_show()
172
struct
pxa_ep
*ep;
in eps_dbg_show()
179
ep = &udc->
pxa_ep
[0];
in eps_dbg_show()
191
ep = &udc->
pxa_ep
[i];
in eps_dbg_show()
234
* is_match_usb_pxa - check if usb_ep and
pxa_ep
match
237
* @config: configuration required in
pxa_ep
238
* @interface: interface required in
pxa_ep
[all...]
H
A
D
pxa27x_udc.h
303
* @
pxa_ep
: matching
pxa_ep
(cache of find_pxa_ep() call)
309
struct
pxa_ep
*
pxa_ep
;
member
313
* struct
pxa_ep
- pxa endpoint
316
* @lock: lock to
pxa_ep
data (queues and stats)
341
* As we define the
pxa_ep
statically, we must guess all needed
pxa_ep
for all
344
struct
pxa_ep
{
struct
378
* @in_use: sanity check if request already queued on an
pxa_ep
464
struct
pxa_ep
pxa_ep
[NR_PXA_ENDPOINTS];
global()
member
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
55
* See pxa_udc, udc_usb_ep versus
pxa_ep
, and matching function find_pxa_ep.
79
static void handle_ep(struct
pxa_ep
*ep);
139
struct
pxa_ep
*ep;
in queues_dbg_show()
148
ep = &udc->
pxa_ep
[i];
in queues_dbg_show()
172
struct
pxa_ep
*ep;
in eps_dbg_show()
179
ep = &udc->
pxa_ep
[0];
in eps_dbg_show()
191
ep = &udc->
pxa_ep
[i];
in eps_dbg_show()
232
* is_match_usb_pxa - check if usb_ep and
pxa_ep
match
235
* @config: configuration required in
pxa_ep
236
* @interface: interface required in
pxa_ep
[all...]
H
A
D
pxa27x_udc.h
303
* @
pxa_ep
: matching
pxa_ep
(cache of find_pxa_ep() call)
309
struct
pxa_ep
*
pxa_ep
;
member
313
* struct
pxa_ep
- pxa endpoint
316
* @lock: lock to
pxa_ep
data (queues and stats)
341
* As we define the
pxa_ep
statically, we must guess all needed
pxa_ep
for all
344
struct
pxa_ep
{
struct
378
* @in_use: sanity check if request already queued on an
pxa_ep
463
struct
pxa_ep
pxa_ep
[NR_PXA_ENDPOINTS];
global()
member
[all...]
Completed in 6 milliseconds