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:DWC3_EP_WEDGE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
gadget.c
1694
(dep->flags &
DWC3_EP_WEDGE
) ||
in __dwc3_gadget_ep_queue()
1887
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in __dwc3_gadget_ep_set_halt()
1910
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in __dwc3_gadget_ep_set_halt()
1946
dep->flags |=
DWC3_EP_WEDGE
;
in dwc3_gadget_ep_set_wedge()
3120
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in dwc3_gadget_endpoint_command_complete()
H
A
D
trace.h
322
__entry->flags &
DWC3_EP_WEDGE
? 'W' : 'w',
H
A
D
ep0.c
527
if (set == 0 && (dep->flags &
DWC3_EP_WEDGE
))
in dwc3_ep0_handle_endpoint()
H
A
D
core.h
703
#define
DWC3_EP_WEDGE
BIT(2)
macro
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
trace.h
321
__entry->flags &
DWC3_EP_WEDGE
? 'W' : 'w',
H
A
D
gadget.c
1975
(dep->flags &
DWC3_EP_WEDGE
) ||
in __dwc3_gadget_ep_queue()
2199
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in __dwc3_gadget_ep_set_halt()
2226
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in __dwc3_gadget_ep_set_halt()
2262
dep->flags |=
DWC3_EP_WEDGE
;
in dwc3_gadget_ep_set_wedge()
3715
dep->flags &= ~(DWC3_EP_STALL |
DWC3_EP_WEDGE
);
in dwc3_gadget_endpoint_command_complete()
H
A
D
ep0.c
549
if (set == 0 && (dep->flags &
DWC3_EP_WEDGE
))
in dwc3_ep0_handle_endpoint()
H
A
D
core.h
741
#define
DWC3_EP_WEDGE
BIT(2)
macro
Completed in 23 milliseconds