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:is_ep0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
399
if (
is_ep0
(ep))
in ep_write_UDCCSR()
431
if (!
is_ep0
(ep) && ep->dir_in)
in ep_is_empty()
433
if (
is_ep0
(ep))
in ep_is_empty()
451
if (
is_ep0
(ep))
in ep_is_full()
466
if (!
is_ep0
(ep) && ep->dir_in)
in epout_has_pkt()
468
if (
is_ep0
(ep))
in epout_has_pkt()
647
if (!
is_ep0
(ep) && list_empty(&ep->queue))
in ep_del_request()
1110
if (
is_ep0
(ep)) {
in pxa_ep_queue()
1172
if (!ep ||
is_ep0
(ep))
in pxa_ep_dequeue()
1210
if (!ep ||
is_ep0
(e
in pxa_ep_set_halt()
[all...]
H
A
D
at91_udc.c
641
int
is_ep0
;
in at91_ep_queue()
local
651
is_ep0
= (ep->ep.name == ep0name);
in at91_ep_queue()
652
if (
is_ep0
) {
in at91_ep_queue()
689
if (status &&
is_ep0
)
in at91_ep_queue()
H
A
D
pxa27x_udc.h
202
#define
is_ep0
(ep) (!ep->idx)
macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
397
if (
is_ep0
(ep))
in ep_write_UDCCSR()
429
if (!
is_ep0
(ep) && ep->dir_in)
in ep_is_empty()
431
if (
is_ep0
(ep))
in ep_is_empty()
449
if (
is_ep0
(ep))
in ep_is_full()
464
if (!
is_ep0
(ep) && ep->dir_in)
in epout_has_pkt()
466
if (
is_ep0
(ep))
in epout_has_pkt()
645
if (!
is_ep0
(ep) && list_empty(&ep->queue))
in ep_del_request()
1108
if (
is_ep0
(ep)) {
in pxa_ep_queue()
1170
if (!ep ||
is_ep0
(ep))
in pxa_ep_dequeue()
1209
if (!ep ||
is_ep0
(e
in pxa_ep_set_halt()
[all...]
H
A
D
at91_udc.c
641
int
is_ep0
;
in at91_ep_queue()
local
651
is_ep0
= (ep->ep.name == ep0name);
in at91_ep_queue()
652
if (
is_ep0
) {
in at91_ep_queue()
689
if (status &&
is_ep0
)
in at91_ep_queue()
H
A
D
pxa27x_udc.h
202
#define
is_ep0
(ep) (!ep->idx)
macro
Completed in 12 milliseconds