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
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
cppi_dma.c
454
void __iomem *tibase, int onepacket, unsigned
n_bds
)
in cppi_autoreq_update()
473
n_bds
--;
in cppi_autoreq_update()
495
if (
n_bds
&& rx->channel.actual_len) {
in cppi_autoreq_update()
506
return
n_bds
;
in cppi_autoreq_update()
567
unsigned
n_bds
;
in cppi_next_tx_segment()
local
584
n_bds
= 1;
in cppi_next_tx_segment()
587
n_bds
= DIV_ROUND_UP(length, maxpacket);
in cppi_next_tx_segment()
589
n_bds
= 1;
in cppi_next_tx_segment()
590
n_bds
= min(
n_bds
, (unsigne
in cppi_next_tx_segment()
453
cppi_autoreq_update(struct cppi_channel *rx, void __iomem *tibase, int onepacket, unsigned
n_bds
)
cppi_autoreq_update()
argument
768
unsigned
n_bds
;
cppi_next_rx_segment()
local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
148
* @
n_bds
: Number of buffer descriptors in the ring.
157
int
n_bds
;
member
174
idx |
n_bds
| dir | max_pkt_hs |
201
* @
n_bds
: Total number of BDs in the ring.
226
unsigned int
n_bds
;
member
643
if (!iudma->is_tx || iudma->n_bds_used == iudma->
n_bds
||
in iudma_write()
765
unsigned int
n_bds
= cfg->
n_bds
;
in iudma_init_channel()
local
784
iudma->
n_bds
=
n_bds
;
in iudma_init_channel()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
148
* @
n_bds
: Number of buffer descriptors in the ring.
157
int
n_bds
;
member
174
idx |
n_bds
| dir | max_pkt_hs |
201
* @
n_bds
: Total number of BDs in the ring.
226
unsigned int
n_bds
;
member
640
if (!iudma->is_tx || iudma->n_bds_used == iudma->
n_bds
||
in iudma_write()
762
unsigned int
n_bds
= cfg->
n_bds
;
in iudma_init_channel()
local
781
iudma->
n_bds
=
n_bds
;
in iudma_init_channel()
[all...]
Completed in 6 milliseconds