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:enq_ptr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
408
unsigned int
enq_ptr
;
member
1063
if (ep->deq_ptr > ep->
enq_ptr
)
in ep_available_trbs()
1064
return ep->deq_ptr - ep->
enq_ptr
- 1;
in ep_available_trbs()
1066
return XUDC_TRANSFER_RING_SIZE - (ep->
enq_ptr
- ep->deq_ptr) - 2;
in ep_available_trbs()
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()
1184
ep->
enq_ptr
++;
in tegra_xudc_queue_trbs()
1185
if (ep->
enq_ptr
== XUDC_TRANSFER_RING_SIZE - 1) {
in tegra_xudc_queue_trbs()
1186
trb = &ep->transfer_ring[ep->
enq_ptr
];
in tegra_xudc_queue_trbs()
1189
ep->
enq_ptr
in tegra_xudc_queue_trbs()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
407
unsigned int
enq_ptr
;
member
1073
if (ep->deq_ptr > ep->
enq_ptr
)
in ep_available_trbs()
1074
return ep->deq_ptr - ep->
enq_ptr
- 1;
in ep_available_trbs()
1076
return XUDC_TRANSFER_RING_SIZE - (ep->
enq_ptr
- ep->deq_ptr) - 2;
in ep_available_trbs()
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()
1194
ep->
enq_ptr
++;
in tegra_xudc_queue_trbs()
1195
if (ep->
enq_ptr
== XUDC_TRANSFER_RING_SIZE - 1) {
in tegra_xudc_queue_trbs()
1196
trb = &ep->transfer_ring[ep->
enq_ptr
];
in tegra_xudc_queue_trbs()
1199
ep->
enq_ptr
in tegra_xudc_queue_trbs()
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
dma.c
589
unsigned int ptr,
enq_ptr
, deq_ptr;
in hci_dma_process_ibi()
local
599
enq_ptr
= FIELD_GET(RING_OP2_IBI_ENQ_PTR, op2_val);
in hci_dma_process_ibi()
608
for (ptr = deq_ptr; ptr !=
enq_ptr
;
in hci_dma_process_ibi()
643
DBG("no LAST_STATUS available (e=%d d=%d)",
enq_ptr
, deq_ptr);
in hci_dma_process_ibi()
Completed in 9 milliseconds