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:transfer_ring
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
405
struct tegra_xudc_trb *
transfer_ring
;
member
890
index = trb - ep->
transfer_ring
;
in trb_virt_to_phys()
909
trb = &ep->
transfer_ring
[index];
in trb_phys_to_virt()
1172
req->first_trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1175
struct tegra_xudc_trb *trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1186
trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1336
while (trb != &ep->
transfer_ring
[ep->enq_ptr]) {
in squeeze_transfer_ring()
1343
trb = ep->
transfer_ring
;
in squeeze_transfer_ring()
1347
ep->enq_ptr = req->first_trb - ep->
transfer_ring
;
in squeeze_transfer_ring()
1395
struct tegra_xudc_trb *enq_trb = &ep->
transfer_ring
[e
in trb_before_request()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
404
struct tegra_xudc_trb *
transfer_ring
;
member
900
index = trb - ep->
transfer_ring
;
in trb_virt_to_phys()
919
trb = &ep->
transfer_ring
[index];
in trb_phys_to_virt()
1182
req->first_trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1185
struct tegra_xudc_trb *trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1196
trb = &ep->
transfer_ring
[ep->enq_ptr];
in tegra_xudc_queue_trbs()
1346
while (trb != &ep->
transfer_ring
[ep->enq_ptr]) {
in squeeze_transfer_ring()
1353
trb = ep->
transfer_ring
;
in squeeze_transfer_ring()
1357
ep->enq_ptr = req->first_trb - ep->
transfer_ring
;
in squeeze_transfer_ring()
1405
struct tegra_xudc_trb *enq_trb = &ep->
transfer_ring
[e
in trb_before_request()
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_bcm4377.c
730
u16 msg_id,
transfer_ring
;
in bcm4377_handle_completion()
local
746
transfer_ring
= le16_to_cpu(entry->ring_id);
in bcm4377_handle_completion()
748
if ((ring->transfer_rings & BIT(
transfer_ring
)) == 0) {
in bcm4377_handle_completion()
752
pos,
transfer_ring
, ring->ring_id);
in bcm4377_handle_completion()
758
ring->ring_id,
transfer_ring
, msg_id);
in bcm4377_handle_completion()
760
switch (
transfer_ring
) {
in bcm4377_handle_completion()
794
ring->ring_id,
transfer_ring
, msg_id);
in bcm4377_handle_completion()
Completed in 13 milliseconds