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:n_bds_used
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
198
* @
n_bds_used
: Number of BD entries currently occupied.
222
int
n_bds_used
;
member
603
iudma->
n_bds_used
= 0;
in iudma_write()
621
iudma->
n_bds_used
++;
in iudma_write()
643
if (!iudma->is_tx || iudma->
n_bds_used
== iudma->n_bds ||
in iudma_write()
676
if (!iudma->
n_bds_used
)
in iudma_read()
679
for (i = 0; i < iudma->
n_bds_used
; i++) {
in iudma_read()
696
iudma->
n_bds_used
= 0;
in iudma_read()
745
iudma->
n_bds_used
= 0;
in iudma_reset_channel()
2208
seq_printf(s, " desc: %d/%d used", iudma->
n_bds_used
,
in bcm63xx_iudma_dbg_show()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
198
* @
n_bds_used
: Number of BD entries currently occupied.
222
int
n_bds_used
;
member
600
iudma->
n_bds_used
= 0;
in iudma_write()
618
iudma->
n_bds_used
++;
in iudma_write()
640
if (!iudma->is_tx || iudma->
n_bds_used
== iudma->n_bds ||
in iudma_write()
673
if (!iudma->
n_bds_used
)
in iudma_read()
676
for (i = 0; i < iudma->
n_bds_used
; i++) {
in iudma_read()
693
iudma->
n_bds_used
= 0;
in iudma_read()
742
iudma->
n_bds_used
= 0;
in iudma_reset_channel()
2203
seq_printf(s, " desc: %d/%d used", iudma->
n_bds_used
,
in bcm63xx_iudma_dbg_show()
[all...]
Completed in 9 milliseconds