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:set_cs
(Results
26 - 50
of
68
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-sun4i.c
464
master->
set_cs
= sun4i_spi_set_cs;
in sun4i_spi_probe()
H
A
D
spi-sifive.c
384
master->
set_cs
= sifive_spi_set_cs;
in sifive_spi_probe()
H
A
D
spi.c
843
spi->controller->
set_cs
)
in spi_set_cs()
844
spi->controller->
set_cs
(spi, !enable);
in spi_set_cs()
845
} else if (spi->controller->
set_cs
) {
in spi_set_cs()
846
spi->controller->
set_cs
(spi, !enable);
in spi_set_cs()
3398
if (spi->controller->auto_runtime_pm && spi->controller->
set_cs
) {
in spi_setup()
H
A
D
spi-armada-3700.c
844
master->
set_cs
= a3700_spi_set_cs;
in a3700_spi_probe()
H
A
D
spi-orion.c
330
* .
set_cs
() function will still be called, so we clear any previous
in orion_spi_set_cs()
620
master->
set_cs
= orion_spi_set_cs;
in orion_spi_probe()
H
A
D
spi-mxic.c
561
master->
set_cs
= mxic_spi_set_cs;
in mxic_spi_probe()
H
A
D
spi-lantiq-ssc.c
977
master->
set_cs
= lantiq_ssc_set_cs;
in lantiq_ssc_probe()
H
A
D
spi-rockchip.c
763
ctlr->
set_cs
= rockchip_spi_set_cs;
in rockchip_spi_probe()
H
A
D
spi-synquacer.c
712
master->
set_cs
= synquacer_spi_set_cs;
in synquacer_spi_probe()
H
A
D
spi-geni-qcom.c
707
spi->
set_cs
= spi_geni_set_cs;
in spi_geni_probe()
H
A
D
spi-mt65xx.c
643
master->
set_cs
= mtk_spi_set_cs;
in mtk_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-sifive.c
384
host->
set_cs
= sifive_spi_set_cs;
in sifive_spi_probe()
H
A
D
spi-ingenic.c
431
ctlr->
set_cs
= spi_ingenic_set_cs;
in spi_ingenic_probe()
H
A
D
spi-sun4i.c
464
master->
set_cs
= sun4i_spi_set_cs;
in sun4i_spi_probe()
H
A
D
spi-cadence.c
658
ctlr->
set_cs
= cdns_spi_chipselect;
in cdns_spi_probe()
H
A
D
spi-pci1xxxx.c
364
spi_host->
set_cs
= pci1xxxx_spi_set_cs;
in pci1xxxx_spi_probe()
H
A
D
spi-coldfire-qspi.c
406
host->
set_cs
= mcfqspi_set_cs;
in mcfqspi_probe()
H
A
D
spi-microchip-core.c
523
master->
set_cs
= mchp_corespi_set_cs;
in mchp_corespi_probe()
H
A
D
spi.c
990
spi->controller->
set_cs
)
in spi_set_cs()
991
spi->controller->
set_cs
(spi, !enable);
in spi_set_cs()
992
} else if (spi->controller->
set_cs
) {
in spi_set_cs()
993
spi->controller->
set_cs
(spi, !enable);
in spi_set_cs()
3819
if (spi->controller->auto_runtime_pm && spi->controller->
set_cs
) {
in spi_setup()
H
A
D
spi-sun6i.c
669
master->
set_cs
= sun6i_spi_set_cs;
in sun6i_spi_probe()
H
A
D
spi-orion.c
343
* .
set_cs
() function will still be called, so we clear any previous
in orion_spi_set_cs()
672
host->
set_cs
= orion_spi_set_cs;
in orion_spi_probe()
H
A
D
spi-armada-3700.c
843
host->
set_cs
= a3700_spi_set_cs;
in a3700_spi_probe()
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
spi.h
372
* @last_cs_enable: was enable true on the last call to
set_cs
.
373
* @last_cs_mode_high: was (mode & SPI_CS_HIGH) true on the last call to
set_cs
.
394
* @
set_cs
: set the logic level of the chip select line. May be called
635
void (*
set_cs
)(struct spi_device *spi, bool enable);
member
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
spi.h
430
* @last_cs: the last chip_select that is recorded by
set_cs
, -1 on non chip
432
* @last_cs_mode_high: was (mode & SPI_CS_HIGH) true on the last call to
set_cs
.
453
* @
set_cs
: set the logic level of the chip select line. May be called
703
void (*
set_cs
)(struct spi_device *spi, bool enable);
member
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H
A
D
spi-rockchip.c
860
ctlr->
set_cs
= rockchip_spi_set_cs;
in rockchip_spi_probe()
Completed in 40 milliseconds
1
2
3