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:num_queued_sgs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
gadget.c
1189
- req->
num_queued_sgs
;
in dwc3_prepare_trbs_sg()
1197
for_each_sg(req->request.sg, s, req->
num_queued_sgs
, i)
in dwc3_prepare_trbs_sg()
1252
req->
num_queued_sgs
++;
in dwc3_prepare_trbs_sg()
1334
req->
num_queued_sgs
= 0;
in dwc3_prepare_trbs()
2850
unsigned int num_queued = req->
num_queued_sgs
;
in dwc3_gadget_ep_reclaim_trb_sg()
2858
req->
num_queued_sgs
--;
in dwc3_gadget_ep_reclaim_trb_sg()
2881
return req->num_pending_sgs == 0 && req->
num_queued_sgs
== 0;
in dwc3_gadget_ep_request_completed()
H
A
D
core.h
881
* @
num_queued_sgs
: counter to the number of sgs which already got queued
901
unsigned int
num_queued_sgs
;
member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
gadget.c
1440
- req->
num_queued_sgs
;
in dwc3_prepare_trbs_sg()
1448
for_each_sg(req->request.sg, s, req->
num_queued_sgs
, i)
in dwc3_prepare_trbs_sg()
1513
req->
num_queued_sgs
++;
in dwc3_prepare_trbs_sg()
1596
req->
num_queued_sgs
= 0;
in dwc3_prepare_trbs()
3434
unsigned int num_queued = req->
num_queued_sgs
;
in dwc3_gadget_ep_reclaim_trb_sg()
3442
req->
num_queued_sgs
--;
in dwc3_gadget_ep_reclaim_trb_sg()
3465
return req->num_pending_sgs == 0 && req->
num_queued_sgs
== 0;
in dwc3_gadget_ep_request_completed()
H
A
D
core.h
925
* @
num_queued_sgs
: counter to the number of sgs which already got queued
945
unsigned int
num_queued_sgs
;
member
Completed in 17 milliseconds