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:saved_req_buf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
192
* @
saved_req_buf
: variable to save req.buf when bounce buffers are used.
197
void *
saved_req_buf
;
member
H
A
D
gadget.c
1294
WARN_ON(hs_req->
saved_req_buf
);
in dwc2_hsotg_handle_unaligned_buf_start()
1309
hs_req->
saved_req_buf
= req_buf;
in dwc2_hsotg_handle_unaligned_buf_start()
1322
if (!using_dma(hsotg) || !hs_req->
saved_req_buf
)
in dwc2_hsotg_handle_unaligned_buf_complete()
1330
memcpy(hs_req->
saved_req_buf
, hs_req->req.buf,
in dwc2_hsotg_handle_unaligned_buf_complete()
1336
hs_req->req.buf = hs_req->
saved_req_buf
;
in dwc2_hsotg_handle_unaligned_buf_complete()
1337
hs_req->
saved_req_buf
= NULL;
in dwc2_hsotg_handle_unaligned_buf_complete()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
165
* @
saved_req_buf
: variable to save req.buf when bounce buffers are used.
170
void *
saved_req_buf
;
member
H
A
D
gadget.c
1293
WARN_ON(hs_req->
saved_req_buf
);
in dwc2_hsotg_handle_unaligned_buf_start()
1308
hs_req->
saved_req_buf
= req_buf;
in dwc2_hsotg_handle_unaligned_buf_start()
1321
if (!using_dma(hsotg) || !hs_req->
saved_req_buf
)
in dwc2_hsotg_handle_unaligned_buf_complete()
1329
memcpy(hs_req->
saved_req_buf
, hs_req->req.buf,
in dwc2_hsotg_handle_unaligned_buf_complete()
1335
hs_req->req.buf = hs_req->
saved_req_buf
;
in dwc2_hsotg_handle_unaligned_buf_complete()
1336
hs_req->
saved_req_buf
= NULL;
in dwc2_hsotg_handle_unaligned_buf_complete()
Completed in 17 milliseconds