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:curr_xfer
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
pio.c
128
struct hci_xfer *
curr_xfer
, *xfer_queue;
member
218
BUG_ON(pio->
curr_xfer
);
in hci_pio_cleanup()
363
struct hci_xfer *xfer = pio->
curr_xfer
;
in hci_pio_queue_data()
544
struct hci_xfer *xfer = pio->
curr_xfer
;
in hci_pio_queue_resp()
563
while (pio->
curr_xfer
&&
in hci_pio_process_cmd()
579
hci_pio_write_cmd(hci, pio->
curr_xfer
);
in hci_pio_process_cmd()
583
pio->
curr_xfer
= pio->
curr_xfer
->next_xfer;
in hci_pio_process_cmd()
585
return !pio->
curr_xfer
;
in hci_pio_process_cmd()
607
if (pio->
curr_xfer
) {
in hci_pio_queue_xfer()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-tegra20-sflash.c
133
struct spi_transfer *
curr_xfer
;
member
268
tsd->
curr_xfer
= t;
in tegra_sflash_start_transfer_one()
361
struct spi_transfer *t = tsd->
curr_xfer
;
in handle_cpu_based_xfer()
H
A
D
spi-tegra20-slink.c
195
struct spi_transfer *
curr_xfer
;
member
694
tspi->
curr_xfer
= t;
in tegra_slink_start_transfer_one()
843
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_cpu_based_xfer()
883
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_dma_based_xfer()
H
A
D
spi-tegra114.c
211
struct spi_transfer *
curr_xfer
;
member
797
tspi->
curr_xfer
= t;
in tegra_spi_setup_transfer_one()
1128
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_cpu_based_xfer()
1169
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_dma_based_xfer()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-tegra20-sflash.c
133
struct spi_transfer *
curr_xfer
;
member
268
tsd->
curr_xfer
= t;
in tegra_sflash_start_transfer_one()
360
struct spi_transfer *t = tsd->
curr_xfer
;
in handle_cpu_based_xfer()
H
A
D
spi-tegra20-slink.c
197
struct spi_transfer *
curr_xfer
;
member
693
tspi->
curr_xfer
= t;
in tegra_slink_start_transfer_one()
841
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_cpu_based_xfer()
881
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_dma_based_xfer()
H
A
D
spi-tegra114.c
210
struct spi_transfer *
curr_xfer
;
member
792
tspi->
curr_xfer
= t;
in tegra_spi_setup_transfer_one()
1121
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_cpu_based_xfer()
1162
struct spi_transfer *t = tspi->
curr_xfer
;
in handle_dma_based_xfer()
H
A
D
spi-tegra210-quad.c
219
struct spi_transfer *
curr_xfer
;
member
827
tqspi->
curr_xfer
= t;
in tegra_qspi_setup_transfer_one()
1337
struct spi_transfer *t = tqspi->
curr_xfer
;
in handle_cpu_based_xfer()
1370
struct spi_transfer *t = tqspi->
curr_xfer
;
in handle_dma_based_xfer()
Completed in 14 milliseconds