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:FUNC_WAKE_ISSUED
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_udc.c
167
*
FUNC_WAKE_ISSUED
is cleared when transfer has started after resume
in bdc_func_wake_timer()
169
if (bdc->devstatus &
FUNC_WAKE_ISSUED
) {
in bdc_func_wake_timer()
170
dev_dbg(bdc->dev, "
FUNC_WAKE_ISSUED
FLAG IS STILL SET\n");
in bdc_func_wake_timer()
202
bdc->devstatus |=
FUNC_WAKE_ISSUED
;
in handle_link_state_change()
H
A
D
bdc.h
271
#define
FUNC_WAKE_ISSUED
(1 << 18)
macro
H
A
D
bdc_ep.c
1660
if (bdc->devstatus &
FUNC_WAKE_ISSUED
) {
in bdc_sr_xsf()
1661
bdc->devstatus &= ~(
FUNC_WAKE_ISSUED
);
in bdc_sr_xsf()
1662
dev_dbg(bdc->dev, "%s clearing
FUNC_WAKE_ISSUED
flag\n",
in bdc_sr_xsf()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_udc.c
167
*
FUNC_WAKE_ISSUED
is cleared when transfer has started after resume
in bdc_func_wake_timer()
169
if (bdc->devstatus &
FUNC_WAKE_ISSUED
) {
in bdc_func_wake_timer()
170
dev_dbg(bdc->dev, "
FUNC_WAKE_ISSUED
FLAG IS STILL SET\n");
in bdc_func_wake_timer()
202
bdc->devstatus |=
FUNC_WAKE_ISSUED
;
in handle_link_state_change()
H
A
D
bdc.h
271
#define
FUNC_WAKE_ISSUED
BIT(18)
macro
H
A
D
bdc_ep.c
1660
if (bdc->devstatus &
FUNC_WAKE_ISSUED
) {
in bdc_sr_xsf()
1661
bdc->devstatus &= ~(
FUNC_WAKE_ISSUED
);
in bdc_sr_xsf()
1662
dev_dbg(bdc->dev, "%s clearing
FUNC_WAKE_ISSUED
flag\n",
in bdc_sr_xsf()
Completed in 8 milliseconds