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:cur_rx_pos
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-tegra20-slink.c
172
unsigned
cur_rx_pos
;
member
339
u8 *rx_buf = (u8 *)t->rx_buf + tspi->
cur_rx_pos
;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
350
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
358
tspi->
cur_rx_pos
+= rx_full_count * tspi->bytes_per_word;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
406
memcpy(t->rx_buf + tspi->
cur_rx_pos
, tspi->rx_dma_buf, len);
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
410
unsigned char *rx_buf = t->rx_buf + tspi->
cur_rx_pos
;
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
419
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
692
tspi->
cur_rx_pos
= 0;
in tegra_slink_start_transfer_one()
867
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_cpu_based_xfer()
941
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_dma_based_xfer()
[all...]
H
A
D
spi-tegra20-sflash.c
121
unsigned
cur_rx_pos
;
member
207
u8 *rx_buf = (u8 *)t->rx_buf + tsd->
cur_rx_pos
;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
219
tsd->
cur_rx_pos
+= read_words * tsd->bytes_per_word;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
266
tsd->
cur_rx_pos
= 0;
in tegra_sflash_start_transfer_one()
383
tsd->cur_pos = tsd->
cur_rx_pos
;
in handle_cpu_based_xfer()
H
A
D
spi-tegra114.c
186
unsigned
cur_rx_pos
;
member
352
u8 *rx_buf = (u8 *)t->rx_buf + tspi->
cur_rx_pos
;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
365
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
382
tspi->
cur_rx_pos
+= read_bytes;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
437
memcpy(t->rx_buf + tspi->
cur_rx_pos
, tspi->rx_dma_buf, len);
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
438
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
442
unsigned char *rx_buf = t->rx_buf + tspi->
cur_rx_pos
;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
458
tspi->
cur_rx_pos
+= read_bytes;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
795
tspi->
cur_rx_pos
= 0;
in tegra_spi_setup_transfer_one()
1153
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_cpu_based_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-tegra20-slink.c
174
unsigned
cur_rx_pos
;
member
338
u8 *rx_buf = (u8 *)t->rx_buf + tspi->
cur_rx_pos
;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
349
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
357
tspi->
cur_rx_pos
+= rx_full_count * tspi->bytes_per_word;
in tegra_slink_read_rx_fifo_to_client_rxbuf()
405
memcpy(t->rx_buf + tspi->
cur_rx_pos
, tspi->rx_dma_buf, len);
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
409
unsigned char *rx_buf = t->rx_buf + tspi->
cur_rx_pos
;
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
418
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
691
tspi->
cur_rx_pos
= 0;
in tegra_slink_start_transfer_one()
865
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_cpu_based_xfer()
939
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_dma_based_xfer()
[all...]
H
A
D
spi-tegra20-sflash.c
121
unsigned
cur_rx_pos
;
member
207
u8 *rx_buf = (u8 *)t->rx_buf + tsd->
cur_rx_pos
;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
219
tsd->
cur_rx_pos
+= read_words * tsd->bytes_per_word;
in tegra_sflash_read_rx_fifo_to_client_rxbuf()
266
tsd->
cur_rx_pos
= 0;
in tegra_sflash_start_transfer_one()
382
tsd->cur_pos = tsd->
cur_rx_pos
;
in handle_cpu_based_xfer()
H
A
D
spi-tegra114.c
185
unsigned
cur_rx_pos
;
member
351
u8 *rx_buf = (u8 *)t->rx_buf + tspi->
cur_rx_pos
;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
364
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
381
tspi->
cur_rx_pos
+= read_bytes;
in tegra_spi_read_rx_fifo_to_client_rxbuf()
436
memcpy(t->rx_buf + tspi->
cur_rx_pos
, tspi->rx_dma_buf, len);
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
437
tspi->
cur_rx_pos
+= tspi->curr_dma_words * tspi->bytes_per_word;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
441
unsigned char *rx_buf = t->rx_buf + tspi->
cur_rx_pos
;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
457
tspi->
cur_rx_pos
+= read_bytes;
in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
790
tspi->
cur_rx_pos
= 0;
in tegra_spi_setup_transfer_one()
1146
tspi->cur_pos = tspi->
cur_rx_pos
;
in handle_cpu_based_xfer()
[all...]
H
A
D
spi-tegra210-quad.c
194
unsigned int
cur_rx_pos
;
member
358
u8 *rx_buf = (u8 *)t->rx_buf + tqspi->
cur_rx_pos
;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
375
tqspi->
cur_rx_pos
+= tqspi->curr_dma_words * tqspi->bytes_per_word;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
393
tqspi->
cur_rx_pos
+= read_bytes;
in tegra_qspi_read_rx_fifo_to_client_rxbuf()
449
tqspi->
cur_rx_pos
+= tqspi->curr_dma_words * tqspi->bytes_per_word;
in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
451
unsigned char *rx_buf = t->rx_buf + tqspi->
cur_rx_pos
;
in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
471
tqspi->
cur_rx_pos
+= read_bytes;
in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf()
575
u8 *rx_buf = (u8 *)t->rx_buf + tqspi->
cur_rx_pos
;
in tegra_qspi_dma_map_xfer()
825
tqspi->
cur_rx_pos
= 0;
in tegra_qspi_setup_transfer_one()
1354
tqspi->cur_pos = tqspi->
cur_rx_pos
;
in handle_cpu_based_xfer()
[all...]
Completed in 12 milliseconds