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:TRB_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.h
1013
#define
TRB_SIZE
(sizeof(struct cdns3_trb))
macro
1014
#define TRB_RING_SIZE (
TRB_SIZE
* TRBS_PER_SEGMENT)
1015
#define TRB_STREAM_RING_SIZE (
TRB_SIZE
* TRBS_PER_STREAM_SEGMENT)
1016
#define TRB_ISO_RING_SIZE (
TRB_SIZE
* TRBS_PER_ISOC_SEGMENT)
1017
#define TRB_CTRL_RING_SIZE (
TRB_SIZE
* 2)
H
A
D
gadget.c
120
return dma_index /
TRB_SIZE
;
in cdns3_get_dma_pos()
230
int num_trbs = ring_size /
TRB_SIZE
;
in cdns3_allocate_trb_pool()
1393
priv_req->start_trb *
TRB_SIZE
),
in cdns3_ep_run_transfer()
2721
((priv_req->end_trb + 1) *
TRB_SIZE
)));
in cdns3_gadget_ep_dequeue()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.h
1014
#define
TRB_SIZE
(sizeof(struct cdns3_trb))
macro
1015
#define TRB_RING_SIZE (
TRB_SIZE
* TRBS_PER_SEGMENT)
1016
#define TRB_STREAM_RING_SIZE (
TRB_SIZE
* TRBS_PER_STREAM_SEGMENT)
1017
#define TRB_ISO_RING_SIZE (
TRB_SIZE
* TRBS_PER_ISOC_SEGMENT)
1018
#define TRB_CTRL_RING_SIZE (
TRB_SIZE
* 2)
H
A
D
cdns3-gadget.c
122
return dma_index /
TRB_SIZE
;
in cdns3_get_dma_pos()
216
int num_trbs = ring_size /
TRB_SIZE
;
in cdns3_allocate_trb_pool()
1398
priv_req->start_trb *
TRB_SIZE
),
in cdns3_ep_run_transfer()
2736
((priv_req->end_trb + 1) *
TRB_SIZE
)));
in cdns3_gadget_ep_dequeue()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.h
440
#define
TRB_SIZE
(sizeof(struct cdns2_trb))
macro
446
#define TR_SEG_SIZE (
TRB_SIZE
* (TRBS_PER_SEGMENT + TRB_ISO_RESERVED))
H
A
D
cdns2-gadget.c
81
return dma_index /
TRB_SIZE
;
in cdns2_get_dma_pos()
652
(ring->enqueue *
TRB_SIZE
));
in cdns2_ep_tx_bulk()
732
buffer = pep->ring.dma + pep->ring.dequeue *
TRB_SIZE
;
in cdns2_prepare_first_isoc_transfer()
754
writel(pep->ring.dma + (TRBS_PER_SEGMENT *
TRB_SIZE
),
in cdns2_prepare_first_isoc_transfer()
1795
((preq->end_trb + 1) *
TRB_SIZE
)));
in cdns2_gadget_ep_dequeue()
Completed in 18 milliseconds