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:slave_abort
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-rockchip.c
190
bool
slave_abort
;
member
367
if (state & TXDMA && !rs->
slave_abort
)
in rockchip_spi_dma_rxcb()
380
if (state & RXDMA && !rs->
slave_abort
)
in rockchip_spi_dma_txcb()
490
rs->
slave_abort
= false;
in rockchip_spi_config()
576
rs->
slave_abort
= true;
in rockchip_spi_slave_abort()
745
ctlr->
slave_abort
= rockchip_spi_slave_abort;
in rockchip_spi_probe()
H
A
D
spi-slave-mt27xx.c
387
ctlr->
slave_abort
= mtk_slave_abort;
in mtk_spi_slave_probe()
H
A
D
spi-fsl-lpspi.c
852
controller->
slave_abort
= fsl_lpspi_slave_abort;
in fsl_lpspi_probe()
H
A
D
spi-fsl-dspi.c
1264
ctlr->
slave_abort
= dspi_slave_abort;
in dspi_probe()
H
A
D
spi-omap2-mcspi.c
1432
master->
slave_abort
= omap2_mcspi_slave_abort;
in omap2_mcspi_probe()
H
A
D
spi-sh-msiof.c
1359
ctlr->
slave_abort
= sh_msiof_slave_abort;
in sh_msiof_spi_probe()
H
A
D
spi.c
2322
if (spi_controller_is_slave(ctlr) && ctlr->
slave_abort
)
in spi_slave_abort()
2323
return ctlr->
slave_abort
(ctlr);
in spi_slave_abort()
H
A
D
spi-imx.c
1665
spi_imx->bitbang.master->
slave_abort
= spi_imx_slave_abort;
in spi_imx_probe()
H
A
D
spi-pxa2xx.c
1721
controller->
slave_abort
= pxa2xx_spi_slave_abort;
in pxa2xx_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-slave-mt27xx.c
405
ctlr->
slave_abort
= mtk_slave_abort;
in mtk_spi_slave_probe()
H
A
D
spi-sunplus-sp7021.c
429
ctlr->
slave_abort
= sp7021_spi_slave_abort;
in sp7021_spi_controller_probe()
H
A
D
spi.c
2778
if (spi_controller_is_slave(ctlr) && ctlr->
slave_abort
)
in spi_slave_abort()
2779
return ctlr->
slave_abort
(ctlr);
in spi_slave_abort()
H
A
D
spi-stm32.c
1915
ctrl->
slave_abort
= stm32h7_spi_device_abort;
in stm32_spi_probe()
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
spi.h
415
* @
slave_abort
: abort the ongoing transfer request on an SPI slave controller
629
int (*
slave_abort
)(struct spi_controller *ctlr);
member
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
spi.h
475
* @
slave_abort
: abort the ongoing transfer request on an SPI slave controller
695
int (*
slave_abort
)(struct spi_controller *ctlr);
member
Completed in 34 milliseconds