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_timeout
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-fsl-lpspi.c
550
unsigned long
transfer_timeout
;
in fsl_lpspi_dma_transfer()
local
588
transfer_timeout
= fsl_lpspi_calculate_timeout(fsl_lpspi,
in fsl_lpspi_dma_transfer()
593
transfer_timeout
);
in fsl_lpspi_dma_transfer()
603
transfer_timeout
);
in fsl_lpspi_dma_transfer()
H
A
D
spi-imx.c
1363
unsigned long
transfer_timeout
;
in spi_imx_dma_transfer()
local
1427
transfer_timeout
= spi_imx_calculate_timeout(spi_imx, transfer->len);
in spi_imx_dma_transfer()
1431
transfer_timeout
);
in spi_imx_dma_transfer()
1440
transfer_timeout
);
in spi_imx_dma_transfer()
1459
unsigned long
transfer_timeout
;
in spi_imx_pio_transfer()
local
1474
transfer_timeout
= spi_imx_calculate_timeout(spi_imx, transfer->len);
in spi_imx_pio_transfer()
1477
transfer_timeout
);
in spi_imx_pio_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-fsl-lpspi.c
555
unsigned long
transfer_timeout
;
in fsl_lpspi_dma_transfer()
local
593
transfer_timeout
= fsl_lpspi_calculate_timeout(fsl_lpspi,
in fsl_lpspi_dma_transfer()
598
transfer_timeout
);
in fsl_lpspi_dma_transfer()
608
transfer_timeout
);
in fsl_lpspi_dma_transfer()
H
A
D
spi-imx.c
1407
unsigned long
transfer_timeout
;
in spi_imx_dma_transfer()
local
1471
transfer_timeout
= spi_imx_calculate_timeout(spi_imx, transfer->len);
in spi_imx_dma_transfer()
1475
transfer_timeout
);
in spi_imx_dma_transfer()
1484
transfer_timeout
);
in spi_imx_dma_transfer()
1503
unsigned long
transfer_timeout
;
in spi_imx_pio_transfer()
local
1518
transfer_timeout
= spi_imx_calculate_timeout(spi_imx, transfer->len);
in spi_imx_pio_transfer()
1521
transfer_timeout
);
in spi_imx_pio_transfer()
Completed in 9 milliseconds