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:wa1_set
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.c
268
if (pep->
wa1_set
) {
in cdns2_wa1_restore_cycle_bit()
271
pep->
wa1_set
= 0;
in cdns2_wa1_restore_cycle_bit()
285
if (!pep->
wa1_set
) {
in cdns2_wa1_update_guard()
292
pep->
wa1_set
= 1;
in cdns2_wa1_update_guard()
807
if (!pep->
wa1_set
&& !(pep->ep_state & EP_STALLED) && !pep->skip) {
in cdns2_ep_run_transfer()
1130
if (pep->type == USB_ENDPOINT_XFER_ISOC && !pep->
wa1_set
) {
in cdns2_handle_epx_interrupt()
1152
cdns2_rearm_transfer(pep, pep->
wa1_set
);
in cdns2_handle_epx_interrupt()
1593
pep->
wa1_set
= 0;
in cdns2_gadget_ep_enable()
H
A
D
cdns2-gadget.h
537
* @
wa1_set
: use WA1.
571
unsigned int
wa1_set
:1;
member
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
854
if (priv_ep->
wa1_set
) {
in cdns3_wa1_restore_cycle_bit()
857
priv_ep->
wa1_set
= 0;
in cdns3_wa1_restore_cycle_bit()
956
if (!priv_ep->
wa1_set
) {
in cdns3_wa1_update_guard()
963
priv_ep->
wa1_set
= 1;
in cdns3_wa1_update_guard()
1399
if (!priv_ep->
wa1_set
&& !(priv_ep->flags & EP_STALLED)) {
in cdns3_ep_run_transfer()
1747
!priv_ep->
wa1_set
) {
in cdns3_check_ep_interrupt_proceed()
1764
priv_ep->
wa1_set
);
in cdns3_check_ep_interrupt_proceed()
2463
priv_ep->
wa1_set
= 0;
in cdns3_gadget_ep_enable()
H
A
D
gadget.h
1184
unsigned int
wa1_set
:1;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
849
if (priv_ep->
wa1_set
) {
in cdns3_wa1_restore_cycle_bit()
852
priv_ep->
wa1_set
= 0;
in cdns3_wa1_restore_cycle_bit()
961
if (!priv_ep->
wa1_set
) {
in cdns3_wa1_update_guard()
968
priv_ep->
wa1_set
= 1;
in cdns3_wa1_update_guard()
1404
if (!priv_ep->
wa1_set
&& !(priv_ep->flags & EP_STALLED)) {
in cdns3_ep_run_transfer()
1752
!priv_ep->
wa1_set
) {
in cdns3_check_ep_interrupt_proceed()
1769
priv_ep->
wa1_set
);
in cdns3_check_ep_interrupt_proceed()
2468
priv_ep->
wa1_set
= 0;
in cdns3_gadget_ep_enable()
H
A
D
cdns3-gadget.h
1185
unsigned int
wa1_set
:1;
member
Completed in 19 milliseconds