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:zlp_buf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.c
261
if (request->buf == pdev->
zlp_buf
)
in cdns2_gadget_giveback()
1727
zlp_request->buf = pdev->
zlp_buf
;
in cdns2_gadget_ep_queue()
2341
pdev->
zlp_buf
= kzalloc(CDNS2_EP_ZLP_BUF_SIZE, GFP_KERNEL);
in cdns2_gadget_start()
2342
if (!pdev->
zlp_buf
) {
in cdns2_gadget_start()
2370
kfree(pdev->
zlp_buf
);
in cdns2_gadget_start()
2430
kfree(pdev->
zlp_buf
);
in cdns2_gadget_remove()
H
A
D
cdns2-gadget.h
624
* @
zlp_buf
: zlp buffer.
660
void *
zlp_buf
;
member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
835
if (request->complete && request->buf != priv_dev->
zlp_buf
) {
in cdns3_gadget_giveback()
842
if (request->buf == priv_dev->
zlp_buf
)
in cdns3_gadget_giveback()
2659
zlp_request->buf = priv_dev->
zlp_buf
;
in cdns3_gadget_ep_queue()
3276
kfree(priv_dev->
zlp_buf
);
in cdns3_gadget_exit()
3383
priv_dev->
zlp_buf
= kzalloc(CDNS3_EP_ZLP_BUF_SIZE, GFP_KERNEL);
in cdns3_gadget_start()
3384
if (!priv_dev->
zlp_buf
) {
in cdns3_gadget_start()
3398
kfree(priv_dev->
zlp_buf
);
in cdns3_gadget_start()
H
A
D
cdns3-gadget.h
1268
* @
zlp_buf
- zlp buffer
1309
void *
zlp_buf
;
member
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
847
if (request->buf == priv_dev->
zlp_buf
)
in cdns3_gadget_giveback()
2652
zlp_request->buf = priv_dev->
zlp_buf
;
in cdns3_gadget_ep_queue()
3255
kfree(priv_dev->
zlp_buf
);
in cdns3_gadget_exit()
3354
priv_dev->
zlp_buf
= kzalloc(CDNS3_EP_ZLP_BUF_SIZE, GFP_KERNEL);
in cdns3_gadget_start()
3355
if (!priv_dev->
zlp_buf
) {
in cdns3_gadget_start()
3369
kfree(priv_dev->
zlp_buf
);
in cdns3_gadget_start()
H
A
D
gadget.h
1266
* @
zlp_buf
- zlp buffer
1306
void *
zlp_buf
;
member
Completed in 16 milliseconds