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:bot_req_out
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_tcm.c
127
req = fu->
bot_req_out
;
in bot_send_bad_status()
264
fu->
bot_req_out
->buf = cmd->data_buf;
in bot_send_write_request()
266
fu->
bot_req_out
->buf = NULL;
in bot_send_write_request()
267
fu->
bot_req_out
->num_sgs = se_cmd->t_data_nents;
in bot_send_write_request()
268
fu->
bot_req_out
->sg = se_cmd->t_data_sg;
in bot_send_write_request()
271
fu->
bot_req_out
->complete = usbg_data_write_cmpl;
in bot_send_write_request()
272
fu->
bot_req_out
->length = se_cmd->data_length;
in bot_send_write_request()
273
fu->
bot_req_out
->context = cmd;
in bot_send_write_request()
275
ret = usbg_prepare_w_request(cmd, fu->
bot_req_out
);
in bot_send_write_request()
278
ret = usb_ep_queue(fu->ep_out, fu->
bot_req_out
, GFP_KERNE
in bot_send_write_request()
[all...]
H
A
D
tcm.h
132
struct usb_request *
bot_req_out
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_tcm.c
127
req = fu->
bot_req_out
;
in bot_send_bad_status()
264
fu->
bot_req_out
->buf = cmd->data_buf;
in bot_send_write_request()
266
fu->
bot_req_out
->buf = NULL;
in bot_send_write_request()
267
fu->
bot_req_out
->num_sgs = se_cmd->t_data_nents;
in bot_send_write_request()
268
fu->
bot_req_out
->sg = se_cmd->t_data_sg;
in bot_send_write_request()
271
fu->
bot_req_out
->complete = usbg_data_write_cmpl;
in bot_send_write_request()
272
fu->
bot_req_out
->length = se_cmd->data_length;
in bot_send_write_request()
273
fu->
bot_req_out
->context = cmd;
in bot_send_write_request()
275
ret = usbg_prepare_w_request(cmd, fu->
bot_req_out
);
in bot_send_write_request()
278
ret = usb_ep_queue(fu->ep_out, fu->
bot_req_out
, GFP_KERNE
in bot_send_write_request()
[all...]
H
A
D
tcm.h
132
struct usb_request *
bot_req_out
;
member
Completed in 4 milliseconds