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:ep0_expect_in
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
ep0.c
132
direction = !dwc->
ep0_expect_in
;
in __dwc3_gadget_ep0_queue()
177
direction = dwc->
ep0_expect_in
;
in __dwc3_gadget_ep0_queue()
809
dwc->
ep0_expect_in
= false;
in dwc3_ep0_inspect_setup()
813
dwc->
ep0_expect_in
= !!(ctrl->bRequestType & USB_DIR_IN);
in dwc3_ep0_inspect_setup()
1065
unsigned int direction = !dwc->
ep0_expect_in
;
in dwc3_ep0_send_delayed_status()
1107
if (dwc->
ep0_expect_in
!= event->endpoint_number) {
in dwc3_ep0_xfernotready()
1108
struct dwc3_ep *dep = dwc->eps[dwc->
ep0_expect_in
];
in dwc3_ep0_xfernotready()
H
A
D
core.h
1013
* @
ep0_expect_in
: true when we expect a DATA IN transfer
1222
unsigned
ep0_expect_in
:1;
member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
ep0.c
134
direction = !dwc->
ep0_expect_in
;
in __dwc3_gadget_ep0_queue()
179
direction = dwc->
ep0_expect_in
;
in __dwc3_gadget_ep0_queue()
835
dwc->
ep0_expect_in
= false;
in dwc3_ep0_inspect_setup()
839
dwc->
ep0_expect_in
= !!(ctrl->bRequestType & USB_DIR_IN);
in dwc3_ep0_inspect_setup()
1091
unsigned int direction = !dwc->
ep0_expect_in
;
in dwc3_ep0_send_delayed_status()
1141
if (dwc->
ep0_expect_in
!= event->endpoint_number) {
in dwc3_ep0_xfernotready()
1142
struct dwc3_ep *dep = dwc->eps[dwc->
ep0_expect_in
];
in dwc3_ep0_xfernotready()
H
A
D
core.h
1068
* @
ep0_expect_in
: true when we expect a DATA IN transfer
1302
unsigned
ep0_expect_in
:1;
member
H
A
D
gadget.c
147
dir = !!dwc->
ep0_expect_in
;
in dwc3_ep0_reset_state()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ep0.c
451
pdev->
ep0_expect_in
= false;
in cdnsp_setup_analyze()
454
pdev->
ep0_expect_in
= !!(ctrl->bRequestType & USB_DIR_IN);
in cdnsp_setup_analyze()
H
A
D
cdnsp-ring.c
302
!pdev->
ep0_expect_in
)
in cdnsp_ring_ep_doorbell()
2047
field |= TRB_IOC | (pdev->
ep0_expect_in
? 0 : TRB_ISP);
in cdnsp_queue_ctrl_tx()
2049
if (pdev->
ep0_expect_in
)
in cdnsp_queue_ctrl_tx()
2065
if (!pdev->
ep0_expect_in
)
in cdnsp_queue_ctrl_tx()
2088
if (preq->request.length > 0 && pdev->
ep0_expect_in
)
in cdnsp_queue_ctrl_tx()
H
A
D
cdnsp-gadget.h
1363
* @
ep0_expect_in
: Data IN expected for control transfer.
1419
u8
ep0_expect_in
;
member
Completed in 22 milliseconds