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:next_xfer
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
pio.c
583
pio->curr_xfer = pio->curr_xfer->
next_xfer
;
in hci_pio_process_cmd()
598
xfer[i].
next_xfer
= (i + 1 < n) ? &xfer[i + 1] : NULL;
in hci_pio_queue_xfer()
608
prev_queue_tail->
next_xfer
= xfer;
in hci_pio_queue_xfer()
652
for (p = pio->curr_xfer; p; p = p->
next_xfer
) {
in hci_pio_dequeue_xfer_common()
654
*p_prev_next = xfer[n - 1].
next_xfer
;
in hci_pio_dequeue_xfer_common()
657
p_prev_next = &p->
next_xfer
;
in hci_pio_dequeue_xfer_common()
673
for (p = pio->curr_xfer; p; p = p->
next_xfer
) {
in hci_pio_dequeue_xfer_common()
H
A
D
hci.h
84
struct hci_xfer *
next_xfer
;
member
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-tegra210-quad.c
1222
struct spi_transfer *
next_xfer
;
in tegra_qspi_non_combined_seq_xfer()
local
1224
next_xfer
= list_next_entry(xfer, transfer_list);
in tegra_qspi_non_combined_seq_xfer()
1225
if (
next_xfer
->dummy_data) {
in tegra_qspi_non_combined_seq_xfer()
1226
u32 dummy_cycles =
next_xfer
->len * 8 /
next_xfer
->tx_nbits;
in tegra_qspi_non_combined_seq_xfer()
1230
dummy_bytes =
next_xfer
->len;
in tegra_qspi_non_combined_seq_xfer()
1231
transfer =
next_xfer
;
in tegra_qspi_non_combined_seq_xfer()
Completed in 5 milliseconds