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:send_zlp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
180
bool
send_zlp
;
member
994
req->
send_zlp
= 0;
in udc_ep_in_req_dma()
1797
req->
send_zlp
= _req->zero;
in lpc32xx_ep_queue()
2067
if (req->
send_zlp
) {
in udc_handle_dma_ep()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
lpc32xx_udc.c
179
bool
send_zlp
;
member
993
req->
send_zlp
= 0;
in udc_ep_in_req_dma()
1796
req->
send_zlp
= _req->zero;
in lpc32xx_ep_queue()
2068
if (req->
send_zlp
) {
in udc_handle_dma_ep()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
123
* @
send_zlp
: Set if we need to send a zero-length packet.
173
unsigned int
send_zlp
:1;
member
H
A
D
gadget.c
843
((hs_ep->
send_zlp
&& true_last) ?
in dwc2_gadget_fill_nonisoc_xfer_ddma_one()
1138
hs_ep->
send_zlp
= 1;
in dwc2_hsotg_start_req()
2053
hsotg->eps_out[0]->
send_zlp
= 0;
in dwc2_hsotg_enqueue_setup()
2755
if (hs_ep->
send_zlp
) {
in dwc2_hsotg_complete_in()
2756
hs_ep->
send_zlp
= 0;
in dwc2_hsotg_complete_in()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
94
* @
send_zlp
: Set if we need to send a zero-length packet.
145
unsigned int
send_zlp
:1;
member
H
A
D
gadget.c
842
((hs_ep->
send_zlp
&& true_last) ?
in dwc2_gadget_fill_nonisoc_xfer_ddma_one()
1137
hs_ep->
send_zlp
= 1;
in dwc2_hsotg_start_req()
2053
hsotg->eps_out[0]->
send_zlp
= 0;
in dwc2_hsotg_enqueue_setup()
2755
if (hs_ep->
send_zlp
) {
in dwc2_hsotg_complete_in()
2756
hs_ep->
send_zlp
= 0;
in dwc2_hsotg_complete_in()
Completed in 27 milliseconds