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_STALLED
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-ep0.c
104
pep->ep_state |=
EP_STALLED
;
in cdns2_ep0_stall()
195
if (pep->ep_state &
EP_STALLED
)
in cdns2_req_ep0_handle_status()
416
pep->ep_state &= ~
EP_STALLED
;
in cdns2_handle_setup_packet()
H
A
D
cdns2-gadget.c
165
pep->ep_state |=
EP_STALLED
;
in cdns2_ep_stall_flush()
807
if (!pep->wa1_set && !(pep->ep_state &
EP_STALLED
) && !pep->skip) {
in cdns2_ep_run_transfer()
1037
if (!(pep->ep_state &
EP_STALLED
) &&
in cdns2_transfer_completed()
1146
if (!(pep->ep_state &
EP_STALLED
) &&
in cdns2_handle_epx_interrupt()
1591
pep->ep_state &= ~(
EP_STALLED
| EP_STALL_PENDING);
in cdns2_gadget_ep_enable()
1689
if (!(pep->ep_state &
EP_STALLED
) && !(pep->ep_state & EP_STALL_PENDING))
in cdns2_ep_enqueue()
1862
pep->ep_state &= ~(
EP_STALLED
| EP_STALL_PENDING);
in cdns2_halt_endpoint()
1878
pep->ep_state |=
EP_STALLED
;
in cdns2_halt_endpoint()
H
A
D
cdns2-gadget.h
553
#define
EP_STALLED
BIT(1)
macro
H
A
D
cdns2-trace.h
493
__entry->flags &
EP_STALLED
? "STALLED | " : "",
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
289
priv_ep->flags |=
EP_STALLED
;
in cdns3_ep_stall_flush()
1058
if (!(priv_ep->flags &
EP_STALLED
)) {
in cdns3_ep_run_stream_transfer()
1399
if (!priv_ep->wa1_set && !(priv_ep->flags &
EP_STALLED
)) {
in cdns3_ep_run_transfer()
1641
if (!(priv_ep->flags &
EP_STALLED
) &&
in cdns3_transfer_completed()
1757
} else if (!(priv_ep->flags &
EP_STALLED
) &&
in cdns3_check_ep_interrupt_proceed()
1811
!(priv_ep->flags &
EP_STALLED
))
in cdns3_check_ep_interrupt_proceed()
2460
priv_ep->flags &= ~(EP_PENDING_REQUEST |
EP_STALLED
| EP_STALL_PENDING |
in cdns3_gadget_ep_enable()
2617
!(priv_ep->flags &
EP_STALLED
) &&
in __cdns3_gadget_ep_queue()
2747
if (!(priv_ep->flags &
EP_STALLED
)) {
in __cdns3_gadget_ep_set_halt()
2792
priv_ep->flags &= ~(
EP_STALLED
| EP_STALL_PENDIN
in __cdns3_gadget_ep_clear_halt()
[all...]
H
A
D
trace.h
502
__entry->flags &
EP_STALLED
? "STALLED | " : "",
H
A
D
gadget.h
1148
#define
EP_STALLED
BIT(1)
macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
275
priv_ep->flags |=
EP_STALLED
;
in cdns3_ep_stall_flush()
1063
if (!(priv_ep->flags &
EP_STALLED
)) {
in cdns3_ep_run_stream_transfer()
1404
if (!priv_ep->wa1_set && !(priv_ep->flags &
EP_STALLED
)) {
in cdns3_ep_run_transfer()
1646
if (!(priv_ep->flags &
EP_STALLED
) &&
in cdns3_transfer_completed()
1762
} else if (!(priv_ep->flags &
EP_STALLED
) &&
in cdns3_check_ep_interrupt_proceed()
1816
!(priv_ep->flags &
EP_STALLED
))
in cdns3_check_ep_interrupt_proceed()
2465
priv_ep->flags &= ~(EP_PENDING_REQUEST |
EP_STALLED
| EP_STALL_PENDING |
in cdns3_gadget_ep_enable()
2624
!(priv_ep->flags &
EP_STALLED
) &&
in __cdns3_gadget_ep_queue()
2766
if (!(priv_ep->flags &
EP_STALLED
)) {
in __cdns3_gadget_ep_set_halt()
2811
priv_ep->flags &= ~(
EP_STALLED
| EP_STALL_PENDIN
in __cdns3_gadget_ep_clear_halt()
[all...]
H
A
D
cdns3-trace.h
489
__entry->flags &
EP_STALLED
? "STALLED | " : "",
H
A
D
cdns3-gadget.h
1149
#define
EP_STALLED
BIT(1)
macro
Completed in 19 milliseconds